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 2016/11/25 20:33:26 UTC

incubator-streams git commit: STREAMS-440: style xml comes from http, don’t need this master dependency

Repository: incubator-streams
Updated Branches:
  refs/heads/master 5dffd5c32 -> 025c201c5


STREAMS-440: style xml comes from http, don\u2019t need this master dependency


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

Branch: refs/heads/master
Commit: 025c201c564b550a0c03f1c17245ee516c79891a
Parents: 5dffd5c
Author: Steve Blackmon @steveblackmon <sb...@apache.org>
Authored: Fri Nov 25 14:33:20 2016 -0600
Committer: Steve Blackmon @steveblackmon <sb...@apache.org>
Committed: Fri Nov 25 14:33:20 2016 -0600

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


http://git-wip-us.apache.org/repos/asf/incubator-streams/blob/025c201c/pom.xml
----------------------------------------------------------------------
diff --git a/pom.xml b/pom.xml
index 2af57be..ef8e0ea 100644
--- a/pom.xml
+++ b/pom.xml
@@ -305,11 +305,6 @@
             <groupId>org.slf4j</groupId>
             <artifactId>slf4j-api</artifactId>
         </dependency>
-        <dependency>
-            <groupId>org.apache.streams</groupId>
-            <artifactId>streams-master</artifactId>
-            <version>${project.version}</version>
-        </dependency>
     </dependencies>
 
     <reporting>