You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@streams.apache.org by sm...@apache.org on 2017/02/01 00:18:56 UTC

[2/3] incubator-streams git commit: Test theory

Test theory


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

Branch: refs/heads/sundry
Commit: 0629398f0f0c6146b8088243b207a54468680d3c
Parents: d212017
Author: smarthi <sm...@apache.org>
Authored: Tue Jan 31 19:17:18 2017 -0500
Committer: smarthi <sm...@apache.org>
Committed: Tue Jan 31 19:17:18 2017 -0500

----------------------------------------------------------------------
 NOTICE                                            | 2 +-
 pom.xml                                           | 4 ++--
 streams-contrib/streams-persist-cassandra/pom.xml | 5 -----
 streams-contrib/streams-persist-graph/pom.xml     | 6 ------
 streams-contrib/streams-persist-mongo/pom.xml     | 5 -----
 streams-contrib/streams-persist-neo4j/pom.xml     | 5 -----
 streams-plugins/streams-plugin-pig/pom.xml        | 5 -----
 streams-plugins/streams-plugin-scala/pom.xml      | 5 -----
 8 files changed, 3 insertions(+), 34 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-streams/blob/0629398f/NOTICE
----------------------------------------------------------------------
diff --git a/NOTICE b/NOTICE
index 1a7f648..1341f0d 100644
--- a/NOTICE
+++ b/NOTICE
@@ -1,5 +1,5 @@
 Apache Streams
-Copyright 2012-2016 The Apache Software Foundation
+Copyright 2012-2017 The Apache Software Foundation
 
 This product includes software developed at
 The Apache Software Foundation (http://www.apache.org/).

http://git-wip-us.apache.org/repos/asf/incubator-streams/blob/0629398f/pom.xml
----------------------------------------------------------------------
diff --git a/pom.xml b/pom.xml
index e91bc13..431a220 100644
--- a/pom.xml
+++ b/pom.xml
@@ -449,9 +449,9 @@
                             <!--</goals>-->
                             <!--<configuration>-->
                                 <!--<resourceBundles combine.children="append">-->
-                                    <!-- Will generate META-INF/DEPENDENCIES META-INF/LICENSE META-INF/NOTICE -->
+                                    <!--&lt;!&ndash; Will generate META-INF/DEPENDENCIES META-INF/LICENSE META-INF/NOTICE &ndash;&gt;-->
                                     <!--<resourceBundle>org.apache:apache-jar-resource-bundle:1.4</resourceBundle>-->
-                                    <!-- Will generate META-INF/DISCLAIMER  -->
+                                    <!--&lt;!&ndash; Will generate META-INF/DISCLAIMER  &ndash;&gt;-->
                                     <!--<resourceBundle>org.apache:apache-incubator-disclaimer-resource-bundle:1.1</resourceBundle>-->
                                 <!--</resourceBundles>-->
                                 <!--<properties>-->

http://git-wip-us.apache.org/repos/asf/incubator-streams/blob/0629398f/streams-contrib/streams-persist-cassandra/pom.xml
----------------------------------------------------------------------
diff --git a/streams-contrib/streams-persist-cassandra/pom.xml b/streams-contrib/streams-persist-cassandra/pom.xml
index 75785dd..498548a 100644
--- a/streams-contrib/streams-persist-cassandra/pom.xml
+++ b/streams-contrib/streams-persist-cassandra/pom.xml
@@ -84,11 +84,6 @@
             <scope>test</scope>
         </dependency>
         <dependency>
-            <groupId>junit</groupId>
-            <artifactId>junit</artifactId>
-            <scope>test</scope>
-        </dependency>
-        <dependency>
             <groupId>org.apache.streams</groupId>
             <artifactId>streams-testing</artifactId>
             <version>${project.version}</version>

http://git-wip-us.apache.org/repos/asf/incubator-streams/blob/0629398f/streams-contrib/streams-persist-graph/pom.xml
----------------------------------------------------------------------
diff --git a/streams-contrib/streams-persist-graph/pom.xml b/streams-contrib/streams-persist-graph/pom.xml
index 996c706..3419d49 100644
--- a/streams-contrib/streams-persist-graph/pom.xml
+++ b/streams-contrib/streams-persist-graph/pom.xml
@@ -76,12 +76,6 @@
         </dependency>
 
         <dependency>
-            <groupId>junit</groupId>
-            <artifactId>junit</artifactId>
-            <scope>test</scope>
-        </dependency>
-
-        <dependency>
             <groupId>org.apache.streams</groupId>
             <artifactId>streams-testing</artifactId>
             <version>${project.version}</version>

http://git-wip-us.apache.org/repos/asf/incubator-streams/blob/0629398f/streams-contrib/streams-persist-mongo/pom.xml
----------------------------------------------------------------------
diff --git a/streams-contrib/streams-persist-mongo/pom.xml b/streams-contrib/streams-persist-mongo/pom.xml
index 3183455..877821d 100644
--- a/streams-contrib/streams-persist-mongo/pom.xml
+++ b/streams-contrib/streams-persist-mongo/pom.xml
@@ -73,11 +73,6 @@
             <scope>test</scope>
         </dependency>
         <dependency>
-            <groupId>junit</groupId>
-            <artifactId>junit</artifactId>
-            <scope>test</scope>
-        </dependency>
-        <dependency>
             <groupId>org.apache.streams</groupId>
             <artifactId>streams-testing</artifactId>
             <version>${project.version}</version>

http://git-wip-us.apache.org/repos/asf/incubator-streams/blob/0629398f/streams-contrib/streams-persist-neo4j/pom.xml
----------------------------------------------------------------------
diff --git a/streams-contrib/streams-persist-neo4j/pom.xml b/streams-contrib/streams-persist-neo4j/pom.xml
index d117558..ab8d71a 100644
--- a/streams-contrib/streams-persist-neo4j/pom.xml
+++ b/streams-contrib/streams-persist-neo4j/pom.xml
@@ -92,11 +92,6 @@
             <type>test-jar</type>
             <scope>test</scope>
         </dependency>
-        <dependency>
-            <groupId>junit</groupId>
-            <artifactId>junit</artifactId>
-            <scope>test</scope>
-        </dependency>
 
         <dependency>
             <groupId>org.apache.streams</groupId>

http://git-wip-us.apache.org/repos/asf/incubator-streams/blob/0629398f/streams-plugins/streams-plugin-pig/pom.xml
----------------------------------------------------------------------
diff --git a/streams-plugins/streams-plugin-pig/pom.xml b/streams-plugins/streams-plugin-pig/pom.xml
index 57317e9..f85d00e 100644
--- a/streams-plugins/streams-plugin-pig/pom.xml
+++ b/streams-plugins/streams-plugin-pig/pom.xml
@@ -157,11 +157,6 @@
             <scope>test</scope>
         </dependency>
         <dependency>
-            <groupId>junit</groupId>
-            <artifactId>junit</artifactId>
-            <scope>test</scope>
-        </dependency>
-        <dependency>
             <groupId>org.apache.commons</groupId>
             <artifactId>commons-lang3</artifactId>
         </dependency>

http://git-wip-us.apache.org/repos/asf/incubator-streams/blob/0629398f/streams-plugins/streams-plugin-scala/pom.xml
----------------------------------------------------------------------
diff --git a/streams-plugins/streams-plugin-scala/pom.xml b/streams-plugins/streams-plugin-scala/pom.xml
index b8ef652..2e35874 100644
--- a/streams-plugins/streams-plugin-scala/pom.xml
+++ b/streams-plugins/streams-plugin-scala/pom.xml
@@ -154,11 +154,6 @@
             <scope>test</scope>
         </dependency>
         <dependency>
-            <groupId>junit</groupId>
-            <artifactId>junit</artifactId>
-            <scope>test</scope>
-        </dependency>
-        <dependency>
             <groupId>org.apache.commons</groupId>
             <artifactId>commons-lang3</artifactId>
         </dependency>