Change parent version to appc snapshot
[appc.git] / appc-adapters / appc-rest-adapter / appc-rest-adapter-installer / pom.xml
index 11051b8..8719755 100644 (file)
 <project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
   <modelVersion>4.0.0</modelVersion>
   <parent>
-    <artifactId>appc-rest-adapter</artifactId>
-    <groupId>org.onap.appc</groupId>
-    <version>1.4.0-SNAPSHOT</version>
+    <artifactId>odlparent-lite</artifactId>
+    <groupId>org.onap.appc.parent</groupId>
+    <version>1.5.0-SNAPSHOT</version>
+    <relativePath />
   </parent>
+  <groupId>org.onap.appc</groupId>
   <artifactId>appc-rest-adapter-installer</artifactId>
   <name>rest Adapter - Karaf Installer</name>
   <packaging>pom</packaging>
   <properties>
     <application.name>appc-rest-adapter</application.name>
     <features.boot>appc-rest-adapter</features.boot>
-    <features.repositories>mvn:org.onap.appc/appc-rest-adapter-features/${project.version}/xml/features</features.repositories>
+    <features.repositories>mvn:org.onap.appc/onap-appc-rest-adapter/${project.version}/xml/features</features.repositories>
     <include.transitive.dependencies>false</include.transitive.dependencies>
   </properties>
 
   <dependencies>
     <dependency>
       <groupId>org.onap.appc</groupId>
-      <artifactId>appc-rest-adapter-features</artifactId>
+      <artifactId>onap-appc-rest-adapter</artifactId>
       <classifier>features</classifier>
+      <version>${project.version}</version>
       <type>xml</type>
       <exclusions>
         <exclusion>
           </execution>
         </executions>
       </plugin>
+      
+                                   <plugin>
+        <groupId>org.apache.maven.plugins</groupId>
+        <artifactId>maven-dependency-plugin</artifactId>
+        <executions>
+          <execution>
+            <id>copy</id>
+            <goals>
+              <goal>copy</goal>
+            </goals>
+            <phase>prepare-package</phase>
+            <configuration>
+              <transitive>false</transitive>
+              <outputDirectory>${project.build.directory}/assembly/system</outputDirectory>
+              <overWriteReleases>false</overWriteReleases>
+              <overWriteSnapshots>true</overWriteSnapshots>
+              <overWriteIfNewer>true</overWriteIfNewer>
+              <useRepositoryLayout>true</useRepositoryLayout>
+              <addParentPoms>false</addParentPoms>
+              <copyPom>false</copyPom>
+              <excludeGroupIds>org.opendaylight</excludeGroupIds>
+              <scope>provided</scope>
+              <artifactItems>
+                <artifactItem>
+                  <groupId>com.fasterxml.jackson.core</groupId>
+                  <artifactId>jackson-databind</artifactId>
+                  <version>2.8.6</version>
+                  <type>jar</type>
+                  <outputDirectory>${project.build.directory}/assembly/system/com/fasterxml/jackson/core/jackson-databind/2.8.6</outputDirectory>
+                </artifactItem>
+                <artifactItem>
+                  <groupId>com.fasterxml.jackson.core</groupId>
+                  <artifactId>jackson-core</artifactId>
+                  <version>2.8.6</version>
+                  <type>jar</type>
+                  <outputDirectory>${project.build.directory}/assembly/system/com/fasterxml/jackson/core/jackson-core/2.8.6</outputDirectory>
+                </artifactItem>
+                <artifactItem>
+                  <groupId>com.fasterxml.jackson.core</groupId>
+                  <artifactId>jackson-annotations</artifactId>
+                  <version>2.8.6</version>
+                  <type>jar</type>
+                  <outputDirectory>${project.build.directory}/assembly/system/com/fasterxml/jackson/core/jackson-annotations/2.8.6</outputDirectory>
+                </artifactItem>
+                <artifactItem>
+                  <groupId>com.fasterxml.jackson.jaxrs</groupId>
+                  <artifactId>jackson-jaxrs-base</artifactId>
+                  <version>2.8.6</version>
+                  <type>jar</type>
+                  <outputDirectory>${project.build.directory}/assembly/system/com/fasterxml/jackson/jaxrs/jackson-jaxrs-base/2.8.6</outputDirectory>
+                </artifactItem>
+                <artifactItem>
+                  <groupId>com.fasterxml.jackson.jaxrs</groupId>
+                  <artifactId>jackson-jaxrs-json-provider</artifactId>
+                  <version>2.8.6</version>
+                  <type>jar</type>
+                  <outputDirectory>${project.build.directory}/assembly/system/com/fasterxml/jackson/jaxrs/jackson-jaxrs-json-provider/2.8.6</outputDirectory>
+                </artifactItem>
+                <artifactItem>
+                  <groupId>org.glassfish.jersey.core</groupId>
+                  <artifactId>jersey-server</artifactId>
+                  <version>2.25.1</version>
+                  <type>jar</type>
+                  <outputDirectory>${project.build.directory}/assembly/system/org/glassfish/jersey/core/jersey-server/2.25.1</outputDirectory>
+                </artifactItem>
+                <artifactItem>
+                  <groupId>com.ning</groupId>
+                  <artifactId>async-http-client</artifactId>
+                  <version>1.9.39</version>
+                  <type>jar</type>
+                  <outputDirectory>${project.build.directory}/assembly/system/com/ning/async-http-client/1.9.39</outputDirectory>
+                </artifactItem>
+                <artifactItem>
+                  <groupId>io.netty</groupId>
+                  <artifactId>netty</artifactId>
+                  <version>3.10.5.Final</version>
+                  <type>jar</type>
+                  <outputDirectory>${project.build.directory}/assembly/system/io/netty/netty/3.10.5.Final</outputDirectory>
+                </artifactItem>
+                <artifactItem>
+                  <groupId>org.glassfish.grizzly</groupId>
+                  <artifactId>grizzly-http-servlet</artifactId>
+                  <version>2.3.28</version>
+                  <type>jar</type>
+                  <outputDirectory>${project.build.directory}/assembly/system/org/glassfish/grizzly/grizzly-http-servlet/2.3.28</outputDirectory>
+                </artifactItem>
+                <artifactItem>
+                  <groupId>org.glassfish.grizzly</groupId>
+                  <artifactId>grizzly-http-server</artifactId>
+                  <version>2.3.28</version>
+                  <type>jar</type>
+                  <outputDirectory>${project.build.directory}/assembly/system/org/glassfish/grizzly/grizzly-http-server/2.3.28</outputDirectory>
+                </artifactItem>
+                <artifactItem>
+                  <groupId>org.glassfish.grizzly</groupId>
+                  <artifactId>grizzly-http</artifactId>
+                  <version>2.3.28</version>
+                  <type>jar</type>
+                  <outputDirectory>${project.build.directory}/assembly/system/org/glassfish/grizzly/grizzly-http/2.3.28</outputDirectory>
+                </artifactItem>
+              </artifactItems>
+            </configuration>
+          </execution>
+        </executions>
+      </plugin>
 
     </plugins>
   </build>
 
+  <version>1.5.0-SNAPSHOT</version>
 </project>