Reenable tests for more of the bpmn modules 30/140230/1
authorFiete Ostkamp <Fiete.Ostkamp@telekom.de>
Sat, 15 Feb 2025 17:02:49 +0000 (18:02 +0100)
committerFiete Ostkamp <Fiete.Ostkamp@telekom.de>
Sat, 15 Feb 2025 17:02:49 +0000 (18:02 +0100)
- MSOCommonBPMN
- MSOCoreBPMN
- resolve build warnings due to duplicate dependency declarations in other modules

Issue-ID: SO-4142
Change-Id: I37a09eec3e09f0f280c3ae3440b11b1b16447710
Signed-off-by: Fiete Ostkamp <Fiete.Ostkamp@telekom.de>
bpmn/MSOCommonBPMN/pom.xml
bpmn/MSOCoreBPMN/pom.xml
bpmn/so-bpmn-infrastructure-common/pom.xml
bpmn/so-bpmn-infrastructure-flows/pom.xml
bpmn/so-bpmn-moi/pom.xml
deployment-configs/pom.xml

index b6b3586..ab90c5c 100644 (file)
@@ -98,7 +98,7 @@
     </plugins>
     <pluginManagement>
       <plugins>
-        <!--This plugin's configuration is used to store Eclipse m2e settings 
+        <!--This plugin's configuration is used to store Eclipse m2e settings
           only. It has no influence on the Maven build itself. -->
         <plugin>
           <groupId>org.eclipse.m2e</groupId>
       <artifactId>spring-boot-starter-test</artifactId>
       <scope>test</scope>
     </dependency>
+    <dependency>
+      <groupId>org.junit.vintage</groupId>
+      <artifactId>junit-vintage-engine</artifactId>
+      <scope>test</scope>
+    </dependency>
     <dependency>
       <groupId>org.camunda.bpm.extension.mockito</groupId>
       <artifactId>camunda-bpm-mockito</artifactId>
       <groupId>org.glassfish.jersey.media</groupId>
       <artifactId>jersey-media-json-jackson</artifactId>
     </dependency>
-    <dependency>
-      <groupId>org.springframework.boot</groupId>
-      <artifactId>spring-boot-starter-test</artifactId>
-      <scope>test</scope>
-    </dependency>
     <dependency>
       <groupId>uk.co.blackpepper.bowman</groupId>
       <artifactId>bowman-client</artifactId>
index a14b8cd..662bd30 100644 (file)
       <artifactId>json-schema-validator</artifactId>
       <version>2.2.6</version>
     </dependency>
+    <dependency>
+      <groupId>org.junit.vintage</groupId>
+      <artifactId>junit-vintage-engine</artifactId>
+      <scope>test</scope>
+    </dependency>
   </dependencies>
 </project>
index 667737b..2271024 100644 (file)
       <artifactId>camunda-spin-dataformat-all</artifactId>
       <scope>test</scope>
     </dependency>
-    <dependency>
-      <artifactId>camunda-spin-dataformat-all</artifactId>
-      <groupId>org.camunda.spin</groupId>
-      <scope>test</scope>
-    </dependency>
     <dependency>
       <groupId>org.camunda.bpm</groupId>
       <artifactId>camunda-engine-plugin-spin</artifactId>
index f71b153..48d2360 100644 (file)
                     <ignore />
                   </action>
                 </pluginExecution>
+                <pluginExecution>
+                  <pluginExecutionFilter>
+                    <groupId>org.apache.maven.plugins</groupId>
+                    <artifactId>maven-dependency-plugin</artifactId>
+                    <versionRange>[1.0.0,)</versionRange>
+                    <goals>
+                      <goal>unpack</goal>
+                    </goals>
+                  </pluginExecutionFilter>
+                  <action>
+                    <execute />
+                  </action>
+                </pluginExecution>
               </pluginExecutions>
             </lifecycleMappingMetadata>
           </configuration>
             <parallel>suites</parallel>
           </configuration>
         </plugin>
-        <plugin>
-          <groupId>org.eclipse.m2e</groupId>
-          <artifactId>lifecycle-mapping</artifactId>
-          <version>1.0.0</version>
-          <configuration>
-            <lifecycleMappingMetadata>
-              <pluginExecutions>
-                <pluginExecution>
-                  <pluginExecutionFilter>
-                    <groupId>org.apache.maven.plugins</groupId>
-                    <artifactId>maven-dependency-plugin</artifactId>
-                    <versionRange>[1.0.0,)</versionRange>
-                    <goals>
-                      <goal>unpack</goal>
-                    </goals>
-                  </pluginExecutionFilter>
-                  <action>
-                    <execute />
-                  </action>
-                </pluginExecution>
-              </pluginExecutions>
-            </lifecycleMappingMetadata>
-          </configuration>
-        </plugin>
       </plugins>
     </pluginManagement>
     <finalName>${project.artifactId}-${project.version}</finalName>
       <artifactId>camunda-spin-dataformat-all</artifactId>
       <scope>test</scope>
     </dependency>
-    <dependency>
-      <artifactId>camunda-spin-dataformat-all</artifactId>
-      <groupId>org.camunda.spin</groupId>
-      <scope>test</scope>
-    </dependency>
     <dependency>
       <groupId>org.camunda.bpm</groupId>
       <artifactId>camunda-engine-plugin-spin</artifactId>
index 8460f0f..5146e2b 100644 (file)
       <groupId>org.glassfish.jersey.media</groupId>
       <artifactId>jersey-media-json-jackson</artifactId>
     </dependency>
-    <dependency>
-      <groupId>org.springframework.boot</groupId>
-      <artifactId>spring-boot-starter-test</artifactId>
-      <scope>test</scope>
-    </dependency>
     <dependency>
       <groupId>uk.co.blackpepper.bowman</groupId>
       <artifactId>bowman-client</artifactId>
index c3ee2bc..ca2066d 100644 (file)
@@ -18,6 +18,7 @@
       <plugin>
         <groupId>org.apache.maven.plugins</groupId>
         <artifactId>maven-resources-plugin</artifactId>
+        <version>2.6</version>
         <configuration>
           <nonFilteredFileExtensions>
             <nonFilteredFileExtension>jks</nonFilteredFileExtension>