Skip to content

Commit

Permalink
Spring 6 module introduction
Browse files Browse the repository at this point in the history
Signed-off-by: jansupol <jan.supol@oracle.com>
  • Loading branch information
jansupol authored and senivam committed Apr 29, 2022
1 parent df90f4a commit c66ef81
Show file tree
Hide file tree
Showing 153 changed files with 628 additions and 4,229 deletions.
15 changes: 5 additions & 10 deletions bom/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -188,16 +188,11 @@
<artifactId>jersey-proxy-client</artifactId>
<version>${project.version}</version>
</dependency>
<!-- <dependency>-->
<!-- <groupId>org.glassfish.jersey.ext</groupId>-->
<!-- <artifactId>jersey-spring4</artifactId>-->
<!-- <version>${project.version}</version>-->
<!-- </dependency>-->
<!-- <dependency>-->
<!-- <groupId>org.glassfish.jersey.ext</groupId>-->
<!-- <artifactId>jersey-spring5</artifactId>-->
<!-- <version>${project.version}</version>-->
<!-- </dependency>-->
<dependency>
<groupId>org.glassfish.jersey.ext</groupId>
<artifactId>jersey-spring6</artifactId>
<version>${project.version}</version>
</dependency>
<dependency>
<groupId>org.glassfish.jersey.ext</groupId>
<artifactId>jersey-declarative-linking</artifactId>
Expand Down
5 changes: 1 addition & 4 deletions ext/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -51,10 +51,7 @@
<module>mvc-mustache</module>
<module>proxy-client</module>
<module>rx</module>
<!-- do not release spring 4 and spring 5 modules with Jersey 3.x
<module>spring4</module>
<module>spring5</module>
-->
<module>spring6</module>
<module>wadl-doclet</module>
<module>microprofile</module>
</modules>
Expand Down
225 changes: 0 additions & 225 deletions ext/spring4/pom.xml

This file was deleted.

This file was deleted.

Loading

0 comments on commit c66ef81

Please sign in to comment.