aboutsummaryrefslogtreecommitdiffstats
path: root/PolicyEngineAPI/pom.xml
diff options
context:
space:
mode:
Diffstat (limited to 'PolicyEngineAPI/pom.xml')
-rw-r--r--PolicyEngineAPI/pom.xml41
1 files changed, 11 insertions, 30 deletions
diff --git a/PolicyEngineAPI/pom.xml b/PolicyEngineAPI/pom.xml
index dd32bf49d..c8ee4c11b 100644
--- a/PolicyEngineAPI/pom.xml
+++ b/PolicyEngineAPI/pom.xml
@@ -32,11 +32,6 @@
<artifactId>PolicyEngineAPI</artifactId>
<dependencies>
<dependency>
- <groupId>xml-apis</groupId>
- <artifactId>xml-apis</artifactId>
- <version>1.4.01</version>
- </dependency>
- <dependency>
<groupId>com.fasterxml.jackson.core</groupId>
<artifactId>jackson-databind</artifactId>
<version>2.8.5</version>
@@ -62,9 +57,15 @@
<version>14.0.1</version>
</dependency>
<dependency>
+ <groupId>commons-fileupload</groupId>
+ <artifactId>commons-fileupload</artifactId>
+ <version>1.3.1</version>
+ </dependency>
+ <dependency>
<groupId>junit</groupId>
<artifactId>junit</artifactId>
<version>4.11</version>
+ <scope>test</scope>
</dependency>
<dependency>
<groupId>javax.websocket</groupId>
@@ -82,6 +83,11 @@
<version>1.13</version>
</dependency>
<dependency>
+ <groupId>org.springframework</groupId>
+ <artifactId>spring-webmvc</artifactId>
+ <version>4.3.3.RELEASE</version>
+ </dependency>
+ <dependency>
<groupId>log4j</groupId>
<artifactId>log4j</artifactId>
<version>1.2.17</version>
@@ -102,31 +108,6 @@
<artifactId>ECOMP-XACML</artifactId>
<version>${project.version}</version>
</dependency>
- <dependency>
- <groupId>org.eclipse.persistence</groupId>
- <artifactId>javax.persistence</artifactId>
- <version>2.1.0</version>
- </dependency>
- <dependency>
- <groupId>org.eclipse.persistence</groupId>
- <artifactId>eclipselink</artifactId>
- <version>2.5.2</version>
- </dependency>
- <dependency>
- <groupId>mysql</groupId>
- <artifactId>mysql-connector-java</artifactId>
- <version>5.1.30</version>
- </dependency>
- <dependency>
- <groupId>org.mariadb.jdbc</groupId>
- <artifactId>mariadb-java-client</artifactId>
- <version>1.2.3</version>
- </dependency>
- <dependency>
- <groupId>org.openecomp.policy.engine</groupId>
- <artifactId>PolicyEngineUtils</artifactId>
- <version>${project.version}</version>
- </dependency>
</dependencies>
<build>
<plugins>