Repository: incubator-rya Updated Branches: refs/heads/master eb5170be1 -> 98f65f992
BUILD FIX Fixing SLF4J version Project: http://git-wip-us.apache.org/repos/asf/incubator-rya/repo Commit: http://git-wip-us.apache.org/repos/asf/incubator-rya/commit/98f65f99 Tree: http://git-wip-us.apache.org/repos/asf/incubator-rya/tree/98f65f99 Diff: http://git-wip-us.apache.org/repos/asf/incubator-rya/diff/98f65f99 Branch: refs/heads/master Commit: 98f65f992de01f304bd455a6f4e39efa8c286eed Parents: eb5170b Author: Aaron Mihalik <[email protected]> Authored: Sun Oct 16 16:07:10 2016 -0400 Committer: Aaron Mihalik <[email protected]> Committed: Sun Oct 16 16:07:10 2016 -0400 ---------------------------------------------------------------------- extras/rya.merger/pom.xml | 2 -- 1 file changed, 2 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/incubator-rya/blob/98f65f99/extras/rya.merger/pom.xml ---------------------------------------------------------------------- diff --git a/extras/rya.merger/pom.xml b/extras/rya.merger/pom.xml index c9b42e9..85658b8 100644 --- a/extras/rya.merger/pom.xml +++ b/extras/rya.merger/pom.xml @@ -102,13 +102,11 @@ under the License. <dependency> <groupId>org.slf4j</groupId> <artifactId>slf4j-api</artifactId> - <version>1.4.3</version> </dependency> <dependency> <groupId>org.slf4j</groupId> <artifactId>slf4j-log4j12</artifactId> - <version>1.4.3</version> </dependency> <dependency>
