diff options
-rw-r--r-- | aai-core/pom.xml | 14 | ||||
-rw-r--r-- | aai-schema/pom.xml | 4 |
2 files changed, 0 insertions, 18 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> diff --git a/aai-schema/pom.xml b/aai-schema/pom.xml index 786b580f..02582704 100644 --- a/aai-schema/pom.xml +++ b/aai-schema/pom.xml @@ -24,10 +24,6 @@ <plugins> <plugin> <groupId>org.codehaus.mojo</groupId> - <artifactId>license-maven-plugin</artifactId> - </plugin> - <plugin> - <groupId>org.codehaus.mojo</groupId> <artifactId>jaxb2-maven-plugin</artifactId> <version>2.2</version> <executions> |