You are viewing a plain text version of this content. The canonical link for it is here.
Posted to pr@jena.apache.org by GitBox <gi...@apache.org> on 2020/02/02 18:18:02 UTC

[GitHub] [jena] afs commented on issue #684: JENA-1833: Add jena-commonsrdf to jena-osgi

afs commented on issue #684: JENA-1833: Add jena-commonsrdf to jena-osgi
URL: https://github.com/apache/jena/pull/684#issuecomment-581162053
 
 
   I am encountering a problem with this.
   
   mvn: 3.6.3
   
   The commons-rdf-api:tests artifact does not have a version and the commons-rdf-simple artifact has `${ver.commonsrdf}`. These seem to be needed in /pom.xml.
   
         <dependency>
           <groupId>org.apache.commons</groupId>
           <artifactId>commons-rdf-api</artifactId>
           <version>${ver.commonsrdf}</version>
           <classifier>tests</classifier>
         </dependency>
   
         <dependency>
           <groupId>org.apache.commons</groupId>
           <artifactId>commons-rdf-simple</artifactId>
           <version>${ver.commonsrdf}</version>
         </dependency>
   

----------------------------------------------------------------
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.
 
For queries about this service, please contact Infrastructure at:
users@infra.apache.org


With regards,
Apache Git Services

---------------------------------------------------------------------
To unsubscribe, e-mail: pr-unsubscribe@jena.apache.org
For additional commands, e-mail: pr-help@jena.apache.org