summaryrefslogtreecommitdiffstats
path: root/aai-core/pom.xml
diff options
context:
space:
mode:
authorDileep Ranganathan <dileep.ranganathan@intel.com>2017-08-30 20:05:16 -0700
committerDileep Ranganathan <dileep.ranganathan@intel.com>2017-08-30 20:08:04 -0700
commitb461af3d647d7ae19f84c77f7f0d5c50d47621b1 (patch)
tree2523b4b68b8e2b5bf941360130d200b9739de5d3 /aai-core/pom.xml
parent2220bc4b234ba7c4a19ef77be861052ee824e394 (diff)
Remove license-maven-plugin from aai-core/schema
Remove dangling license-maven-plugin from aai-core,aai-schema Remove duplicate dependencies in aai-core pom.xml Change-Id: Ie034e91e06e207b2f5fbd8d6d34602e1ca0d98f6 Issue-id: AAI-74 Signed-off-by: Dileep Ranganathan <dileep.ranganathan@intel.com>
Diffstat (limited to 'aai-core/pom.xml')
-rw-r--r--aai-core/pom.xml14
1 files changed, 0 insertions, 14 deletions
diff --git a/aai-core/pom.xml b/aai-core/pom.xml
index 4d6fad68..10eef875 100644
--- a/aai-core/pom.xml
+++ b/aai-core/pom.xml
@@ -327,11 +327,6 @@
<version>1.0.b2</version>
</dependency>
<dependency>
- <groupId>commons-lang</groupId>
- <artifactId>commons-lang</artifactId>
- <version>2.6</version>
- </dependency>
- <dependency>
<groupId>commons-cli</groupId>
<artifactId>commons-cli</artifactId>
<version>1.3</version>
@@ -424,11 +419,6 @@
<version>2.3.14</version>
</dependency>
<dependency>
- <groupId>com.bazaarvoice.jolt</groupId>
- <artifactId>jolt-complete</artifactId>
- <version>0.0.24</version>
- </dependency>
- <dependency>
<groupId>com.github.fge</groupId>
<artifactId>json-patch</artifactId>
<version>1.9</version>
@@ -483,10 +473,6 @@
<artifactId>maven-site-plugin</artifactId>
</plugin>
<plugin>
- <groupId>org.codehaus.mojo</groupId>
- <artifactId>license-maven-plugin</artifactId>
- </plugin>
- <plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-surefire-plugin</artifactId>
<version>2.12.4</version>