You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@jena.apache.org by GitBox <gi...@apache.org> on 2019/12/20 21:27:48 UTC

[GitHub] [jena] afs commented on a change in pull request #659: WIP: 1805 fix

afs commented on a change in pull request #659: WIP: 1805 fix
URL: https://github.com/apache/jena/pull/659#discussion_r360534650
 
 

 ##########
 File path: jena-examples/pom.xml
 ##########
 @@ -44,21 +41,27 @@
     <dependency>
       <groupId>org.apache.jena</groupId>
       <artifactId>apache-jena-libs</artifactId>
-      <version>${ver.jena}</version>
       <type>pom</type>
+      <version>${project.version}</version>
     </dependency>
     <dependency>
       <groupId>junit</groupId>
       <artifactId>junit</artifactId>
-      <version>4.10</version>
-      <type>jar</type>
-      <scope>compile</scope>
     </dependency>
     <dependency>
       <groupId>commons-cli</groupId>
       <artifactId>commons-cli</artifactId>
-      <version>1.2</version>
+    </dependency>
+    <dependency>
+      <groupId>org.apache.jena</groupId>
+      <artifactId>jena-querybuilder</artifactId>
+      <version>${project.version}</version>
     </dependency>
   </dependencies>
 
+  <parent>
 
 Review comment:
   Please could we follow the style of other POMs with parent at the top.

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