Properly parent built resources
[vnfsdk/refrepo.git] / vnfmarket-be / vnf-sdk-marketplace / pom.xml
index 6a526b5..b8a09ed 100644 (file)
        <parent>
                <groupId>org.onap.vnfsdk.refrepo</groupId>
                <artifactId>vnf-sdk-marketplace-core-parent</artifactId>
-               <version>1.0.0-SNAPSHOT</version>
+               <version>1.1.0-SNAPSHOT</version>
        </parent>
 
        <modelVersion>4.0.0</modelVersion>
        <artifactId>vnf-sdk-marketplace</artifactId>
-       <version>1.0.0-SNAPSHOT</version>
+       <version>1.1.0-SNAPSHOT</version>
        <name>vnf-sdk-marketplace/vnf-sdk-marketplace</name>
        <packaging>war</packaging>
 
        <properties>
                <project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
-               <cxf.version>3.1.6</cxf.version>
+               <cxf.version>3.2.3</cxf.version>
                <!-- slf4j.version>1.6.1</slf4j.version> -->
                <maven.test.skip>false</maven.test.skip>
                <maven.test.failure.ignore>false</maven.test.failure.ignore>
                        <artifactId>log4j</artifactId>
                        <version>1.2.16</version>
                </dependency>
-
-               <dependency>
-                       <groupId>io.dropwizard</groupId>
-                       <artifactId>dropwizard-core</artifactId>
-                       <version>0.8.0</version>
-                       <exclusions>
-                               <exclusion>
-                                       <groupId>org.slf4j</groupId>
-                                       <artifactId>log4j-over-slf4j</artifactId>
-                               </exclusion>
-                       </exclusions>
-               </dependency>
                <dependency>
                        <groupId>io.dropwizard</groupId>
                        <artifactId>dropwizard-assets</artifactId>
-                       <version>0.8.0</version>
+                       <version>1.2.4</version>
                </dependency>
                <dependency>
-                       <groupId>io.dropwizard</groupId>
-                       <artifactId>dropwizard-hibernate</artifactId>
-                       <version>0.8.0</version>
+                       <groupId>org.eclipse.persistence</groupId>
+                       <artifactId>javax.persistence</artifactId>
+                       <version>2.1.0</version>
                </dependency>
+
                <dependency>
                        <groupId>io.swagger</groupId>
                        <artifactId>swagger-jersey2-jaxrs</artifactId>
-                       <version>1.5.3</version>
+                       <version>1.5.18</version>
                </dependency>
                <!-- jersey -->
-               <dependency>
-                       <groupId>org.glassfish.jersey.core</groupId>
-                       <artifactId>jersey-server</artifactId>
-                       <version>2.16</version>
-               </dependency>
+
                <dependency>
                        <groupId>org.glassfish.jersey.media</groupId>
                        <artifactId>jersey-media-multipart</artifactId>
-                       <version>2.16</version>
+                       <version>2.21</version>
                </dependency>
                <dependency>
                        <groupId>org.glassfish.jersey.containers</groupId>
-                       <artifactId>jersey-container-servlet-core</artifactId>
-                       <version>2.16</version>
+                       <artifactId>jersey-container-jetty-servlet</artifactId>
+                       <version>2.22.1</version>               
                </dependency>
                <dependency>
                        <groupId>org.apache.httpcomponents</groupId>
                        <artifactId>httpmime</artifactId>
-                       <version>4.5.2</version>
+                       <version>4.5.3</version>
                </dependency>
                <!-- consumer -->
                <dependency>
                <dependency>
                        <groupId>com.google.code.gson</groupId>
                        <artifactId>gson</artifactId>
-                       <version>2.2.4</version>
+                       <version>2.3.1</version>
                </dependency>
                <dependency>
                        <groupId>org.postgresql</groupId>
                        <version>1.8.2</version>
                        <scope>test</scope>
                </dependency>
-               <dependency>
-                       <groupId>org.codehaus.jackson</groupId>
-                       <artifactId>jackson-jaxrs</artifactId>
-                       <version>1.9.2</version>
-               </dependency>
-               <dependency>
-                       <groupId>org.codehaus.jackson</groupId>
-                       <artifactId>jackson-mapper-asl</artifactId>
-                       <version>1.9.2</version>
-               </dependency>
-               <dependency>
-                       <groupId>net.sf.json-lib</groupId>
-                       <artifactId>json-lib</artifactId>
-                       <version>2.4</version>
-                       <classifier>jdk15</classifier>
-               </dependency>
+
+
                <dependency>
                        <groupId>org.apache.commons</groupId>
                        <artifactId>commons-io</artifactId>
                        <plugin>
                                <groupId>org.apache.maven.plugins</groupId>
                                <artifactId>maven-surefire-plugin</artifactId>
-                               <version>2.19.1</version>
+                               <version>2.20</version>
                                <configuration>
                                        <forkMode>always</forkMode>
                                        <argLine>${surefireArgLine}</argLine>