You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@apex.apache.org by th...@apache.org on 2016/05/12 21:41:22 UTC

[3/3] incubator-apex-malhar git commit: Fixed maven warning and removed duplicate dependency

Fixed maven warning and removed duplicate 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/e38e144f
Tree: http://git-wip-us.apache.org/repos/asf/incubator-apex-malhar/tree/e38e144f
Diff: http://git-wip-us.apache.org/repos/asf/incubator-apex-malhar/diff/e38e144f

Branch: refs/heads/master
Commit: e38e144f2b3d25289c1aef128eb0c24b63362647
Parents: 1711e9c
Author: David Yan <da...@datatorrent.com>
Authored: Wed May 4 14:07:46 2016 -0700
Committer: David Yan <da...@datatorrent.com>
Committed: Tue May 10 11:19:11 2016 -0700

----------------------------------------------------------------------
 demos/pom.xml   | 2 +-
 library/pom.xml | 5 -----
 2 files changed, 1 insertion(+), 6 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-apex-malhar/blob/e38e144f/demos/pom.xml
----------------------------------------------------------------------
diff --git a/demos/pom.xml b/demos/pom.xml
index d6e8c0f..fc4c070 100644
--- a/demos/pom.xml
+++ b/demos/pom.xml
@@ -33,7 +33,7 @@
   <name>Apache Apex Malhar Demos</name>
 
   <properties>
-    <apex.apppackage.groupid>${groupId}</apex.apppackage.groupid>
+    <apex.apppackage.groupid>${project.groupId}</apex.apppackage.groupid>
     <apex.apppackage.classpath>lib/*.jar</apex.apppackage.classpath>
     <semver.plugin.skip>true</semver.plugin.skip>
     <maven.deploy.skip>true</maven.deploy.skip>

http://git-wip-us.apache.org/repos/asf/incubator-apex-malhar/blob/e38e144f/library/pom.xml
----------------------------------------------------------------------
diff --git a/library/pom.xml b/library/pom.xml
index 8db9bfd..cb59ed3 100644
--- a/library/pom.xml
+++ b/library/pom.xml
@@ -291,11 +291,6 @@
       <type>jar</type>
     </dependency>
     <dependency>
-      <groupId>it.unimi.dsi</groupId>
-      <artifactId>fastutil</artifactId>
-      <version>6.6.4</version>
-    </dependency>
-    <dependency>
       <groupId>org.codehaus.janino</groupId>
       <artifactId>commons-compiler</artifactId>
       <version>2.7.8</version>