Updated Version to 1.2.0
[holmes/engine-management.git] / pom.xml
diff --git a/pom.xml b/pom.xml
index 560e17e..7092ec9 100644 (file)
--- a/pom.xml
+++ b/pom.xml
     <parent>
         <groupId>org.onap.oparent</groupId>
         <artifactId>oparent</artifactId>
-        <version>0.1.1</version>
+        <version>1.2.0</version>
     </parent>
 
     <groupId>org.onap.holmes.engine-management</groupId>
     <artifactId>holmes-engine-parent</artifactId>
-    <version>1.1.0-SNAPSHOT</version>
+    <version>1.2.0</version>
     <packaging>pom</packaging>
     <name>holmes-engine-management</name>
     <modules>
         <excludesFile>**/*$*</excludesFile>
         <nexusproxy>https://nexus.open-o.org/content</nexusproxy>
 
-
         <stringtemplate.version>3.2.1</stringtemplate.version>
-        <postgres.jdbc.driver.version>42.1.1</postgres.jdbc.driver.version>
-        <dropwizard.version>0.8.0</dropwizard.version>
+        <postgres.jdbc.driver.version>42.2.5</postgres.jdbc.driver.version>
+        <dropwizard.version>1.3.0</dropwizard.version>
         <swagger.version>1.5.3</swagger.version>
         <lombok.version>1.16.8</lombok.version>
         <jersey.version>2.22.2</jersey.version>
         <jaxrs.consumer.version>5.0</jaxrs.consumer.version>
-        <slf4j.version>1.6.1</slf4j.version>
+        <slf4j.version>1.7.25</slf4j.version>
         <reflections.version>0.9.9</reflections.version>
         <quartz.version>2.2.1</quartz.version>
 
             <dependency>
                 <groupId>org.onap.msb.java-sdk</groupId>
                 <artifactId>msb-java-sdk</artifactId>
-                <version>1.1.0-SNAPSHOT</version>
-                <exclusions>
-                    <exclusion>
-                        <groupId>com.eclipsesource.jaxrs</groupId>
-                        <artifactId>jersey-all</artifactId>
-                    </exclusion>
-                </exclusions>
+                <version>1.1.1</version>
             </dependency>
             <dependency>
                 <groupId>com.eclipsesource.jaxrs</groupId>
             <dependency>
                 <groupId>org.onap.holmes.common</groupId>
                 <artifactId>holmes-actions</artifactId>
-                <version>1.1.0-SNAPSHOT</version>
-                <exclusions>
-                    <exclusion>
-                        <groupId>io.dropwizard</groupId>
-                        <artifactId>dropwizard-db</artifactId>
-                    </exclusion>
-                    <exclusion>
-                        <groupId>io.dropwizard</groupId>
-                        <artifactId>dropwizard-core</artifactId>
-                    </exclusion>
-                </exclusions>
+                <version>1.2.1</version>
             </dependency>
             <dependency>
                 <groupId>org.onap.holmes.dsa</groupId>
                 <artifactId>dmaap-dsa</artifactId>
-                <version>1.1.0-SNAPSHOT</version>
+                <version>1.2.1</version>
             </dependency>
             <dependency>
                 <groupId>io.dropwizard</groupId>
                 <artifactId>dropwizard-db</artifactId>
                 <version>${dropwizard.version}</version>
             </dependency>
+            <dependency>
+                <groupId>io.dropwizard</groupId>
+                <artifactId>dropwizard-jdbi</artifactId>
+                <version>${dropwizard.version}</version>
+            </dependency>
             <dependency>
                 <groupId>io.swagger</groupId>
                 <artifactId>swagger-jersey2-jaxrs</artifactId>
                 <version>${lombok.version}</version>
             </dependency>
 
-
             <dependency>
                 <groupId>org.slf4j</groupId>
                 <artifactId>slf4j-api</artifactId>
                 <artifactId>httpclient</artifactId>
                 <version>4.5.3</version>
             </dependency>
-
-            <dependency>
-                <groupId>com.google.guava</groupId>
-                <artifactId>guava</artifactId>
-                <version>19.0</version>
-            </dependency>
         </dependencies>
     </dependencyManagement>
 </project>