Remove license-maven-plugin from aai-core/schema 81/9581/1
authorDileep Ranganathan <dileep.ranganathan@intel.com>
Thu, 31 Aug 2017 03:05:16 +0000 (20:05 -0700)
committerDileep Ranganathan <dileep.ranganathan@intel.com>
Thu, 31 Aug 2017 03:08:04 +0000 (20:08 -0700)
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>
aai-core/pom.xml
aai-schema/pom.xml

index 4d6fad6..10eef87 100644 (file)
             <artifactId>xml-apis</artifactId>
             <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>
             <artifactId>freemarker</artifactId>
             <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>
                 <groupId>org.apache.maven.plugins</groupId>
                 <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>
index 786b580..0258270 100644 (file)
     </dependencies>
     <build>
         <plugins>
-            <plugin>
-                <groupId>org.codehaus.mojo</groupId>
-                <artifactId>license-maven-plugin</artifactId>
-            </plugin>
             <plugin>
                 <groupId>org.codehaus.mojo</groupId>
                 <artifactId>jaxb2-maven-plugin</artifactId>