You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@apex.apache.org by ch...@apache.org on 2015/09/10 00:31:53 UTC

[05/50] [abbrv] incubator-apex-malhar git commit: Restore dt-engine as common test dependency.

Restore dt-engine as common test dependency.


Project: http://git-wip-us.apache.org/repos/asf/incubator-apex-malhar/repo
Commit: http://git-wip-us.apache.org/repos/asf/incubator-apex-malhar/commit/54c67471
Tree: http://git-wip-us.apache.org/repos/asf/incubator-apex-malhar/tree/54c67471
Diff: http://git-wip-us.apache.org/repos/asf/incubator-apex-malhar/diff/54c67471

Branch: refs/heads/master
Commit: 54c67471f9f291d7c3eb4cb896451c984537dc9c
Parents: e1392b0
Author: thomas <th...@datatorrent.com>
Authored: Mon Jul 27 21:51:57 2015 -0700
Committer: thomas <th...@datatorrent.com>
Committed: Mon Jul 27 21:51:57 2015 -0700

----------------------------------------------------------------------
 demos/echoserver/pom.xml |  9 ---------
 demos/pi/pom.xml         |  9 ---------
 library/pom.xml          |  6 ------
 pom.xml                  | 10 ++++++++++
 4 files changed, 10 insertions(+), 24 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-apex-malhar/blob/54c67471/demos/echoserver/pom.xml
----------------------------------------------------------------------
diff --git a/demos/echoserver/pom.xml b/demos/echoserver/pom.xml
index e606a07..371c008 100644
--- a/demos/echoserver/pom.xml
+++ b/demos/echoserver/pom.xml
@@ -15,14 +15,5 @@
   <!-- change these to the appropriate values -->
   <name>EchoServer Demo</name>
   <description>A demo server that echos data sent by a network client back to it</description>
-
-  <dependencies>
-    <dependency>
-      <groupId>com.datatorrent</groupId>
-      <artifactId>dt-engine</artifactId>
-      <version>${dt.framework.version}</version>
-      <scope>test</scope>
-    </dependency>
-  </dependencies>
 </project>
 

http://git-wip-us.apache.org/repos/asf/incubator-apex-malhar/blob/54c67471/demos/pi/pom.xml
----------------------------------------------------------------------
diff --git a/demos/pi/pom.xml b/demos/pi/pom.xml
index 04bae00..1bec4f7 100644
--- a/demos/pi/pom.xml
+++ b/demos/pi/pom.xml
@@ -16,13 +16,4 @@
     <version>3.0.0-RC4</version>
   </parent>
 
-  <dependencies>
-    <dependency>
-      <groupId>com.datatorrent</groupId>
-      <artifactId>dt-engine</artifactId>
-      <version>${dt.framework.version}</version>
-      <scope>test</scope>
-    </dependency>
-  </dependencies>
-
 </project>

http://git-wip-us.apache.org/repos/asf/incubator-apex-malhar/blob/54c67471/library/pom.xml
----------------------------------------------------------------------
diff --git a/library/pom.xml b/library/pom.xml
index 257b17b..85940a1 100644
--- a/library/pom.xml
+++ b/library/pom.xml
@@ -169,12 +169,6 @@
       <version>${dt.framework.version}</version>
     </dependency>
     <dependency>
-      <groupId>com.datatorrent</groupId>
-      <artifactId>dt-engine</artifactId>
-      <version>${dt.framework.version}</version>
-      <scope>test</scope>
-    </dependency>
-    <dependency>
       <groupId>com.icegreen</groupId>
       <artifactId>greenmail</artifactId>
       <version>1.3.1b</version>

http://git-wip-us.apache.org/repos/asf/incubator-apex-malhar/blob/54c67471/pom.xml
----------------------------------------------------------------------
diff --git a/pom.xml b/pom.xml
index 5ebff88..3c6f3c1 100644
--- a/pom.xml
+++ b/pom.xml
@@ -52,4 +52,14 @@
     <module>samples</module>
     <module>apps</module>
   </modules>
+
+  <dependencies>
+    <dependency>
+      <groupId>com.datatorrent</groupId>
+      <artifactId>dt-engine</artifactId>
+      <version>${dt.framework.version}</version>
+      <scope>test</scope>
+    </dependency>
+  </dependencies>
+
 </project>