replace all fixed wiremock ports
[so.git] / mso-api-handlers / mso-api-handler-infra / pom.xml
index f316384..1359a7f 100644 (file)
                <dependency>
                        <groupId>org.springframework.boot</groupId>
                        <artifactId>spring-boot-starter-data-jpa</artifactId>
+                       <exclusions>
+                       <exclusion>
+                           <groupId>org.apache.tomcat</groupId>
+                           <artifactId>tomcat-jdbc</artifactId>
+                        </exclusion>
+               </exclusions>
                </dependency>
                <dependency>
                        <groupId>commons-lang</groupId>
                                                        <includes>
                                                                <include>**/AllTestsTestSuite.java</include>
                                                        </includes>
+                                                       <parallel>suites</parallel>
                                                </configuration>
                                        </execution>
                                </executions>