Skip to content

Commit

Permalink
DPNG-7892: removing redundant libraries, updating cf-client
Browse files Browse the repository at this point in the history
  • Loading branch information
akdajnowski committed Jun 3, 2016
1 parent 1d48ce4 commit c138c3f
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<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">
<modelVersion>4.0.0</modelVersion>
<artifactId>service-exposer</artifactId>
<version>0.2.19</version>
<version>0.2.20</version>

<parent>
<groupId>org.trustedanalytics</groupId>
Expand All @@ -19,12 +19,12 @@
<dependency>
<groupId>org.trustedanalytics</groupId>
<artifactId>cf-client</artifactId>
<version>0.4.19</version>
<version>0.4.38</version>
</dependency>

<dependency>
<groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-starter-data-jpa</artifactId>
<artifactId>spring-boot-starter-aop</artifactId>
</dependency>

<dependency>
Expand Down

0 comments on commit c138c3f

Please sign in to comment.