Skip to content

Commit 42dc6ea

Browse files
committed
SCALA-1: Incorrect dependency version
1 parent 4965368 commit 42dc6ea

File tree

1 file changed

+3
-13
lines changed

1 file changed

+3
-13
lines changed

pom.xml

Lines changed: 3 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -28,17 +28,12 @@
2828
</license>
2929
</licenses>
3030
<properties>
31-
<spring.framework.version>3.2.0.M2</spring.framework.version>
31+
<spring.framework.version>3.2.0.RC1</spring.framework.version>
3232
<scala.version>2.9.2</scala.version>
3333
<scala.plugin.version>3.1.0</scala.plugin.version>
3434
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
3535
</properties>
3636
<repositories>
37-
<repository>
38-
<id>scala-tools.org</id>
39-
<name>Scala-tools Maven2 Repository</name>
40-
<url>http://scala-tools.org/repo-releases</url>
41-
</repository>
4237
<repository>
4338
<id>repo.springsource.org</id>
4439
<name>SpringSource Repo</name>
@@ -111,8 +106,8 @@
111106
<reporting>
112107
<plugins>
113108
<plugin>
114-
<groupId>org.scala-tools</groupId>
115-
<artifactId>maven-scala-plugin</artifactId>
109+
<groupId>net.alchim31.maven</groupId>
110+
<artifactId>scala-maven-plugin</artifactId>
116111
<version>${scala.plugin.version}</version>
117112
</plugin>
118113
</plugins>
@@ -135,11 +130,6 @@
135130
<artifactId>spring-context</artifactId>
136131
<version>${spring.framework.version}</version>
137132
</dependency>
138-
<dependency>
139-
<groupId>org.springframework</groupId>
140-
<artifactId>spring-aop</artifactId>
141-
<version>${spring.framework.version}</version>
142-
</dependency>
143133
<dependency>
144134
<groupId>org.springframework</groupId>
145135
<artifactId>spring-web</artifactId>

0 commit comments

Comments
 (0)