Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJoakim Erdfelt2014-10-28 17:33:01 +0000
committerJoakim Erdfelt2014-10-28 17:33:01 +0000
commite3f71430a64ca954bc3bef7ab62456515138e877 (patch)
treec8e7b30cf63e28e5da27ee1338d9c3938a878ae9
parentaf5f9382a4f063f36c0fdc95121bfb597a91a4c9 (diff)
downloadorg.eclipse.jetty.project-e3f71430a64ca954bc3bef7ab62456515138e877.tar.gz
org.eclipse.jetty.project-e3f71430a64ca954bc3bef7ab62456515138e877.tar.xz
org.eclipse.jetty.project-e3f71430a64ca954bc3bef7ab62456515138e877.zip
Disabling jetty-cdi from distribution (for now)
-rw-r--r--jetty-distribution/pom.xml2
1 files changed, 1 insertions, 1 deletions
diff --git a/jetty-distribution/pom.xml b/jetty-distribution/pom.xml
index f2a3612bd1..ffbb477c98 100644
--- a/jetty-distribution/pom.xml
+++ b/jetty-distribution/pom.xml
@@ -788,12 +788,12 @@
<artifactId>jetty-overlay-deployer</artifactId>
<version>${project.version}</version>
</dependency>
--->
<dependency>
<groupId>org.eclipse.jetty</groupId>
<artifactId>jetty-cdi</artifactId>
<version>${project.version}</version>
</dependency>
+-->
<dependency>
<groupId>org.eclipse.jetty</groupId>
<artifactId>jetty-jaas</artifactId>

Back to the top