Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
A
atlas
Project
Overview
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
dataplatform
atlas
Commits
b59460ff
Commit
b59460ff
authored
7 years ago
by
Graham Wallis
Committed by
Sarath Subramanian
7 years ago
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
ATLAS-2015: Fix Maven warnings
Signed-off-by:
Sarath Subramanian
<
ssubramanian@hortonworks.com
>
parent
52489d60
Show whitespace changes
Inline
Side-by-side
Showing
6 changed files
with
8 additions
and
18 deletions
+8
-18
pom.xml
addons/hdfs-model/pom.xml
+1
-4
pom.xml
addons/storm-bridge/pom.xml
+0
-4
pom.xml
graphdb/titan0/pom.xml
+1
-0
pom.xml
pom.xml
+1
-0
pom.xml
typesystem/pom.xml
+1
-4
pom.xml
webapp/pom.xml
+4
-6
No files found.
addons/hdfs-model/pom.xml
View file @
b59460ff
...
...
@@ -183,10 +183,7 @@
</executions>
</plugin>
<plugin>
<groupId>
net.alchim31.maven
</groupId>
<artifactId>
scala-maven-plugin
</artifactId>
</plugin>
</plugins>
</build>
</project>
This diff is collapsed.
Click to expand it.
addons/storm-bridge/pom.xml
View file @
b59460ff
...
...
@@ -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>
...
...
This diff is collapsed.
Click to expand it.
graphdb/titan0/pom.xml
View file @
b59460ff
...
...
@@ -231,6 +231,7 @@
<plugin>
<groupId>
net.alchim31.maven
</groupId>
<artifactId>
scala-maven-plugin
</artifactId>
<version>
3.2.0
</version>
</plugin>
</plugins>
</build>
...
...
This diff is collapsed.
Click to expand it.
pom.xml
View file @
b59460ff
...
...
@@ -1960,6 +1960,7 @@
<plugin>
<groupId>
net.alchim31.maven
</groupId>
<artifactId>
scala-maven-plugin
</artifactId>
<version>
3.2.0
</version>
</plugin>
<plugin>
...
...
This diff is collapsed.
Click to expand it.
typesystem/pom.xml
View file @
b59460ff
...
...
@@ -160,10 +160,7 @@
</execution>
</executions>
</plugin>
<plugin>
<groupId>
net.alchim31.maven
</groupId>
<artifactId>
scala-maven-plugin
</artifactId>
</plugin>
</plugins>
</build>
</project>
This diff is collapsed.
Click to expand it.
webapp/pom.xml
View file @
b59460ff
...
...
@@ -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>
...
...
This diff is collapsed.
Click to expand it.
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment