Code development platform for open source projects from the European Union institutions

Skip to content
Snippets Groups Projects
Commit d7914989 authored by Catalin-Emanuel ENACHE's avatar Catalin-Emanuel ENACHE
Browse files

[EDELIVERY-3114] added soap ui plugin 5.1.2 dependencies

parent 758c66c2
No related branches found
No related tags found
No related merge requests found
......@@ -65,6 +65,18 @@
<artifactId>soapui-pro-maven-plugin</artifactId>
<!--<version>5.0.0</version>-->
<version>5.1.2</version>
<dependencies>
<dependency>
<groupId>org.reflections</groupId>
<artifactId>reflections</artifactId>
<version>0.9.9-RC1</version>
</dependency>
<dependency>
<groupId>org.apache.poi</groupId>
<artifactId>poi-ooxml</artifactId>
<version>3.10-FINAL</version>
</dependency>
</dependencies>
<configuration>
<outputFolder>${maven.multiModuleProjectDirectory}/code-coverage/surefire-reports</outputFolder>
<junitReport>true</junitReport>
......@@ -98,6 +110,7 @@
</goals>
</execution>
</executions>
</plugin>
<plugin>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment