Merge "Reorder modifiers"
[so.git] / bpmn / MSOInfrastructureBPMN / pom.xml
index 79d3c4f..be2a1da 100644 (file)
-<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"\r
-       xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">\r
-       <parent>\r
-               <groupId>org.onap.so</groupId>\r
-               <artifactId>bpmn</artifactId>\r
-               <version>1.2.0-SNAPSHOT</version>\r
-       </parent>\r
-       <modelVersion>4.0.0</modelVersion>\r
-       <artifactId>MSOInfrastructureBPMN</artifactId>\r
-       <packaging>war</packaging>\r
-\r
-       <build>\r
-               <plugins>\r
-                       <plugin>\r
-                               <groupId>org.apache.maven.plugins</groupId>\r
-                               <artifactId>maven-war-plugin</artifactId>\r
-                               <version>2.3</version>\r
-                               <configuration>\r
-                                       <failOnMissingWebXml>false</failOnMissingWebXml>\r
-                               </configuration>\r
-                       </plugin>\r
-                       <plugin>\r
-                               <groupId>org.apache.maven.plugins</groupId>\r
-                               <artifactId>maven-jar-plugin</artifactId>\r
-                               <version>2.6</version>\r
-                               <executions>\r
-                                       <execution>\r
-                                               <id>default-jar</id>\r
-                                               <phase>package</phase>\r
-                                               <goals>\r
-                                                       <goal>jar</goal>\r
-                                               </goals>\r
-                                               <configuration>\r
-                               <excludes>\r
-                                                               <exclude>org/openecomp/mso/bpmn/infrastructure/MSOInfrastructureApplication.class</exclude>\r
-<!--                                                           <exclude>META-INF/</exclude> -->\r
-                                                       </excludes>\r
-                                               </configuration>\r
-                                       </execution>\r
-               </executions>\r
-            </plugin>\r
-             <plugin>\r
-                <groupId>org.codehaus.mojo</groupId>\r
-                <artifactId>build-helper-maven-plugin</artifactId>\r
-                <version>3.0.0</version>\r
-                <executions>\r
-                    <execution>\r
-                    <goals>\r
-                        <goal>attach-artifact</goal>\r
-                    </goals>\r
-                    <phase>package</phase>\r
-                        <configuration>\r
-                            <artifacts>\r
-                                <artifact>\r
-                                    <file>${project.build.directory}/${project.artifactId}-${project.version}.jar</file>\r
-                                    <type>jar</type>\r
-                                </artifact>\r
-                            </artifacts>\r
-                        </configuration>\r
-                    </execution>\r
-                </executions>\r
-            </plugin>\r
-                       <plugin>\r
-                               <groupId>org.apache.cxf</groupId>\r
-                               <artifactId>cxf-codegen-plugin</artifactId>\r
-                               <version>2.5.2</version>\r
-                       </plugin>\r
-                       <plugin>\r
-               <groupId>org.apache.maven.plugins</groupId>\r
-               <artifactId>maven-eclipse-plugin</artifactId>\r
-               <version>2.8</version>\r
-               <configuration>\r
-                       <additionalProjectnatures>\r
-                       <projectnature>org.eclipse.jdt.groovy.core.groovyNature</projectnature>\r
-                       </additionalProjectnatures>\r
-                       <sourceIncludes>\r
-                       <sourceInclude>**/*.groovy</sourceInclude>\r
-                       </sourceIncludes>\r
-               </configuration>\r
-               </plugin>\r
-                       <plugin>\r
-                               <artifactId>maven-antrun-plugin</artifactId>\r
-                               <executions>\r
-                                       <execution>\r
-                                               <id>compile</id>\r
-                                               <phase>compile</phase>\r
-                                               <configuration>\r
-                                                       <tasks>\r
-                                                               <mkdir dir="${basedir}/src/main/groovy" />\r
-                                                               <taskdef name="groovyc" classname="org.codehaus.groovy.ant.Groovyc">\r
-                                                                       <classpath refid="maven.compile.classpath" />\r
-                                                               </taskdef>\r
-                                                               <mkdir dir="${project.build.outputDirectory}" />\r
-                                                               <groovyc destdir="${project.build.outputDirectory}"\r
-                                                                       srcdir="${basedir}/src/main/groovy/" listfiles="true">\r
-                                                                       <classpath refid="maven.compile.classpath" />\r
-                                                               </groovyc>\r
-                                                       </tasks>\r
-                                               </configuration>\r
-                                               <goals>\r
-                                                       <goal>run</goal>\r
-                                               </goals>\r
-                                       </execution>\r
-                                       <execution>\r
-                                               <id>test-compile</id>\r
-                                               <phase>test-compile</phase>\r
-                                               <configuration>\r
-                                                       <tasks>\r
-                                                               <mkdir dir="${basedir}/src/test/groovy" />\r
-                                                               <taskdef name="groovyc" classname="org.codehaus.groovy.ant.Groovyc">\r
-                                                                       <classpath refid="maven.test.classpath" />\r
-                                                               </taskdef>\r
-                                                               <mkdir dir="${project.build.testOutputDirectory}" />\r
-                                                               <groovyc destdir="${project.build.testOutputDirectory}"\r
-                                                                       srcdir="${basedir}/src/test/groovy/" listfiles="true">\r
-                                                                       <classpath refid="maven.test.classpath" />\r
-                                                               </groovyc>\r
-                                                       </tasks>\r
-                                               </configuration>\r
-                                               <goals>\r
-                                                       <goal>run</goal>\r
-                                               </goals>\r
-                                       </execution>\r
-                               </executions>\r
-                       </plugin>\r
-               \r
-                       <plugin>\r
-                       <groupId>org.apache.maven.plugins</groupId>\r
-                       <artifactId>maven-dependency-plugin</artifactId>\r
-                       </plugin>\r
-            <plugin>\r
-                <artifactId>maven-failsafe-plugin</artifactId>\r
-                <version>2.6</version>\r
-                <executions>\r
-                    <execution>\r
-                        <goals>\r
-                            <goal>integration-test</goal>\r
-                            <goal>verify</goal>\r
-                        </goals>\r
-                    </execution>\r
-                </executions>\r
-            </plugin>\r
-        </plugins>\r
-               <pluginManagement>\r
-                       <plugins>\r
-                               <!--This plugin's configuration is used to store Eclipse m2e settings\r
-                                       only. It has no influence on the Maven build itself. -->\r
-                               <plugin>\r
-                                       <groupId>org.eclipse.m2e</groupId>\r
-                                       <artifactId>lifecycle-mapping</artifactId>\r
-                                       <version>1.0.0</version>\r
-                                       <configuration>\r
-                                               <lifecycleMappingMetadata>\r
-                                                       <pluginExecutions>\r
-                                                               <pluginExecution>\r
-                                                                       <pluginExecutionFilter>\r
-                                                                               <groupId>\r
-                                                                                       org.apache.maven.plugins\r
-                                                                               </groupId>\r
-                                                                               <artifactId>\r
-                                                                                       maven-antrun-plugin\r
-                                                                               </artifactId>\r
-                                                                               <versionRange>\r
-                                                                                       [1.3,)\r
-                                                                               </versionRange>\r
-                                                                               <goals>\r
-                                                                                       <goal>run</goal>\r
-                                                                               </goals>\r
-                                                                       </pluginExecutionFilter>\r
-                                                                       <action>\r
-                                                                               <ignore></ignore>\r
-                                                                       </action>\r
-                                                               </pluginExecution>\r
-                                                       </pluginExecutions>\r
-                                               </lifecycleMappingMetadata>\r
-                                       </configuration>\r
-                               </plugin>\r
-                       </plugins>\r
-               </pluginManagement>\r
-       </build>\r
-\r
-       <dependencies>\r
-               <dependency>\r
-                       <!-- process engine, in compile scope to include it in the war file -->\r
-                       <groupId>org.camunda.bpm</groupId>\r
-                       <artifactId>camunda-engine</artifactId>\r
-                       <scope>compile</scope>\r
-                       <exclusions>\r
-                               <exclusion>\r
-                                       <groupId>org.slf4j</groupId>\r
-                                       <artifactId>slf4j-api</artifactId>\r
-                               </exclusion>\r
-                       </exclusions>\r
-               </dependency>\r
-               <!-- Using the `DefaultEjbProcessApplication` result in: `java.sql.SQLException:\r
-                       You cannot commit during a managed transaction!` -->\r
-               <dependency>\r
-                       <!-- CDI integration, needs to be included in WAR, otherwise CDI can not\r
-                               work correctly -->\r
-                       <groupId>org.camunda.bpm</groupId>\r
-                       <artifactId>camunda-engine-cdi</artifactId>\r
-               </dependency>\r
-               <dependency>\r
-                   <groupId>com.google.guava</groupId>\r
-                   <artifactId>guava</artifactId>\r
-                   <version>22.0</version> <!-- or 22.0-android for the Android flavor -->\r
-               </dependency>\r
-               <dependency>\r
-                       <!-- AssertJ Testing Library -->\r
-                       <groupId>org.camunda.bpm.extension</groupId>\r
-                       <artifactId>camunda-bpm-assert</artifactId>\r
-                       <version>1.2</version>\r
-                       <scope>test</scope>\r
-               </dependency>\r
-               \r
-               <!-- Spin dataformat support, in compile scope to include it in the war\r
-                       file -->\r
-               <dependency>\r
-                       <groupId>org.camunda.spin</groupId>\r
-                       <artifactId>camunda-spin-dataformat-all</artifactId>\r
-                       <scope>compile</scope>\r
-               </dependency>\r
-               <dependency>\r
-                       <artifactId>camunda-spin-dataformat-all</artifactId>\r
-                       <groupId>org.camunda.spin</groupId>\r
-                       <scope>compile</scope>\r
-               </dependency>\r
-               <dependency>\r
-                       <groupId>org.camunda.bpm</groupId>\r
-                       <artifactId>camunda-engine-plugin-spin</artifactId>\r
-                       <scope>compile</scope>\r
-               </dependency>\r
-\r
-               <dependency>\r
-                       <groupId>org.camunda.bpm</groupId>\r
-                       <artifactId>camunda-engine-plugin-connect</artifactId>\r
-                       <scope>compile</scope>\r
-               </dependency>\r
-\r
-               <dependency>\r
-                       <!-- Bootstrap for styling via Webjars project -->\r
-                       <groupId>org.webjars</groupId>\r
-                       <artifactId>bootstrap</artifactId>\r
-                       <version>2.3.2</version>\r
-               </dependency>\r
-               <dependency>\r
-                       <!-- Needed for InMemoryH2Test -->\r
-                       <groupId>com.h2database</groupId>\r
-                       <artifactId>h2</artifactId>\r
-                       <scope>test</scope>\r
-               </dependency>\r
-\r
-               <dependency>\r
-                       <groupId>com.fasterxml.uuid</groupId>\r
-                       <artifactId>java-uuid-generator</artifactId>\r
-               </dependency>\r
-               <dependency>\r
-                       <groupId>org.codehaus.groovy</groupId>\r
-                       <artifactId>groovy-all</artifactId>\r
-               </dependency>\r
-               <dependency>\r
-                       <groupId>org.apache.commons</groupId>\r
-                       <artifactId>commons-lang3</artifactId>\r
-                       <version>3.4</version>\r
-               </dependency>\r
-               <dependency>\r
-                       <groupId>org.onap.so</groupId>\r
-                       <artifactId>MSOCoreBPMN</artifactId>\r
-                       <version>${project.version}</version>\r
-               </dependency>\r
-               <dependency>\r
-                       <groupId>org.onap.so</groupId>\r
-                       <artifactId>MSOCommonBPMN</artifactId>\r
-                       <version>${project.version}</version>\r
-           </dependency>\r
-               <dependency>\r
-                       <groupId>org.onap.so</groupId>\r
-                       <artifactId>MSOCommonBPMN</artifactId>\r
-                       <version>${project.version}</version>\r
-                       <classifier>tests</classifier>\r
-                       <scope>test</scope>\r
-               </dependency>\r
-               <dependency>\r
-                       <!-- unit test utilities -->\r
-                       <groupId>org.onap.so</groupId>\r
-                       <artifactId>MSOCoreBPMN</artifactId>\r
-                       <version>${project.version}</version>\r
-                       <classifier>tests</classifier>\r
-                       <scope>test</scope>\r
-               </dependency>\r
-               <dependency>\r
-                       <groupId>javax.ws.rs</groupId>\r
-                       <artifactId>javax.ws.rs-api</artifactId>\r
-                       <version>2.0</version>\r
-               </dependency>\r
-               <!--            for encoding the url the same way A&AI does -->\r
-       <dependency>\r
-          <groupId>org.springframework</groupId>\r
-       <artifactId>spring-web</artifactId>\r
-       <version>4.3.2.RELEASE</version>\r
-       </dependency>\r
-       <dependency>\r
-         <groupId>org.onap.so</groupId>\r
-         <artifactId>MSORESTClient</artifactId>\r
-         <version>${project.version}</version>\r
-       </dependency>\r
-\r
-    <dependency>\r
-        <groupId>javax.servlet</groupId>\r
-        <artifactId>javax.servlet-api</artifactId>\r
-        <version>3.0.1</version>\r
-        <scope>provided</scope>\r
-    </dependency>\r
-\r
-\r
-               <dependency>\r
-               <groupId>org.camunda.bpm</groupId>\r
-               <artifactId>camunda-engine-spring</artifactId>\r
-               </dependency>\r
-               <dependency>\r
-    <groupId>org.springframework</groupId>\r
-    <artifactId>spring-beans</artifactId>\r
-    <version>4.3.2.RELEASE</version>\r
-</dependency>\r
-<dependency>\r
-                       <!-- Optional Plugin for Camunda BPM Workbench -->\r
-                       <groupId>org.camunda.bpm.workbench</groupId>\r
-                       <artifactId>camunda-workbench-dist-embeddable</artifactId>\r
-                       <version>1.0.0-alpha8</version>\r
-                       <scope>test</scope>\r
-               </dependency>\r
-\r
-               <dependency>\r
-                       <groupId>org.onap.msb.java-sdk</groupId>\r
-                       <artifactId>msb-java-sdk</artifactId>\r
-                       <version>1.0.0</version>\r
-                       <exclusions>\r
-                               <exclusion>\r
-                                       <groupId>com.eclipsesource.jaxrs</groupId>\r
-                                       <artifactId>jersey-all</artifactId>\r
-                               </exclusion>\r
-                       </exclusions>\r
-               </dependency>\r
-\r
-               <!--for yang tools-->\r
-<!--           <dependency>\r
-                       <groupId>org.onap.so</groupId>\r
-                       <artifactId>common</artifactId>\r
-                       <version>1.1.0-SNAPSHOT</version>\r
-               </dependency>\r
-\r
-               <dependency>\r
-                       <groupId>org.onap.sdnc.northbound</groupId>\r
-                       <artifactId>generic-resource-api.model</artifactId>\r
-                       <version>1.2.0</version>\r
-               </dependency>-->\r
-       </dependencies>\r
-</project>\r
+<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.2.0-SNAPSHOT</version>
+       </parent>
+       <modelVersion>4.0.0</modelVersion>
+       <artifactId>MSOInfrastructureBPMN</artifactId>
+       <packaging>war</packaging>
+
+       <build>
+               <plugins>
+                       <plugin>
+                               <groupId>org.apache.maven.plugins</groupId>
+                               <artifactId>maven-war-plugin</artifactId>
+                               <version>2.3</version>
+                               <configuration>
+                                       <failOnMissingWebXml>false</failOnMissingWebXml>
+                               </configuration>
+                       </plugin>
+                       <plugin>
+                               <groupId>org.apache.maven.plugins</groupId>
+                               <artifactId>maven-jar-plugin</artifactId>
+                               <version>2.6</version>
+                               <executions>
+                                       <execution>
+                                               <id>default-jar</id>
+                                               <phase>package</phase>
+                                               <goals>
+                                                       <goal>jar</goal>
+                                               </goals>
+                                               <configuration>
+                               <excludes>
+                                                               <exclude>org/openecomp/mso/bpmn/infrastructure/MSOInfrastructureApplication.class</exclude>
+<!--                                                           <exclude>META-INF/</exclude> -->
+                                                       </excludes>
+                                               </configuration>
+                                       </execution>
+               </executions>
+            </plugin>
+             <plugin>
+                <groupId>org.codehaus.mojo</groupId>
+                <artifactId>build-helper-maven-plugin</artifactId>
+                <version>3.0.0</version>
+                <executions>
+                    <execution>
+                    <goals>
+                        <goal>attach-artifact</goal>
+                    </goals>
+                    <phase>package</phase>
+                        <configuration>
+                            <artifacts>
+                                <artifact>
+                                    <file>${project.build.directory}/${project.artifactId}-${project.version}.jar</file>
+                                    <type>jar</type>
+                                </artifact>
+                            </artifacts>
+                        </configuration>
+                    </execution>
+                </executions>
+            </plugin>
+                       <plugin>
+                               <groupId>org.apache.cxf</groupId>
+                               <artifactId>cxf-codegen-plugin</artifactId>
+                               <version>2.5.2</version>
+                       </plugin>
+                       <plugin>
+               <groupId>org.apache.maven.plugins</groupId>
+               <artifactId>maven-eclipse-plugin</artifactId>
+               <version>2.8</version>
+               <configuration>
+                       <additionalProjectnatures>
+                       <projectnature>org.eclipse.jdt.groovy.core.groovyNature</projectnature>
+                       </additionalProjectnatures>
+                       <sourceIncludes>
+                       <sourceInclude>**/*.groovy</sourceInclude>
+                       </sourceIncludes>
+               </configuration>
+               </plugin>
+                       <plugin>
+                               <artifactId>maven-antrun-plugin</artifactId>
+                               <executions>
+                                       <execution>
+                                               <id>compile</id>
+                                               <phase>compile</phase>
+                                               <configuration>
+                                                       <tasks>
+                                                               <mkdir dir="${basedir}/src/main/groovy" />
+                                                               <taskdef name="groovyc" classname="org.codehaus.groovy.ant.Groovyc">
+                                                                       <classpath refid="maven.compile.classpath" />
+                                                               </taskdef>
+                                                               <mkdir dir="${project.build.outputDirectory}" />
+                                                               <groovyc destdir="${project.build.outputDirectory}"
+                                                                       srcdir="${basedir}/src/main/groovy/" listfiles="true">
+                                                                       <classpath refid="maven.compile.classpath" />
+                                                               </groovyc>
+                                                       </tasks>
+                                               </configuration>
+                                               <goals>
+                                                       <goal>run</goal>
+                                               </goals>
+                                       </execution>
+                                       <execution>
+                                               <id>test-compile</id>
+                                               <phase>test-compile</phase>
+                                               <configuration>
+                                                       <tasks>
+                                                               <mkdir dir="${basedir}/src/test/groovy" />
+                                                               <taskdef name="groovyc" classname="org.codehaus.groovy.ant.Groovyc">
+                                                                       <classpath refid="maven.test.classpath" />
+                                                               </taskdef>
+                                                               <mkdir dir="${project.build.testOutputDirectory}" />
+                                                               <groovyc destdir="${project.build.testOutputDirectory}"
+                                                                       srcdir="${basedir}/src/test/groovy/" listfiles="true">
+                                                                       <classpath refid="maven.test.classpath" />
+                                                               </groovyc>
+                                                       </tasks>
+                                               </configuration>
+                                               <goals>
+                                                       <goal>run</goal>
+                                               </goals>
+                                       </execution>
+                               </executions>
+                       </plugin>
+               
+                       <plugin>
+                       <groupId>org.apache.maven.plugins</groupId>
+                       <artifactId>maven-dependency-plugin</artifactId>
+                       </plugin>
+            <plugin>
+                <artifactId>maven-failsafe-plugin</artifactId>
+                <version>2.6</version>
+                <executions>
+                    <execution>
+                        <goals>
+                            <goal>integration-test</goal>
+                            <goal>verify</goal>
+                        </goals>
+                    </execution>
+                </executions>
+            </plugin>
+        </plugins>
+               <pluginManagement>
+                       <plugins>
+                               <!--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>lifecycle-mapping</artifactId>
+                                       <version>1.0.0</version>
+                                       <configuration>
+                                               <lifecycleMappingMetadata>
+                                                       <pluginExecutions>
+                                                               <pluginExecution>
+                                                                       <pluginExecutionFilter>
+                                                                               <groupId>
+                                                                                       org.apache.maven.plugins
+                                                                               </groupId>
+                                                                               <artifactId>
+                                                                                       maven-antrun-plugin
+                                                                               </artifactId>
+                                                                               <versionRange>
+                                                                                       [1.3,)
+                                                                               </versionRange>
+                                                                               <goals>
+                                                                                       <goal>run</goal>
+                                                                               </goals>
+                                                                       </pluginExecutionFilter>
+                                                                       <action>
+                                                                               <ignore></ignore>
+                                                                       </action>
+                                                               </pluginExecution>
+                                                       </pluginExecutions>
+                                               </lifecycleMappingMetadata>
+                                       </configuration>
+                               </plugin>
+                       </plugins>
+               </pluginManagement>
+       </build>
+
+       <dependencies>
+               <dependency>
+                       <!-- process engine, in compile scope to include it in the war file -->
+                       <groupId>org.camunda.bpm</groupId>
+                       <artifactId>camunda-engine</artifactId>
+                       <scope>compile</scope>
+                       <exclusions>
+                               <exclusion>
+                                       <groupId>org.slf4j</groupId>
+                                       <artifactId>slf4j-api</artifactId>
+                               </exclusion>
+                       </exclusions>
+               </dependency>
+               <!-- Using the `DefaultEjbProcessApplication` result in: `java.sql.SQLException:
+                       You cannot commit during a managed transaction!` -->
+               <dependency>
+                       <!-- CDI integration, needs to be included in WAR, otherwise CDI can not
+                               work correctly -->
+                       <groupId>org.camunda.bpm</groupId>
+                       <artifactId>camunda-engine-cdi</artifactId>
+               </dependency>
+               <dependency>
+                   <groupId>com.google.guava</groupId>
+                   <artifactId>guava</artifactId>
+                   <version>22.0</version> <!-- or 22.0-android for the Android flavor -->
+               </dependency>
+               <dependency>
+                       <!-- AssertJ Testing Library -->
+                       <groupId>org.camunda.bpm.extension</groupId>
+                       <artifactId>camunda-bpm-assert</artifactId>
+                       <version>2.0-alpha2</version>
+                       <scope>test</scope>
+               </dependency>
+               
+               <!-- Spin dataformat support, in compile scope to include it in the war
+                       file -->
+               <dependency>
+                       <groupId>org.camunda.spin</groupId>
+                       <artifactId>camunda-spin-dataformat-all</artifactId>
+                       <scope>compile</scope>
+               </dependency>
+               <dependency>
+                       <artifactId>camunda-spin-dataformat-all</artifactId>
+                       <groupId>org.camunda.spin</groupId>
+                       <scope>compile</scope>
+               </dependency>
+               <dependency>
+                       <groupId>org.camunda.bpm</groupId>
+                       <artifactId>camunda-engine-plugin-spin</artifactId>
+                       <scope>compile</scope>
+               </dependency>
+
+               <dependency>
+                       <groupId>org.camunda.bpm</groupId>
+                       <artifactId>camunda-engine-plugin-connect</artifactId>
+                       <scope>compile</scope>
+               </dependency>
+
+               <dependency>
+                       <!-- Bootstrap for styling via Webjars project -->
+                       <groupId>org.webjars</groupId>
+                       <artifactId>bootstrap</artifactId>
+                       <version>2.3.2</version>
+               </dependency>
+               <dependency>
+                       <!-- Needed for InMemoryH2Test -->
+                       <groupId>com.h2database</groupId>
+                       <artifactId>h2</artifactId>
+                       <scope>test</scope>
+               </dependency>
+
+               <dependency>
+                       <groupId>com.fasterxml.uuid</groupId>
+                       <artifactId>java-uuid-generator</artifactId>
+               </dependency>
+               <dependency>
+                       <groupId>org.codehaus.groovy</groupId>
+                       <artifactId>groovy-all</artifactId>
+               </dependency>
+               <dependency>
+                       <groupId>org.apache.commons</groupId>
+                       <artifactId>commons-lang3</artifactId>
+                       <version>3.4</version>
+               </dependency>
+               <dependency>
+                       <groupId>org.onap.so</groupId>
+                       <artifactId>MSOCoreBPMN</artifactId>
+                       <version>${project.version}</version>
+               </dependency>
+               <dependency>
+                       <groupId>org.onap.so</groupId>
+                       <artifactId>MSOCommonBPMN</artifactId>
+                       <version>${project.version}</version>
+           </dependency>
+               <dependency>
+                       <groupId>org.onap.so</groupId>
+                       <artifactId>MSOCommonBPMN</artifactId>
+                       <version>${project.version}</version>
+                       <classifier>tests</classifier>
+                       <scope>test</scope>
+               </dependency>
+               <dependency>
+                       <!-- unit test utilities -->
+                       <groupId>org.onap.so</groupId>
+                       <artifactId>MSOCoreBPMN</artifactId>
+                       <version>${project.version}</version>
+                       <classifier>tests</classifier>
+                       <scope>test</scope>
+               </dependency>
+               <dependency>
+                       <groupId>javax.ws.rs</groupId>
+                       <artifactId>javax.ws.rs-api</artifactId>
+                       <version>2.0</version>
+               </dependency>
+               <!--            for encoding the url the same way A&AI does -->
+       <dependency>
+          <groupId>org.springframework</groupId>
+       <artifactId>spring-web</artifactId>
+       <version>4.3.2.RELEASE</version>
+       </dependency>
+       <dependency>
+         <groupId>org.onap.so</groupId>
+         <artifactId>MSORESTClient</artifactId>
+         <version>${project.version}</version>
+       </dependency>
+
+    <dependency>
+        <groupId>javax.servlet</groupId>
+        <artifactId>javax.servlet-api</artifactId>
+        <version>3.0.1</version>
+        <scope>provided</scope>
+    </dependency>
+
+
+               <dependency>
+               <groupId>org.camunda.bpm</groupId>
+               <artifactId>camunda-engine-spring</artifactId>
+               </dependency>
+               <dependency>
+    <groupId>org.springframework</groupId>
+    <artifactId>spring-beans</artifactId>
+    <version>4.3.2.RELEASE</version>
+</dependency>
+<dependency>
+                       <!-- Optional Plugin for Camunda BPM Workbench -->
+                       <groupId>org.camunda.bpm.workbench</groupId>
+                       <artifactId>camunda-workbench-dist-embeddable</artifactId>
+                       <version>1.0.0-alpha8</version>
+                       <scope>test</scope>
+               </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>
+
+               <!-- bwj add; Jetty-util -->
+               <dependency>
+                       <groupId>org.eclipse.jetty</groupId>
+                       <artifactId>jetty-util</artifactId>
+                       <version>9.4.8.v20171121</version>
+               </dependency>
+               <!-- bwj add; hibernate-validator -->
+               <dependency>
+                       <groupId>org.hibernate</groupId>
+                       <artifactId>hibernate-validator</artifactId>
+                       <version>5.4.2.Final</version>
+               </dependency>
+               <!-- bwj add; spring-test -->
+               <dependency>
+                       <groupId>org.springframework</groupId>
+                       <artifactId>spring-test</artifactId>
+                       <version>4.3.14.RELEASE</version>
+               </dependency>
+               <!-- bwj add; libphonenumber  -->
+               <dependency>
+                       <groupId>com.googlecode.libphonenumber</groupId>
+                       <artifactId>libphonenumber</artifactId>
+                       <version>8.9.1</version>
+               </dependency>
+    <dependency>
+      <groupId>org.assertj</groupId>
+      <artifactId>assertj-core</artifactId>
+      <version>2.4.0</version>
+      <scope>test</scope>
+    </dependency>
+    <dependency>
+      <groupId>org.springframework.boot</groupId>
+      <artifactId>spring-boot-test</artifactId>
+      <version>1.4.2.RELEASE</version>
+      <scope>test</scope>
+    </dependency>
+               <dependency>
+                       <groupId>ch.qos.logback</groupId>
+                       <artifactId>logback-classic</artifactId>
+                       <version>1.2.3</version>
+               </dependency>
+               <dependency>
+                       <groupId>ch.qos.logback</groupId>
+                       <artifactId>logback-core</artifactId>
+                       <version>1.2.3</version>
+               </dependency>
+               <dependency>
+                       <groupId>org.slf4j</groupId>
+                       <artifactId>slf4j-api</artifactId>
+               </dependency>
+       </dependencies>
+</project>