aboutsummaryrefslogtreecommitdiffstats
path: root/adapters/so-appc-orchestrator/pom.xml
diff options
context:
space:
mode:
authorFiete Ostkamp <Fiete.Ostkamp@telekom.de>2025-02-27 10:28:41 +0100
committerFiete Ostkamp <Fiete.Ostkamp@telekom.de>2025-02-27 10:59:03 +0100
commitba20c5a452a6f7b503afb71a96092469ee8791de (patch)
tree3da96e4535d5e8fd8f6d9f471491ac43a6a42fe5 /adapters/so-appc-orchestrator/pom.xml
parent8c3f7827402555e5897cbea906d62d928c0bebb4 (diff)
Reenable tests in more modulesHEADmaster
- adapters/so-appc-orchestrator - adapters/mso-catalog-db-adapter - bpmn/so-bpmn-infrastructure-common - cxf-logging - this also fixes a syntax error in the R_MacroData.sql file that is used in the mso-catalog-db-adapter Issue-ID: SO-4146 Signed-off-by: Fiete Ostkamp <Fiete.Ostkamp@telekom.de> Change-Id: Iac1e83877e967a628f3f8f8b2754fa26dca00ac0
Diffstat (limited to 'adapters/so-appc-orchestrator/pom.xml')
-rw-r--r--adapters/so-appc-orchestrator/pom.xml9
1 files changed, 7 insertions, 2 deletions
diff --git a/adapters/so-appc-orchestrator/pom.xml b/adapters/so-appc-orchestrator/pom.xml
index 8d9354b401..f83552adeb 100644
--- a/adapters/so-appc-orchestrator/pom.xml
+++ b/adapters/so-appc-orchestrator/pom.xml
@@ -72,9 +72,9 @@
<goal>test</goal>
</goals>
<configuration>
- <includes>
+ <!-- <includes>
<include>**/AllTestsTestSuite.java</include>
- </includes>
+ </includes> -->
<parallel>suites</parallel>
</configuration>
</execution>
@@ -154,6 +154,11 @@
<artifactId>camunda-external-task-client</artifactId>
</dependency>
<dependency>
+ <groupId>org.camunda.bpm.springboot</groupId>
+ <artifactId>camunda-bpm-spring-boot-starter</artifactId>
+ <scope>test</scope>
+ </dependency>
+ <dependency>
<groupId>org.onap.so</groupId>
<artifactId>MSOCommonBPMN</artifactId>
<version>${project.version}</version>