You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@jena.apache.org by an...@apache.org on 2016/01/10 17:44:13 UTC

[2/3] jena git commit: Clean m2e warning

Clean m2e warning


Project: http://git-wip-us.apache.org/repos/asf/jena/repo
Commit: http://git-wip-us.apache.org/repos/asf/jena/commit/b820b41c
Tree: http://git-wip-us.apache.org/repos/asf/jena/tree/b820b41c
Diff: http://git-wip-us.apache.org/repos/asf/jena/diff/b820b41c

Branch: refs/heads/master
Commit: b820b41cfdd53d368fde666bef2b288bd54dd0d4
Parents: 3150226
Author: Andy Seaborne <an...@apache.org>
Authored: Sat Jan 9 18:02:02 2016 +0000
Committer: Andy Seaborne <an...@apache.org>
Committed: Sat Jan 9 18:02:02 2016 +0000

----------------------------------------------------------------------
 jena-cmds/pom.xml | 2 --
 1 file changed, 2 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/jena/blob/b820b41c/jena-cmds/pom.xml
----------------------------------------------------------------------
diff --git a/jena-cmds/pom.xml b/jena-cmds/pom.xml
index 738213b..a8bbf30 100644
--- a/jena-cmds/pom.xml
+++ b/jena-cmds/pom.xml
@@ -77,13 +77,11 @@
     <dependency>
       <groupId>org.slf4j</groupId>
       <artifactId>slf4j-api</artifactId>
-      <version>${ver.slf4j}</version>
     </dependency>
     
     <dependency>
       <groupId>org.slf4j</groupId>
       <artifactId>slf4j-log4j12</artifactId>
-      <version>${ver.slf4j}</version>
     </dependency>
 
     <!-- Testing -->