Merge Casablanca
[so.git] / adapters / mso-catalog-db-adapter / pom.xml
index e8db6be..931dee2 100644 (file)
@@ -4,7 +4,7 @@
        <parent>
                <groupId>org.onap.so</groupId>
                <artifactId>adapters</artifactId>
-               <version>1.3.0-SNAPSHOT</version>
+               <version>1.4.0-SNAPSHOT</version>
        </parent>
 
        <groupId>org.onap.so.adapters</groupId>
                                        </execution>
                                </executions>
                        </plugin>
+                       <plugin>
+                               <groupId>org.apache.maven.plugins</groupId>
+                               <artifactId>maven-compiler-plugin</artifactId>
+                               <version>3.3</version>
+                               <configuration>
+                                       <source>1.8</source>
+                                       <target>1.8</target>
+                                       <fork>true</fork>
+                                       <compilerArgs>
+                                               <arg>-parameters</arg>
+                                       </compilerArgs>
+                               </configuration>
+                       </plugin>
                </plugins>
                <pluginManagement>
                        <plugins>
                <dependency>
                        <groupId>org.springframework.boot</groupId>
                        <artifactId>spring-boot-starter-web</artifactId>
-               </dependency>
-               <dependency>
-                       <groupId>org.springframework.boot</groupId>
-                       <artifactId>spring-boot-starter-jdbc</artifactId>
-                       <exclusions>
-                               <exclusion>
-                                       <groupId>org.apache.tomcat</groupId>
-                                       <artifactId>tomcat-jdbc</artifactId>
-                               </exclusion>
-                       </exclusions>
-               </dependency>
-               <dependency>
-                       <groupId>org.apache.commons</groupId>
-                       <artifactId>commons-dbcp2</artifactId>
-               </dependency>
+               </dependency>           
                <dependency>
                        <groupId>io.swagger</groupId>
                        <artifactId>swagger-jersey2-jaxrs</artifactId>
                </dependency>
                <dependency>
                        <groupId>org.flywaydb</groupId>
-                       <artifactId>flyway-core</artifactId>                    
+                       <artifactId>flyway-core</artifactId>
                </dependency>
                <dependency>
                        <groupId>io.micrometer</groupId>
-                       <artifactId>micrometer-spring-legacy</artifactId>
-                       <version>1.0.5</version>
+                       <artifactId>micrometer-core</artifactId>
                </dependency>
                <dependency>
                        <groupId>io.micrometer</groupId>
                        <artifactId>micrometer-registry-prometheus</artifactId>
-                       <version>1.0.5</version>
                </dependency>
-    </dependencies>
-</project>
\ No newline at end of file
+       </dependencies>
+</project>