Skip to content

Commit

Permalink
#1087 Drop outdated containers
Browse files Browse the repository at this point in the history
* remove Weld (CDI) container
* remove sample4 modules
  • Loading branch information
oliverlietz committed Jun 1, 2024
1 parent 87c579c commit fe62162
Show file tree
Hide file tree
Showing 23 changed files with 0 additions and 954 deletions.
53 changes: 0 additions & 53 deletions containers/pax-exam-container-weld/pom.xml

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

1 change: 0 additions & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,6 @@
<module>containers/pax-exam-container-native</module>
<module>containers/pax-exam-container-remote</module>
<module>containers/pax-exam-container-forked</module>
<module>containers/pax-exam-container-weld</module>
<module>containers/pax-exam-container-tomcat</module>
<module>containers/pax-exam-container-karaf</module>

Expand Down
37 changes: 0 additions & 37 deletions pom/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,6 @@
<dependency.org.apache.servicemix.bundles.hamcrest.version>1.3_1</dependency.org.apache.servicemix.bundles.hamcrest.version>
<dependency.org.apache.servicemix.bundles.junit.version>4.13.2_1</dependency.org.apache.servicemix.bundles.junit.version>
<dependency.tomcat.version>9.0.87</dependency.tomcat.version>
<dependency.weld.version>3.1.9.Final</dependency.weld.version>
<dependency.xbean.version>3.16</dependency.xbean.version>

</properties>
Expand Down Expand Up @@ -483,18 +482,6 @@
<version>1.11</version>
</dependency>

<dependency>
<groupId>org.jboss.weld.se</groupId>
<artifactId>weld-se-core</artifactId>
<version>${dependency.weld.version}</version>
<exclusions>
<exclusion>
<groupId>javax.enterprise</groupId>
<artifactId>cdi-api</artifactId>
</exclusion>
</exclusions>
</dependency>

<dependency>
<groupId>org.jboss.classfilewriter</groupId>
<artifactId>jboss-classfilewriter</artifactId>
Expand Down Expand Up @@ -576,30 +563,6 @@
<version>1.2.2.GA</version>
</dependency>

<dependency>
<groupId>org.jboss.weld.servlet</groupId>
<artifactId>weld-servlet-core</artifactId>
<version>${dependency.weld.version}</version>
<exclusions>
<exclusion>
<groupId>javax.enterprise</groupId>
<artifactId>cdi-api</artifactId>
</exclusion>
</exclusions>
</dependency>

<dependency>
<groupId>org.jboss.weld</groupId>
<artifactId>weld-core-impl</artifactId>
<version>${dependency.weld.version}</version>
<exclusions>
<exclusion>
<groupId>javax.enterprise</groupId>
<artifactId>cdi-api</artifactId>
</exclusion>
</exclusions>
</dependency>

<dependency>
<groupId>org.apache.tomcat.embed</groupId>
<artifactId>tomcat-embed-core</artifactId>
Expand Down
22 changes: 0 additions & 22 deletions samples/pax-exam-sample4-model/pom.xml

This file was deleted.

Loading

0 comments on commit fe62162

Please sign in to comment.