afs commented on PR #196:
URL: https://github.com/apache/commons-rdf/pull/196#issuecomment-1953068218

   > > @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.
   > 
   > ```
   >            <dependency>
   >                    <groupId>org.apache.jena</groupId>
   >                    <artifactId>jena-commonsrdf</artifactId>
   >                    <version>4.10.0</version>
   >            </dependency>
   > ```
   > 
   > is the jena "answer" for:
   > 
   > ```
   >            <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` ?
   
   Yes.
   
   The dependency tree of current Jena development: `jena-commonsrdf` depends 
on `commons-rdf-api`.
   
   ```
   [INFO] --- dependency:3.6.1:tree (default-cli) @ jena-commonsrdf ---
   [INFO] org.apache.jena:jena-commonsrdf:jar:5.0.0-SNAPSHOT
   [INFO] +- org.apache.jena:jena-arq:jar:5.0.0-SNAPSHOT:compile
   [INFO] |  +- org.apache.jena:jena-core:jar:5.0.0-SNAPSHOT:compile
   . . .
   [INFO] +- org.apache.commons:commons-rdf-api:jar:0.5.0:compile
   [INFO] +- org.apache.commons:commons-rdf-api:jar:tests:0.5.0:test
   [INFO] +- org.apache.commons:commons-rdf-simple:jar:0.5.0:test
   ```


-- 
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]

Reply via email to