summaryrefslogtreecommitdiff
path: root/src/build/maven/scala-dist-pom.xml
diff options
context:
space:
mode:
authorLukas Rytz <lukas.rytz@gmail.com>2015-04-21 13:38:55 +0200
committerLukas Rytz <lukas.rytz@gmail.com>2015-04-23 09:58:22 +0200
commit9cba434b228e33f62e01460abe186fb56038a70e (patch)
treebcb9b11bc8d0b747746e286136f318ca63c602d4 /src/build/maven/scala-dist-pom.xml
parentf9153619380d755a531f887fe0bd63b6e6a91738 (diff)
downloadscala-9cba434b228e33f62e01460abe186fb56038a70e.tar.gz
scala-9cba434b228e33f62e01460abe186fb56038a70e.tar.bz2
scala-9cba434b228e33f62e01460abe186fb56038a70e.zip
Remove the continuations plugin module dependency
Diffstat (limited to 'src/build/maven/scala-dist-pom.xml')
-rw-r--r--src/build/maven/scala-dist-pom.xml6
1 files changed, 0 insertions, 6 deletions
diff --git a/src/build/maven/scala-dist-pom.xml b/src/build/maven/scala-dist-pom.xml
index 9477e14285..1f6b6710ac 100644
--- a/src/build/maven/scala-dist-pom.xml
+++ b/src/build/maven/scala-dist-pom.xml
@@ -44,12 +44,6 @@
<artifactId>scalap</artifactId>
<version>@VERSION@</version>
</dependency>
- <dependency>
- <groupId>org.scala-lang.plugins</groupId>
- <!-- plugins are fully cross-versioned. But, we don't publish with 2.11.0-SNAPSHOT, instead use full version of the last non-snapshot version -->
- <artifactId>scala-continuations-plugin_@SCALA_FULL_VERSION@</artifactId>
- <version>@CONTINUATIONS_PLUGIN_VERSION@</version>
- </dependency>
<!-- duplicated from scala-compiler, where it's optional,
so that resolving scala-dist's transitive dependencies does not include jline,
even though we need to include it in the dist, but macros depending on the compiler