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/JENA-507 Commit: b820b41cfdd53d368fde666bef2b288bd54dd0d4 Parents: 3150226 Author: Andy Seaborne <[email protected]> Authored: Sat Jan 9 18:02:02 2016 +0000 Committer: Andy Seaborne <[email protected]> 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 -->
