You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@streams.apache.org by sb...@apache.org on 2014/11/13 06:10:09 UTC

[42/43] incubator-streams git commit: STREAMS-210 | Removed circular dependency in streams-pojo module

STREAMS-210 | Removed circular dependency in streams-pojo module


Project: http://git-wip-us.apache.org/repos/asf/incubator-streams/repo
Commit: http://git-wip-us.apache.org/repos/asf/incubator-streams/commit/6f1bbec7
Tree: http://git-wip-us.apache.org/repos/asf/incubator-streams/tree/6f1bbec7
Diff: http://git-wip-us.apache.org/repos/asf/incubator-streams/diff/6f1bbec7

Branch: refs/heads/master
Commit: 6f1bbec7992dcc3ea92e313cd5c4d99291a931e0
Parents: b7ed383
Author: Robert Douglas <rd...@w2ogroup.com>
Authored: Tue Nov 11 15:43:57 2014 -0600
Committer: Robert Douglas <rd...@w2ogroup.com>
Committed: Tue Nov 11 15:43:57 2014 -0600

----------------------------------------------------------------------
 streams-pojo/pom.xml | 5 -----
 1 file changed, 5 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-streams/blob/6f1bbec7/streams-pojo/pom.xml
----------------------------------------------------------------------
diff --git a/streams-pojo/pom.xml b/streams-pojo/pom.xml
index 0b42b3f..47bc81f 100644
--- a/streams-pojo/pom.xml
+++ b/streams-pojo/pom.xml
@@ -41,11 +41,6 @@
         </dependency>
 
         <dependency>
-            <groupId>org.apache.streams</groupId>
-            <artifactId>streams-pojo</artifactId>
-            <version>${project.version}</version>
-        </dependency>
-        <dependency>
             <groupId>com.fasterxml.jackson.core</groupId>
             <artifactId>jackson-core</artifactId>
         </dependency>