Clean up duplicate dependencies in runners core java pom
Project: http://git-wip-us.apache.org/repos/asf/incubator-beam/repo Commit: http://git-wip-us.apache.org/repos/asf/incubator-beam/commit/1cccbacf Tree: http://git-wip-us.apache.org/repos/asf/incubator-beam/tree/1cccbacf Diff: http://git-wip-us.apache.org/repos/asf/incubator-beam/diff/1cccbacf Branch: refs/heads/master Commit: 1cccbacf6ccc5f1942848ba812cdb3d3d5a2e6c5 Parents: 9d70025 Author: Dan Halperin <[email protected]> Authored: Sat Jul 2 12:09:13 2016 -0700 Committer: Luke Cwik <[email protected]> Committed: Mon Jul 11 10:06:19 2016 -0400 ---------------------------------------------------------------------- runners/core-java/pom.xml | 27 ++++++--------------------- 1 file changed, 6 insertions(+), 21 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/incubator-beam/blob/1cccbacf/runners/core-java/pom.xml ---------------------------------------------------------------------- diff --git a/runners/core-java/pom.xml b/runners/core-java/pom.xml index c7eea4a..fc8be0a 100644 --- a/runners/core-java/pom.xml +++ b/runners/core-java/pom.xml @@ -182,46 +182,31 @@ <artifactId>beam-sdks-java-core</artifactId> </dependency> + <!-- build dependencies --> + <dependency> <groupId>com.fasterxml.jackson.core</groupId> <artifactId>jackson-annotations</artifactId> </dependency> <dependency> - <groupId>joda-time</groupId> - <artifactId>joda-time</artifactId> - </dependency> - - <dependency> - <groupId>com.google.guava</groupId> - <artifactId>guava</artifactId> - </dependency> - - <dependency> <groupId>com.google.code.findbugs</groupId> <artifactId>annotations</artifactId> </dependency> <dependency> - <groupId>org.slf4j</groupId> - <artifactId>slf4j-api</artifactId> - </dependency> - - <!-- build dependencies --> - - <dependency> <groupId>com.google.guava</groupId> <artifactId>guava</artifactId> </dependency> <dependency> - <groupId>com.google.code.findbugs</groupId> - <artifactId>annotations</artifactId> + <groupId>joda-time</groupId> + <artifactId>joda-time</artifactId> </dependency> <dependency> - <groupId>joda-time</groupId> - <artifactId>joda-time</artifactId> + <groupId>org.slf4j</groupId> + <artifactId>slf4j-api</artifactId> </dependency> <!-- test dependencies -->
