diff --git a/querydsl-root/pom.xml b/querydsl-root/pom.xml
index 3a4a8557a..44a7aa156 100644
--- a/querydsl-root/pom.xml
+++ b/querydsl-root/pom.xml
@@ -413,10 +413,6 @@
morphia_repo
http://morphia.googlecode.com/svn/mavenrepo/
-
- scala-tools.org
- http://scala-tools.org/repo-releases
-
CUBRID
http://maven.cubrid.org
@@ -446,10 +442,6 @@
datanucleus
http://www.datanucleus.org/downloads/maven2
-
- scala-tools.org
- http://scala-tools.org/repo-releases
-
com.springsource.repository.bundles.release
http://repository.springsource.com/maven/bundles/release
diff --git a/querydsl-scala/pom.xml b/querydsl-scala/pom.xml
index c916b3f36..41719ae09 100644
--- a/querydsl-scala/pom.xml
+++ b/querydsl-scala/pom.xml
@@ -1,4 +1,4 @@
-
+
4.0.0
@@ -15,7 +15,10 @@
jar
- 2.9.1
+ UTF-8
+
+ 2.10
+ 2.10.0
3.5.1-Final
4.0.2.GA
@@ -29,13 +32,13 @@
org.scala-lang
scala-library
- ${scala.version}
+ ${scala.full.version}
provided
org.scala-lang
scala-compiler
- ${scala.version}
+ ${scala.full.version}
test
@@ -131,24 +134,50 @@
src/test/scala
- org.scala-tools
- maven-scala-plugin
- 2.15.2
-
+ -unchecked
+ -deprecation
+
+
+
+
+
+
+
+
- -->
+ scala-compile
+ compile
compile
+
+
+
+ scala-test-compile
+ test-compile
+
testCompile
-
+
+
+
+ org.scala-lang
+ scala-compiler
+ ${scala.full.version}
+
+
+
+ org.eclipse.m2e
+ lifecycle-mapping
+ 1.0.0
+
+
+
+
+
+ net.alchim31.maven
+ scala-maven-plugin
+ [3.0.0,)
+
+ compile
+ testCompile
+
+
+
+
+
+
+
+
+
+
+
+
-
-
+
diff --git a/querydsl-scala/src/test/scala/com/mysema/query/scala/CompileTestUtils.scala b/querydsl-scala/src/test/scala/com/mysema/query/scala/CompileTestUtils.scala
index 4c9fe240e..27a3744e3 100644
--- a/querydsl-scala/src/test/scala/com/mysema/query/scala/CompileTestUtils.scala
+++ b/querydsl-scala/src/test/scala/com/mysema/query/scala/CompileTestUtils.scala
@@ -1,7 +1,7 @@
package com.mysema.query.scala
import scala.tools.nsc._
-import scala.tools.nsc.InterpreterResults._
+import scala.tools.nsc.interpreter.IR.Success
import scala.io.Source.fromFile
import java.io.File
@@ -51,4 +51,4 @@ trait CompileTestUtils {
Array(file)
}
}
-}
\ No newline at end of file
+}