Skip to content

Commit

Permalink
fix up dependencies (#628)
Browse files Browse the repository at this point in the history
  • Loading branch information
elharo authored and sduskis committed Apr 4, 2019
1 parent da597e8 commit b6f3755
Showing 1 changed file with 1 addition and 6 deletions.
7 changes: 1 addition & 6 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -229,11 +229,6 @@
<artifactId>mockito-all</artifactId>
<version>1.10.19</version>
</dependency>
<dependency>
<groupId>javax.jdo</groupId>
<artifactId>jdo2-api</artifactId>
<version>${project.jdo2-api.version}</version>
</dependency>
<dependency>
<groupId>mysql</groupId>
<artifactId>mysql-connector-java</artifactId>
Expand Down Expand Up @@ -565,7 +560,7 @@
<project.xpp3.version>1.1.4c</project.xpp3.version>
<project.commons-logging.version>1.2</project.commons-logging.version>
<project.httpclient.version>4.5.5</project.httpclient.version>
<project.opencensus.version>0.18.0</project.opencensus.version>
<project.opencensus.version>0.19.2</project.opencensus.version>
<project.root-directory>..</project.root-directory>
</properties>

Expand Down

0 comments on commit b6f3755

Please sign in to comment.