Skip to content
This repository has been archived by the owner on Apr 13, 2019. It is now read-only.

Commit

Permalink
using latest parent
Browse files Browse the repository at this point in the history
  • Loading branch information
Eric Kerwin committed May 9, 2017
1 parent 7b4950b commit 2d39df0
Showing 1 changed file with 3 additions and 33 deletions.
36 changes: 3 additions & 33 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,11 +5,11 @@
<parent>
<groupId>com.blackducksoftware.integration</groupId>
<artifactId>common-maven-parent</artifactId>
<version>2.4.1</version>
<version>3.0.0</version>
</parent>

<artifactId>phone-home-api</artifactId>
<version>1.6.1-SNAPSHOT</version>
<version>1.6.1</version>
<packaging>bundle</packaging>

<name>Phone Home API</name>
Expand All @@ -19,37 +19,7 @@
<dependency>
<groupId>com.blackducksoftware.integration</groupId>
<artifactId>hub-common-rest</artifactId>
<version>1.1.0</version>
</dependency>
<dependency>
<groupId>com.blackducksoftware.integration</groupId>
<artifactId>integration-common</artifactId>
<version>5.4.0</version>
</dependency>
<dependency>
<groupId>commons-codec</groupId>
<artifactId>commons-codec</artifactId>
<version>1.10</version>
</dependency>
<dependency>
<groupId>com.google.code.gson</groupId>
<artifactId>gson</artifactId>
<version>2.7</version>
</dependency>
<dependency>
<groupId>com.squareup.okhttp3</groupId>
<artifactId>okhttp</artifactId>
<version>3.4.2</version>
</dependency>
<dependency>
<groupId>com.squareup.okhttp3</groupId>
<artifactId>okhttp-urlconnection</artifactId>
<version>3.4.2</version>
</dependency>
<dependency>
<groupId>org.apache.commons</groupId>
<artifactId>commons-lang3</artifactId>
<version>3.4</version>
<version>1.1.1</version>
</dependency>
<dependency>
<groupId>org.mock-server</groupId>
Expand Down

0 comments on commit 2d39df0

Please sign in to comment.