Skip to content

Commit

Permalink
DPNG-7892: updating cf-client, adding spring-boot-starter-aop
Browse files Browse the repository at this point in the history
  • Loading branch information
akdajnowski committed Jun 3, 2016
1 parent ab1e469 commit 0104b10
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion 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>uploader</artifactId>
<version>0.5.15</version>
<version>0.5.16</version>

<parent>
<groupId>org.trustedanalytics</groupId>
Expand All @@ -11,6 +11,10 @@
</parent>

<dependencies>
<dependency>
<groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-starter-aop</artifactId>
</dependency>
<dependency>
<groupId>io.springfox</groupId>
<artifactId>springfox-swagger2</artifactId>
Expand All @@ -28,6 +32,7 @@
<dependency>
<groupId>org.trustedanalytics</groupId>
<artifactId>cf-client</artifactId>
<version>0.4.38</version>
</dependency>
<dependency>
<groupId>org.springframework.boot</groupId>
Expand Down

0 comments on commit 0104b10

Please sign in to comment.