2 <project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
3 xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
5 <groupId>org.onap.so</groupId>
6 <artifactId>bpmn</artifactId>
7 <version>1.2.0-SNAPSHOT</version>
9 <modelVersion>4.0.0</modelVersion>
10 <artifactId>MSOCoreBPMN</artifactId>
11 <packaging>jar</packaging>
16 <groupId>org.apache.maven.plugins</groupId>
17 <artifactId>maven-compiler-plugin</artifactId>
21 <phase>compile</phase>
23 <goal>testCompile</goal>
33 <groupId>org.apache.maven.plugins</groupId>
34 <artifactId>maven-jar-plugin</artifactId>
35 <version>3.0.2</version>
39 <phase>package</phase>
56 <groupId>org.camunda.bpm</groupId>
57 <artifactId>camunda-engine</artifactId>
58 <scope>provided</scope>
61 <groupId>org.camunda.bpm</groupId>
62 <artifactId>camunda-engine-rest</artifactId>
63 <classifier>classes</classifier>
64 <!-- exclusion to use latest commons-fileupload -->
67 <groupId>commons-fileupload</groupId>
68 <artifactId>commons-fileupload</artifactId>
72 <!-- latest commons-fileupload -->
74 <groupId>commons-fileupload</groupId>
75 <artifactId>commons-fileupload</artifactId>
76 <version>1.3.2</version>
79 <groupId>javax.servlet</groupId>
80 <artifactId>javax.servlet-api</artifactId>
81 <version>3.0.1</version>
82 <scope>provided</scope>
86 <groupId>org.mockito</groupId>
87 <artifactId>mockito-all</artifactId>
88 <version>1.10.19</version>
91 <!-- Connectors, in compile scope to include it in the war file -->
93 <groupId>org.camunda.connect</groupId>
94 <artifactId>camunda-connect-connectors-all</artifactId>
95 <scope>compile</scope>
98 <groupId>org.camunda.template-engines</groupId>
99 <artifactId>camunda-template-engines-freemarker</artifactId>
102 <groupId>org.camunda.bpm</groupId>
103 <artifactId>camunda-engine-plugin-spin</artifactId>
105 <!-- OPTIONAL: spin dataformats -->
106 <!-- ...but required to support JsonProvider -->
108 <groupId>org.camunda.spin</groupId>
109 <artifactId>camunda-spin-dataformat-all</artifactId>
112 <groupId>org.camunda.bpm</groupId>
113 <artifactId>camunda-engine-plugin-connect</artifactId>
116 <groupId>org.codehaus.groovy</groupId>
117 <artifactId>groovy-all</artifactId>
118 <scope>compile</scope>
121 <groupId>com.h2database</groupId>
122 <artifactId>h2</artifactId>
126 <groupId>net.sf.saxon</groupId>
127 <artifactId>Saxon-HE</artifactId>
130 <groupId>org.onap.so</groupId>
131 <artifactId>common</artifactId>
132 <version>${project.version}</version>
135 <groupId>org.jboss.resteasy</groupId>
136 <artifactId>resteasy-jaxrs</artifactId>
137 <version>3.0.19.Final</version>
138 <scope>provided</scope>
141 <groupId>org.slf4j</groupId>
142 <artifactId>slf4j-api</artifactId>
145 <groupId>org.slf4j</groupId>
146 <artifactId>slf4j-simple</artifactId>
149 <groupId>org.apache.httpcomponents</groupId>
150 <artifactId>httpclient</artifactId>
155 <groupId>org.json</groupId>
156 <artifactId>json</artifactId>
157 <version>20160212</version>
160 <groupId>org.xmlunit</groupId>
161 <artifactId>xmlunit-core</artifactId>
162 <version>2.5.1</version>
166 <groupId>org.onap.so</groupId>
167 <artifactId>status-control</artifactId>
168 <version>${project.version}</version>
171 <groupId>org.assertj</groupId>
172 <artifactId>assertj-core</artifactId>
173 <version>3.8.0</version>