summaryrefslogtreecommitdiffstats
path: root/framework/pom.xml
diff options
context:
space:
mode:
Diffstat (limited to 'framework/pom.xml')
-rw-r--r--framework/pom.xml34
1 files changed, 9 insertions, 25 deletions
diff --git a/framework/pom.xml b/framework/pom.xml
index 231d804b..acf82f45 100644
--- a/framework/pom.xml
+++ b/framework/pom.xml
@@ -39,7 +39,7 @@
<dependency>
<groupId>org.slf4j</groupId>
<artifactId>slf4j-log4j12</artifactId>
- <version>1.6.1</version>
+ <version>1.7.16</version>
</dependency>
<dependency>
<groupId>org.apache.commons</groupId>
@@ -52,31 +52,11 @@
<version>1.3.2</version>
</dependency>
<dependency>
- <groupId>org.apache.httpcomponents</groupId>
- <artifactId>httpclient</artifactId>
- <version>4.3.5</version>
- </dependency>
- <dependency>
- <groupId>com.jayway.jsonpath</groupId>
- <artifactId>json-path</artifactId>
- <version>2.2.0</version>
- </dependency>
- <dependency>
- <groupId>com.fasterxml.jackson.core</groupId>
- <artifactId>jackson-databind</artifactId>
- <version>2.6.3</version>
- </dependency>
- <dependency>
<groupId>org.springframework</groupId>
<artifactId>spring-core</artifactId>
<version>3.1.0.RELEASE</version>
</dependency>
<dependency>
- <groupId>org.onap.cli</groupId>
- <artifactId>cli-sample-mock-generator</artifactId>
- <version>${project.version}</version>
- </dependency>
- <dependency>
<groupId>junit</groupId>
<artifactId>junit</artifactId>
<version>4.11</version>
@@ -95,10 +75,14 @@
<scope>test</scope>
</dependency>
<dependency>
- <groupId>org.apache.httpcomponents</groupId>
- <artifactId>httpmime</artifactId>
- <version>4.0.1</version>
- <scope>compile</scope>
+ <groupId>com.jayway.jsonpath</groupId>
+ <artifactId>json-path</artifactId>
+ <version>2.2.0</version>
+ </dependency>
+ <dependency>
+ <groupId>com.fasterxml.jackson.core</groupId>
+ <artifactId>jackson-databind</artifactId>
+ <version>2.6.3</version>
</dependency>
</dependencies>
</project>