Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJoakim Erdfelt2014-10-29 22:50:56 +0000
committerJoakim Erdfelt2014-10-29 22:50:56 +0000
commit149ed3a553a0812f06976bc64cb06fb6a1da80b9 (patch)
tree988065a48b01a605bc6f76e84925f9c4f81935da /jetty-distribution/pom.xml
parentb132b90b0353d2130a784f34ad0841b004a118b8 (diff)
downloadorg.eclipse.jetty.project-149ed3a553a0812f06976bc64cb06fb6a1da80b9.tar.gz
org.eclipse.jetty.project-149ed3a553a0812f06976bc64cb06fb6a1da80b9.tar.xz
org.eclipse.jetty.project-149ed3a553a0812f06976bc64cb06fb6a1da80b9.zip
Enabling cdi.mod in distribution
Diffstat (limited to 'jetty-distribution/pom.xml')
-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 ffbb477c98..f2a3612bd1 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