Repository: atlas
Updated Branches:
  refs/heads/0.8-incubating 49c62b854 -> dd8544b51


ATLAS-2015: Fix Maven warnings

Signed-off-by: Sarath Subramanian <ssubraman...@hortonworks.com>
(cherry picked from commit b59460ffa93f2544aaa0d35488a69474f4a95ca0)


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

Branch: refs/heads/0.8-incubating
Commit: dd8544b5132d0e96c90aa7c64266e783bd19f57a
Parents: 49c62b8
Author: Graham Wallis <graham_wal...@uk.ibm.com>
Authored: Wed Aug 2 11:37:55 2017 -0700
Committer: Sarath Subramanian <ssubraman...@hortonworks.com>
Committed: Wed Aug 2 16:14:08 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/dd8544b5/addons/hdfs-model/pom.xml
----------------------------------------------------------------------
diff --git a/addons/hdfs-model/pom.xml b/addons/hdfs-model/pom.xml
index c258f3a..10d507d 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/dd8544b5/addons/storm-bridge/pom.xml
----------------------------------------------------------------------
diff --git a/addons/storm-bridge/pom.xml b/addons/storm-bridge/pom.xml
index 13a9d48..a8c02f6 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/dd8544b5/graphdb/titan0/pom.xml
----------------------------------------------------------------------
diff --git a/graphdb/titan0/pom.xml b/graphdb/titan0/pom.xml
index eb5d3a8..12b903d 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/dd8544b5/pom.xml
----------------------------------------------------------------------
diff --git a/pom.xml b/pom.xml
index 9c96f92..42495cd 100644
--- a/pom.xml
+++ b/pom.xml
@@ -1952,6 +1952,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/dd8544b5/typesystem/pom.xml
----------------------------------------------------------------------
diff --git a/typesystem/pom.xml b/typesystem/pom.xml
index 96590e8..c47583e 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/dd8544b5/webapp/pom.xml
----------------------------------------------------------------------
diff --git a/webapp/pom.xml b/webapp/pom.xml
index 504fc1f..fbe25c4 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>

Reply via email to