summaryrefslogtreecommitdiffstats
path: root/container-dependency-versions/pom.xml
diff options
context:
space:
mode:
Diffstat (limited to 'container-dependency-versions/pom.xml')
-rw-r--r--container-dependency-versions/pom.xml8
1 files changed, 0 insertions, 8 deletions
diff --git a/container-dependency-versions/pom.xml b/container-dependency-versions/pom.xml
index 5330fca5a67..195e66902db 100644
--- a/container-dependency-versions/pom.xml
+++ b/container-dependency-versions/pom.xml
@@ -371,13 +371,6 @@
<version>${mimepull.version}</version>
</dependency>
<dependency>
- <!-- NOT provided from Jdisc runtime, but any project that has unit tests based on
- the 'application' framework MUST use our version. -->
- <groupId>org.scala-lang</groupId>
- <artifactId>scala-library</artifactId>
- <version>${scala.version}</version>
- </dependency>
- <dependency>
<groupId>org.slf4j</groupId>
<artifactId>jcl-over-slf4j</artifactId>
<version>${slf4j.version}</version>
@@ -466,7 +459,6 @@
<guice.version>3.0</guice.version>
<jaxb.version>2.3.0</jaxb.version>
<jetty.version>9.4.10.v20180503</jetty.version>
- <scala.version>2.11.12</scala.version> <!-- When updating this, the scala.major-version in parent must also be updated! -->
<slf4j.version>1.7.5</slf4j.version>
<!-- These must be kept in sync with version used by current jersey2.version. -->