This repository was archived by the owner on Oct 30, 2018. It is now read-only.
File tree 3 files changed +18
-6
lines changed
src/test/scala/com/gravity/goose 3 files changed +18
-6
lines changed Original file line number Diff line number Diff line change 2
2
/goose.iml
3
3
/goose.ipr
4
4
/goose.iws
5
+
6
+ .idea
Original file line number Diff line number Diff line change 4
4
5
5
<groupId >com.gravity</groupId >
6
6
<artifactId >goose</artifactId >
7
- <version >2.1.22 </version >
7
+ <version >2.1.22_2.10 </version >
8
8
<packaging >jar</packaging >
9
9
<name >goose</name >
10
10
<url >http://maven.apache.org</url >
46
46
<dependency >
47
47
<groupId >org.scala-lang</groupId >
48
48
<artifactId >scala-compiler</artifactId >
49
- <version >2.9.0- 1</version >
49
+ <version >2.10. 1</version >
50
50
<scope >compile</scope >
51
51
</dependency >
52
52
53
53
<dependency >
54
54
<groupId >org.scala-lang</groupId >
55
55
<artifactId >scala-library</artifactId >
56
- <version >2.9.0- 1</version >
56
+ <version >2.10. 1</version >
57
57
</dependency >
58
58
59
59
<dependency >
150
150
</plugin >
151
151
</plugins >
152
152
</build >
153
-
153
+ <distributionManagement >
154
+ <repository >
155
+ <id >releases</id >
156
+ <name >Nexus release repo</name >
157
+ <url >http://www.playpen.gravity.com:8081/nexus/content/repositories/releases</url >
158
+ <!-- <url>scp://localhost/home/skuo/repository/</url> -->
159
+ </repository >
160
+ <snapshotRepository >
161
+ <id >snapshots</id >
162
+ <name >Nexus snapshot repo</name >
163
+ <url >http://www.playpen.gravity.com:8081/nexus/content/repositories/snapshots</url >
164
+ </snapshotRepository >
165
+ </distributionManagement >
154
166
</project >
Original file line number Diff line number Diff line change @@ -2,8 +2,6 @@ package com.gravity.goose
2
2
3
3
import org .junit .Test
4
4
import org .junit .Assert ._
5
- import scala .actors .Future
6
- import scala .actors .Futures ._
7
5
8
6
/**
9
7
* Created by Jim Plush
You can’t perform that action at this time.
0 commit comments