Springboot 2.0 upgrade
[so.git] / adapters / mso-catalog-db-adapter / pom.xml
index 2e58bef..e708e3d 100644 (file)
                                        </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-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>
                        <groupId>io.swagger</groupId>
                </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>