|
26 | 26 | </parent> |
27 | 27 |
|
28 | 28 | <groupId>org.apache.spark</groupId> |
29 | | - <artifactId>spark-core_2.9.3</artifactId> |
| 29 | + <artifactId>spark-core_2.10</artifactId> |
30 | 30 | <packaging>jar</packaging> |
31 | 31 | <name>Spark Project Core</name> |
32 | 32 | <url>http://spark.incubator.apache.org/</url> |
|
86 | 86 | </dependency> |
87 | 87 | <dependency> |
88 | 88 | <groupId>com.twitter</groupId> |
89 | | - <artifactId>chill_2.9.3</artifactId> |
| 89 | + <artifactId>chill_2.10</artifactId> |
90 | 90 | <version>0.3.1</version> |
91 | 91 | </dependency> |
92 | 92 | <dependency> |
|
96 | 96 | </dependency> |
97 | 97 | <dependency> |
98 | 98 | <groupId>${akka.group}</groupId> |
99 | | - <artifactId>akka-actor</artifactId> |
| 99 | + <artifactId>akka-actor_2.10</artifactId> |
100 | 100 | </dependency> |
101 | 101 | <dependency> |
102 | 102 | <groupId>${akka.group}</groupId> |
103 | | - <artifactId>akka-remote</artifactId> |
| 103 | + <artifactId>akka-remote_2.10</artifactId> |
104 | 104 | </dependency> |
105 | 105 | <dependency> |
106 | 106 | <groupId>${akka.group}</groupId> |
107 | | - <artifactId>akka-slf4j</artifactId> |
108 | | - </dependency> |
109 | | - <dependency> |
110 | | - <groupId>org.scala-lang</groupId> |
111 | | - <artifactId>scalap</artifactId> |
| 107 | + <artifactId>akka-slf4j_2.10</artifactId> |
112 | 108 | </dependency> |
113 | 109 | <dependency> |
114 | 110 | <groupId>org.scala-lang</groupId> |
115 | 111 | <artifactId>scala-library</artifactId> |
116 | 112 | </dependency> |
117 | 113 | <dependency> |
118 | 114 | <groupId>net.liftweb</groupId> |
119 | | - <artifactId>lift-json_2.9.2</artifactId> |
| 115 | + <artifactId>lift-json_2.10</artifactId> |
120 | 116 | </dependency> |
121 | 117 | <dependency> |
122 | 118 | <groupId>it.unimi.dsi</groupId> |
|
163 | 159 | <artifactId>derby</artifactId> |
164 | 160 | <scope>test</scope> |
165 | 161 | </dependency> |
| 162 | + <dependency> |
| 163 | + <groupId>commons-io</groupId> |
| 164 | + <artifactId>commons-io</artifactId> |
| 165 | + <scope>test</scope> |
| 166 | + </dependency> |
166 | 167 | <dependency> |
167 | 168 | <groupId>org.scalatest</groupId> |
168 | | - <artifactId>scalatest_2.9.3</artifactId> |
| 169 | + <artifactId>scalatest_2.10</artifactId> |
169 | 170 | <scope>test</scope> |
170 | 171 | </dependency> |
171 | 172 | <dependency> |
172 | 173 | <groupId>org.scalacheck</groupId> |
173 | | - <artifactId>scalacheck_2.9.3</artifactId> |
| 174 | + <artifactId>scalacheck_2.10</artifactId> |
174 | 175 | <scope>test</scope> |
175 | 176 | </dependency> |
176 | 177 | <dependency> |
|
190 | 191 | </dependency> |
191 | 192 | </dependencies> |
192 | 193 | <build> |
193 | | - <outputDirectory>target/scala-${scala.version}/classes</outputDirectory> |
194 | | - <testOutputDirectory>target/scala-${scala.version}/test-classes</testOutputDirectory> |
| 194 | + <outputDirectory>target/scala-2.10/classes</outputDirectory> |
| 195 | + <testOutputDirectory>target/scala-2.10/test-classes</testOutputDirectory> |
195 | 196 | <plugins> |
196 | 197 | <plugin> |
197 | 198 | <groupId>org.apache.maven.plugins</groupId> |
|
0 commit comments