You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@atlas.apache.org by sa...@apache.org on 2017/08/02 18:38:11 UTC

atlas git commit: ATLAS-2015: Fix Maven warnings

Repository: atlas
Updated Branches:
  refs/heads/master 52489d600 -> b59460ffa


ATLAS-2015: Fix Maven warnings

Signed-off-by: Sarath Subramanian <ss...@hortonworks.com>


Project: http://git-wip-us.apache.org/repos/asf/atlas/repo
Commit: http://git-wip-us.apache.org/repos/asf/atlas/commit/b59460ff
Tree: http://git-wip-us.apache.org/repos/asf/atlas/tree/b59460ff
Diff: http://git-wip-us.apache.org/repos/asf/atlas/diff/b59460ff

Branch: refs/heads/master
Commit: b59460ffa93f2544aaa0d35488a69474f4a95ca0
Parents: 52489d6
Author: Graham Wallis <gr...@uk.ibm.com>
Authored: Wed Aug 2 11:37:55 2017 -0700
Committer: Sarath Subramanian <ss...@hortonworks.com>
Committed: Wed Aug 2 11:37:55 2017 -0700

----------------------------------------------------------------------
 addons/hdfs-model/pom.xml   |  5 +----
 addons/storm-bridge/pom.xml |  4 ----
 graphdb/titan0/pom.xml      |  1 +
 pom.xml                     |  1 +
 typesystem/pom.xml          |  5 +----
 webapp/pom.xml              | 10 ++++------
 6 files changed, 8 insertions(+), 18 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/atlas/blob/b59460ff/addons/hdfs-model/pom.xml
----------------------------------------------------------------------
diff --git a/addons/hdfs-model/pom.xml b/addons/hdfs-model/pom.xml
index 7ff085c..aba5361 100644
--- a/addons/hdfs-model/pom.xml
+++ b/addons/hdfs-model/pom.xml
@@ -183,10 +183,7 @@
                 </executions>
             </plugin>
 
-            <plugin>
-                <groupId>net.alchim31.maven</groupId>
-                <artifactId>scala-maven-plugin</artifactId>
-            </plugin>
+
         </plugins>
     </build>
 </project>

http://git-wip-us.apache.org/repos/asf/atlas/blob/b59460ff/addons/storm-bridge/pom.xml
----------------------------------------------------------------------
diff --git a/addons/storm-bridge/pom.xml b/addons/storm-bridge/pom.xml
index 9485698..a5845ed 100644
--- a/addons/storm-bridge/pom.xml
+++ b/addons/storm-bridge/pom.xml
@@ -489,10 +489,6 @@
                 </executions>
             </plugin>
 
-            <plugin>
-                <groupId>net.alchim31.maven</groupId>
-                <artifactId>scala-maven-plugin</artifactId>
-            </plugin>
 
             <plugin>
                 <groupId>org.apache.maven.plugins</groupId>

http://git-wip-us.apache.org/repos/asf/atlas/blob/b59460ff/graphdb/titan0/pom.xml
----------------------------------------------------------------------
diff --git a/graphdb/titan0/pom.xml b/graphdb/titan0/pom.xml
index d3353a7..da64397 100644
--- a/graphdb/titan0/pom.xml
+++ b/graphdb/titan0/pom.xml
@@ -231,6 +231,7 @@
             <plugin>
                 <groupId>net.alchim31.maven</groupId>
                 <artifactId>scala-maven-plugin</artifactId>
+                <version>3.2.0</version>
             </plugin>
         </plugins>
     </build>

http://git-wip-us.apache.org/repos/asf/atlas/blob/b59460ff/pom.xml
----------------------------------------------------------------------
diff --git a/pom.xml b/pom.xml
index 505d501..6eeeff6 100644
--- a/pom.xml
+++ b/pom.xml
@@ -1960,6 +1960,7 @@
             <plugin>
                 <groupId>net.alchim31.maven</groupId>
                 <artifactId>scala-maven-plugin</artifactId>
+                <version>3.2.0</version>
             </plugin>
 
             <plugin>

http://git-wip-us.apache.org/repos/asf/atlas/blob/b59460ff/typesystem/pom.xml
----------------------------------------------------------------------
diff --git a/typesystem/pom.xml b/typesystem/pom.xml
index 73d9fba..5b27ed7 100755
--- a/typesystem/pom.xml
+++ b/typesystem/pom.xml
@@ -160,10 +160,7 @@
                     </execution>
                 </executions>
             </plugin>
-            <plugin>
-                <groupId>net.alchim31.maven</groupId>
-                <artifactId>scala-maven-plugin</artifactId>
-            </plugin>
+
         </plugins>
     </build>
 </project>

http://git-wip-us.apache.org/repos/asf/atlas/blob/b59460ff/webapp/pom.xml
----------------------------------------------------------------------
diff --git a/webapp/pom.xml b/webapp/pom.xml
index 62bba3f..42981e0 100755
--- a/webapp/pom.xml
+++ b/webapp/pom.xml
@@ -442,12 +442,14 @@
             <classifier>tests</classifier>
             <scope>test</scope>
         </dependency>
+
         <dependency>
             <groupId>org.apache.atlas</groupId>
             <artifactId>atlas-graphdb-common</artifactId>
             <classifier>tests</classifier>
             <scope>test</scope>
         </dependency>
+
         <dependency>
             <groupId>com.nimbusds</groupId>
             <artifactId>nimbus-jose-jwt</artifactId>
@@ -460,12 +462,6 @@
                 </exclusion>
             </exclusions>
         </dependency>
-        <dependency>
-            <groupId>org.apache.atlas</groupId>
-            <artifactId>atlas-repository</artifactId>
-            <classifier>tests</classifier>
-            <scope>test</scope>
-        </dependency>
 
         <dependency>
             <groupId>org.apache.atlas</groupId>
@@ -523,6 +519,7 @@
             <plugin>
                 <groupId>org.codehaus.mojo</groupId>
                 <artifactId>keytool-maven-plugin</artifactId>
+                <version>1.5</version>
                 <executions>
                     <execution>
                         <id>clean</id>
@@ -678,6 +675,7 @@
             <plugin>
                 <groupId>net.alchim31.maven</groupId>
                 <artifactId>scala-maven-plugin</artifactId>
+                <version>3.2.0</version>
             </plugin>
            <plugin>
                 <groupId>org.apache.maven.plugins</groupId>