Skip to content

Commit

Permalink
Using java7 deps
Browse files Browse the repository at this point in the history
  • Loading branch information
Marek Paterczyk committed Apr 7, 2016
1 parent 3112584 commit aebc114
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 11 deletions.
4 changes: 0 additions & 4 deletions migrator/pom.xml
Expand Up @@ -20,10 +20,6 @@
<groupId>com.redhat.lightblue.client</groupId>
<artifactId>lightblue-client-http</artifactId>
</dependency>
<dependency>
<groupId>com.redhat.lightblue.client</groupId>
<artifactId>lightblue-client-hystrix</artifactId>
</dependency>
<dependency>
<groupId>joda-time</groupId>
<artifactId>joda-time</artifactId>
Expand Down
9 changes: 2 additions & 7 deletions pom.xml
Expand Up @@ -44,8 +44,8 @@
<sonar.host.url>http://127.0.0.1:8080</sonar.host.url>
<sonar.projectName>lightblue-migrator</sonar.projectName>

<lightblue.core.version>1.13.0-SNAPSHOT</lightblue.core.version>
<lightblue.client.version>4.2.0-SNAPSHOT</lightblue.client.version>
<lightblue.core.version>1.11.0</lightblue.core.version>
<lightblue.client.version>4.0.0</lightblue.client.version>
</properties>
<dependencyManagement>
<dependencies>
Expand Down Expand Up @@ -158,11 +158,6 @@
<artifactId>lightblue-client-http</artifactId>
<version>${lightblue.client.version}</version>
</dependency>
<dependency>
<groupId>com.redhat.lightblue.client</groupId>
<artifactId>lightblue-client-hystrix</artifactId>
<version>${lightblue.client.version}</version>
</dependency>
<dependency>
<groupId>com.redhat.lightblue.client</groupId>
<artifactId>lightblue-client-integration-test</artifactId>
Expand Down

0 comments on commit aebc114

Please sign in to comment.