Skip to content

Commit 89d9881

Browse files
author
Ryan King
committed
[split] upgrade snowflake to scala 2.9.2
RB_ID=74755
1 parent fc08a24 commit 89d9881

1 file changed

Lines changed: 5 additions & 10 deletions

File tree

pom.xml

Lines changed: 5 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -7,9 +7,9 @@
77
<version>1.0.1-SNAPSHOT</version>
88
<parent>
99
<groupId>com.twitter</groupId>
10-
<artifactId>scala-parent-private</artifactId>
10+
<artifactId>scala-parent-292</artifactId>
1111
<version>0.0.2</version>
12-
<relativePath>../parents/scala-parent-private/pom.xml</relativePath>
12+
<relativePath>../../parents/scala-parent-292/pom.xml</relativePath>
1313
</parent>
1414
<properties>
1515
<git.dir>${project.basedir}/../.git</git.dir>
@@ -21,11 +21,6 @@
2121
<artifactId>commons-codec</artifactId>
2222
<version>1.4</version>
2323
</dependency>
24-
<dependency>
25-
<groupId>org.scala-tools.testing</groupId>
26-
<artifactId>specs_2.8.1</artifactId>
27-
<version>1.6.8</version>
28-
</dependency>
2924
<dependency>
3025
<groupId>org.slf4j</groupId>
3126
<artifactId>slf4j-api</artifactId>
@@ -45,7 +40,7 @@
4540
<dependency>
4641
<groupId>com.twitter</groupId>
4742
<artifactId>ostrich</artifactId>
48-
<version>7.0.4</version>
43+
<version>8.2.0</version>
4944
</dependency>
5045
<dependency>
5146
<groupId>com.twitter</groupId>
@@ -55,12 +50,12 @@
5550
<dependency>
5651
<groupId>com.twitter</groupId>
5752
<artifactId>util-logging</artifactId>
58-
<version>4.0.3</version>
53+
<version>5.3.0</version>
5954
</dependency>
6055
<dependency>
6156
<groupId>com.twitter</groupId>
6257
<artifactId>util-thrift</artifactId>
63-
<version>4.0.3</version>
58+
<version>5.3.0</version>
6459
</dependency>
6560
</dependencies>
6661
<build>

0 commit comments

Comments
 (0)