Skip to content
This repository has been archived by the owner on Sep 18, 2021. It is now read-only.

Commit

Permalink
update dependencies to build
Browse files Browse the repository at this point in the history
  • Loading branch information
Jonathan Reichhold authored and Jonathan Reichhold committed Aug 19, 2013
1 parent b3f6a3c commit 1be67cb
Showing 1 changed file with 13 additions and 2 deletions.
15 changes: 13 additions & 2 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@
<parent>
<groupId>com.twitter</groupId>
<artifactId>service-292</artifactId>
<version>0.0.4</version>
<version>0.0.12</version>
</parent>
<properties>
<git.dir>${project.basedir}/../.git</git.dir>
Expand Down Expand Up @@ -75,13 +75,24 @@
<artifactId>util-thrift</artifactId>
<version>5.3.0</version>
</dependency>
<dependency>
<groupId>org.scala-tools.testing</groupId>
<artifactId>specs_2.9.3</artifactId>
<version>1.6.9</version>
<scope>test</scope>
</dependency>
<dependency>
<groupId>junit</groupId>
<artifactId>junit</artifactId>
<version>4.5</version>
</dependency>
</dependencies>
<build>
<plugins>
<plugin>
<groupId>com.twitter</groupId>
<artifactId>maven-finagle-thrift-plugin</artifactId>
<version>0.0.7</version>
<version>0.0.9</version>
<configuration>
<thriftGenerators>
<thriftGenerator>java</thriftGenerator>
Expand Down

0 comments on commit 1be67cb

Please sign in to comment.