Skip to content
This repository has been archived by the owner on May 12, 2021. It is now read-only.

Commit

Permalink
Remove datatorrent-3rd-party repository dependency.
Browse files Browse the repository at this point in the history
  • Loading branch information
tweise authored and pramodin committed May 3, 2018
1 parent 55a6abb commit 1acaf15
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 41 deletions.
17 changes: 3 additions & 14 deletions contrib/pom.xml
Expand Up @@ -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>
Expand Down Expand Up @@ -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>
Expand Down
30 changes: 3 additions & 27 deletions examples/r/pom.xml
Expand Up @@ -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>
Expand Down

0 comments on commit 1acaf15

Please sign in to comment.