Repository: incubator-apex-core Updated Branches: refs/heads/devel-3 ca542e3d8 -> 892355ca1
APEX-253 #resolve changed malhar dependency from com.datatorrent to org.apache.apex Project: http://git-wip-us.apache.org/repos/asf/incubator-apex-core/repo Commit: http://git-wip-us.apache.org/repos/asf/incubator-apex-core/commit/0710f926 Tree: http://git-wip-us.apache.org/repos/asf/incubator-apex-core/tree/0710f926 Diff: http://git-wip-us.apache.org/repos/asf/incubator-apex-core/diff/0710f926 Branch: refs/heads/devel-3 Commit: 0710f926c7b933a0c124f2b808f3d8d4f0145d78 Parents: ca542e3 Author: David Yan <[email protected]> Authored: Thu Nov 19 11:13:29 2015 -0800 Committer: David Yan <[email protected]> Committed: Thu Nov 19 11:13:29 2015 -0800 ---------------------------------------------------------------------- .../main/resources/archetype-resources/pom.xml | 31 ++------------------ 1 file changed, 2 insertions(+), 29 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/incubator-apex-core/blob/0710f926/apex-app-archetype/src/main/resources/archetype-resources/pom.xml ---------------------------------------------------------------------- diff --git a/apex-app-archetype/src/main/resources/archetype-resources/pom.xml b/apex-app-archetype/src/main/resources/archetype-resources/pom.xml index d3d0353..764edc0 100644 --- a/apex-app-archetype/src/main/resources/archetype-resources/pom.xml +++ b/apex-app-archetype/src/main/resources/archetype-resources/pom.xml @@ -17,26 +17,6 @@ <datatorrent.apppackage.classpath>lib/*.jar</datatorrent.apppackage.classpath> </properties> - <!-- repository to provide the DataTorrent artifacts --> - <repositories> - <repository> - <snapshots> - <enabled>false</enabled> - </snapshots> - <id>Datatorrent-Releases</id> - <name>DataTorrent Release Repository</name> - <url>https://www.datatorrent.com/maven/content/repositories/releases/</url> - </repository> - <repository> - <releases> - <enabled>false</enabled> - </releases> - <id>DataTorrent-Snapshots</id> - <name>DataTorrent Early Access Program Snapshot Repository</name> - <url>https://www.datatorrent.com/maven/content/repositories/snapshots/</url> - </repository> - </repositories> - <build> <plugins> <plugin> @@ -254,16 +234,9 @@ <dependencies> <!-- add your dependencies here --> <dependency> - <groupId>com.datatorrent</groupId> + <groupId>org.apache.apex</groupId> <artifactId>malhar-library</artifactId> - <version>3.1.1</version> - <!-- remove when switching to malhar version that depends on apex-common as shown below --> - <exclusions> - <exclusion> - <groupId>com.datatorrent</groupId> - <artifactId>dt-common</artifactId> - </exclusion> - </exclusions> + <version>3.2.0-incubating</version> <!-- If you know that your application does not need transitive dependencies pulled in by malhar-library, uncomment the following to reduce the size of your app package.
