Issue #3731 - removing remaining references to experimental CDI 1 libs
This commit is contained in:
parent
5c74de8ab4
commit
ee4726985e
|
@ -110,16 +110,6 @@
|
|||
<artifactId>jetty-ant</artifactId>
|
||||
<version>9.4.20-SNAPSHOT</version>
|
||||
</dependency>
|
||||
<dependency>
|
||||
<groupId>org.eclipse.jetty.cdi</groupId>
|
||||
<artifactId>cdi-core</artifactId>
|
||||
<version>9.4.20-SNAPSHOT</version>
|
||||
</dependency>
|
||||
<dependency>
|
||||
<groupId>org.eclipse.jetty.cdi</groupId>
|
||||
<artifactId>cdi-servlet</artifactId>
|
||||
<version>9.4.20-SNAPSHOT</version>
|
||||
</dependency>
|
||||
<dependency>
|
||||
<groupId>org.eclipse.jetty</groupId>
|
||||
<artifactId>jetty-client</artifactId>
|
||||
|
|
|
@ -56,19 +56,6 @@ Modules for tag '*':
|
|||
LIB: lib/apache-jstl/*.jar
|
||||
Enabled: transitive provider of apache-jstl for jstl
|
||||
|
||||
Module: cdi
|
||||
: Experimental CDI/Weld integration
|
||||
Depend: cdi1
|
||||
|
||||
Module: cdi1
|
||||
: Experimental CDI/Weld integration
|
||||
: Deprecated in favour of cdi2 module.
|
||||
Depend: deploy, annotations, plus, jsp
|
||||
LIB: lib/cdi/*.jar
|
||||
LIB: lib/cdi-core-${jetty.version}.jar
|
||||
LIB: lib/cdi-servlet-${jetty.version}.jar
|
||||
XML: etc/jetty-cdi.xml
|
||||
|
||||
Module: cdi2
|
||||
: Jetty setup to support Weld/CDI2 with WELD inside the webapp
|
||||
Depend: deploy
|
||||
|
|
|
@ -672,11 +672,6 @@
|
|||
<artifactId>jetty-spring</artifactId>
|
||||
<version>${project.version}</version>
|
||||
</dependency>
|
||||
<dependency>
|
||||
<groupId>org.eclipse.jetty.cdi</groupId>
|
||||
<artifactId>cdi-servlet</artifactId>
|
||||
<version>${project.version}</version>
|
||||
</dependency>
|
||||
<dependency>
|
||||
<groupId>org.jboss.logging</groupId>
|
||||
<artifactId>jboss-logging</artifactId>
|
||||
|
|
Loading…
Reference in New Issue