naturzukunft commented on PR #196: URL: https://github.com/apache/commons-rdf/pull/196#issuecomment-1953008674
> @naturzukunft - > > Jena provides an artifact for an implementation RDF Commons that in included in every Jena release. It does this to ensure there is a jena-version-aligned implementation. > > https://repo1.maven.org/maven2/org/apache/jena/jena-commonsrdf/ I am beginning to understand. ```xml <dependency> <groupId>org.apache.jena</groupId> <artifactId>jena-commonsrdf</artifactId> <version>4.10.0</version> </dependency> ``` is the jena "answer" for: ```xml <dependency> <groupId>org.apache.commons</groupId> <artifactId>commons-rdf-jena</artifactId> <version>0.5.0</version> </dependency> ``` Do I understand correctly that it would be better to do without `org.apache.commons:commons-rdf-jena` ? I would like to say that it makes no sense to "renew" the artifact, since there is already an implementation of jena. It would probably be better to delete `org.apache.commons:commons-rdf-jena`. I'm going to play with it some more -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
