Merge "Implement interface to SDC for ActivitySpec"
[so.git] / bpmn / so-bpmn-infrastructure-flows / pom.xml
index 1a3a64b..ce7f0d9 100644 (file)
@@ -1,16 +1,21 @@
-<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
-       xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
+<?xml version="1.0"?>
+<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
        <parent>
                <groupId>org.onap.so</groupId>
                <artifactId>bpmn</artifactId>
-               <version>1.3.0-SNAPSHOT</version>
+               <version>1.4.0-SNAPSHOT</version>
        </parent>
        <modelVersion>4.0.0</modelVersion>
        <artifactId>so-bpmn-infrastructure-flows</artifactId>
        <packaging>jar</packaging>
+
        <properties>
-               <camunda.version>7.8.0</camunda.version>
+               <camunda.bpm.assert.version>2.0-alpha2</camunda.bpm.assert.version>
+               <assertj.core.version>1.7.0</assertj.core.version>
+               <grpc.version>1.17.1</grpc.version>
+               <camunda.mockito.version>3.2.1</camunda.mockito.version>
        </properties>
+
        <build>
                <plugins>
                        <plugin>
@@ -37,7 +42,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>
@@ -62,7 +67,7 @@
                                                                                </goals>
                                                                        </pluginExecutionFilter>
                                                                        <action>
-                                                                               <ignore></ignore>
+                                                                               <ignore/>
                                                                        </action>
                                                                </pluginExecution>
                                                        </pluginExecutions>
                                                        </configuration>
                                                </execution>
                                        </executions>
+                                       <configuration>
+                                               <parallel>suites</parallel>
+                                       </configuration>
                                </plugin>
                        </plugins>
                </pluginManagement>
                <dependency>
                        <groupId>org.camunda.bpm.springboot</groupId>
                        <artifactId>camunda-bpm-spring-boot-starter</artifactId>
-                       <version>2.3.0</version>
+                       <version>${camunda.springboot.version}</version>
+                       <scope>test</scope>
+               </dependency>
+               <dependency>
+                       <groupId>org.camunda.bpm.springboot</groupId>
+                       <artifactId>camunda-bpm-spring-boot-starter-webapp</artifactId>
+                       <version>${camunda.springboot.version}</version>
+                       <scope>test</scope>
+               </dependency>
+               <dependency>
+                       <groupId>org.camunda.bpm.extension.mockito</groupId>
+                       <artifactId>camunda-bpm-mockito</artifactId>
+                       <version>${camunda.mockito.version}</version>
                        <scope>test</scope>
                </dependency>
                <dependency>
                        <artifactId>h2</artifactId>
                        <scope>test</scope>
                </dependency>
-               <dependency>
-                       <groupId>com.google.guava</groupId>
-                       <artifactId>guava</artifactId>
-                       <version>22.0</version>
-               </dependency>
                <dependency>
                        <groupId>org.mockito</groupId>
                        <artifactId>mockito-core</artifactId>
                        <artifactId>MSOCoreBPMN</artifactId>
                        <version>${project.version}</version>
                </dependency>
+               <dependency>
+                       <groupId>org.onap.so</groupId>
+                       <artifactId>MSOCoreBPMN</artifactId>
+                       <version>${project.version}</version>
+                       <classifier>tests</classifier>
+                       <scope>test</scope>
+               </dependency>
                <dependency>
                        <groupId>org.onap.so</groupId>
                        <artifactId>MSOCommonBPMN</artifactId>
                </dependency>
                <dependency>
                        <groupId>org.onap.so</groupId>
-                       <artifactId>MSOCoreBPMN</artifactId>
+                       <artifactId>MSOCommonBPMN</artifactId>
                        <version>${project.version}</version>
                        <classifier>tests</classifier>
                        <scope>test</scope>
                </dependency>
+               <dependency>
+                       <groupId>org.onap.so</groupId>
+                       <artifactId>so-bpmn-building-blocks</artifactId>
+                       <version>${project.version}</version>
+                       <scope>test</scope>
+               </dependency>
                <dependency>
                        <groupId>javax.ws.rs</groupId>
                        <artifactId>javax.ws.rs-api</artifactId>
                        <version>${jax.ws.rs}</version>
                </dependency>
-               <dependency>
-                       <groupId>org.onap.so</groupId>
-                       <artifactId>MSORESTClient</artifactId>
-                       <version>${project.version}</version>
-               </dependency>
                <dependency>
                        <groupId>org.camunda.spin</groupId>
                        <artifactId>camunda-spin-core</artifactId>
                        <artifactId>camunda-engine-plugin-connect</artifactId>
                        <scope>test</scope>
                </dependency>
+               <dependency>
+                       <groupId>org.camunda.bpm.extension</groupId>
+                       <artifactId>camunda-bpm-assert</artifactId>
+                       <version>${camunda.bpm.assert.version}</version>
+                       <scope>test</scope>
+               </dependency>
+               <dependency>
+                       <groupId>org.assertj</groupId>
+                       <artifactId>assertj-core</artifactId>
+                       <version>${assertj.core.version}</version>
+                       <scope>test</scope>
+               </dependency>
                <dependency>
                        <groupId>javax.annotation</groupId>
                        <artifactId>javax.annotation-api</artifactId>
                        <version>1.3</version>
                </dependency>
-               <dependency>
-                       <groupId>org.onap.msb.java-sdk</groupId>
-                       <artifactId>msb-java-sdk</artifactId>
-                       <version>1.0.0</version>
-                       <exclusions>
-                               <exclusion>
-                                       <groupId>com.eclipsesource.jaxrs</groupId>
-                                       <artifactId>jersey-all</artifactId>
-                               </exclusion>
-                       </exclusions>
-               </dependency>
-
                <dependency>
                        <groupId>org.springframework.boot</groupId>
                        <artifactId>spring-boot-configuration-processor</artifactId>
                        <version>2.2.3</version>
                        <scope>test</scope>
                </dependency>
+               <dependency>
+                       <groupId>io.grpc</groupId>
+                       <artifactId>grpc-testing</artifactId>
+                       <version>${grpc.version}</version>
+                       <scope>test</scope>
+               </dependency>
+
        </dependencies>
 </project>