You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@apex.apache.org by pr...@apache.org on 2018/05/03 05:33:02 UTC

[apex-malhar] branch master updated: Remove datatorrent-3rd-party repository dependency.

This is an automated email from the ASF dual-hosted git repository.

pramod pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/apex-malhar.git


The following commit(s) were added to refs/heads/master by this push:
     new 1acaf15  Remove datatorrent-3rd-party repository dependency.
1acaf15 is described below

commit 1acaf15f425d72f19bb590c667987ed5d81d7f25
Author: Thomas Weise <th...@apache.org>
AuthorDate: Wed May 2 20:56:44 2018 -0700

    Remove datatorrent-3rd-party repository dependency.
---
 contrib/pom.xml    | 17 +++--------------
 examples/r/pom.xml | 30 +++---------------------------
 2 files changed, 6 insertions(+), 41 deletions(-)

diff --git a/contrib/pom.xml b/contrib/pom.xml
index 13c77b9..d9aa223 100755
--- a/contrib/pom.xml
+++ b/contrib/pom.xml
@@ -42,17 +42,6 @@
       <id>couchbase</id>
       <url>http://files.couchbase.com/maven2</url>
     </repository>
-    <repository>
-      <id>datatorrent-3rd-party</id>
-      <name>Embedded repository for dependencies not available online</name>
-      <url>https://www.datatorrent.com/maven/content/repositories/thirdparty</url>
-      <snapshots>
-        <updatePolicy>daily</updatePolicy>
-      </snapshots>
-      <releases>
-        <updatePolicy>daily</updatePolicy>
-      </releases>
-    </repository>
   </repositories>
 
   <build>
@@ -577,9 +566,9 @@
       <optional>true</optional>
     </dependency>
     <dependency>
-      <groupId>org.rosuda</groupId>
-      <artifactId>rengine</artifactId>
-      <version>1.0</version>
+      <groupId>org.rosuda.REngine</groupId>
+      <artifactId>Rserve</artifactId>
+      <version>1.8.1</version>
       <optional>true</optional>
     </dependency>
     <dependency>
diff --git a/examples/r/pom.xml b/examples/r/pom.xml
index 6f91e74..0d517cc 100644
--- a/examples/r/pom.xml
+++ b/examples/r/pom.xml
@@ -38,35 +38,11 @@
     <skipTests>true</skipTests>
   </properties>
 
-  <repositories>
-    <repository>
-      <id>datatorrent-3rd-party</id>
-      <name>Embedded repository for dependencies not available online</name>
-      <url>https://www.datatorrent.com/maven/content/repositories/thirdparty</url>
-      <snapshots>
-        <updatePolicy>daily</updatePolicy>
-      </snapshots>
-      <releases>
-        <updatePolicy>daily</updatePolicy>
-      </releases>
-    </repository>
-  </repositories>
-
   <dependencies>
     <dependency>
-      <groupId>org.rosuda</groupId>
-      <artifactId>jri</artifactId>
-      <version>1.0</version>
-    </dependency>
-    <dependency>
-      <groupId>org.rosuda</groupId>
-      <artifactId>rengine</artifactId>
-      <version>1.0</version>
-    </dependency>
-    <dependency>
-      <groupId>org.rosuda</groupId>
-      <artifactId>jriengine</artifactId>
-      <version>1.0</version>
+      <groupId>org.rosuda.REngine</groupId>
+      <artifactId>Rserve</artifactId>
+      <version>1.8.1</version>
     </dependency>
     <dependency>
       <groupId>org.apache.apex</groupId>

-- 
To stop receiving notification emails like this one, please contact
pramod@apache.org.