|
122 | 122 | <java_version>21</java_version>
|
123 | 123 | <gwt.version>2.12.2</gwt.version>
|
124 | 124 | <cas.client.version>4.0.4</cas.client.version>
|
125 |
| - <jersey.version>3.1.7</jersey.version> |
| 125 | + <jersey.version>3.1.9</jersey.version> |
126 | 126 | <swagger.version>2.2.22</swagger.version>
|
127 | 127 | <jackson.version>2.17.1</jackson.version>
|
128 | 128 | <spring.version>6.2.0</spring.version>
|
|
796 | 796 | <scope>test</scope>
|
797 | 797 | </dependency>
|
798 | 798 | <!-- REST API related dependencies - start -->
|
799 |
| - <dependency> |
800 |
| - <groupId>org.glassfish.jersey</groupId> |
801 |
| - <artifactId>jersey-bom</artifactId> |
802 |
| - <version>${jersey.version}</version> |
803 |
| - <type>pom</type> |
804 |
| - <scope>import</scope> |
805 |
| - </dependency> |
806 |
| - <dependency> |
807 |
| - <groupId>org.glassfish.jersey.bundles</groupId> |
808 |
| - <artifactId>jaxrs-ri</artifactId> |
809 |
| - <version>${jersey.version}</version> |
810 |
| - </dependency> |
811 |
| - <dependency> |
812 |
| - <groupId>org.glassfish.jersey.ext</groupId> |
813 |
| - <artifactId>jersey-spring6</artifactId> |
814 |
| - <version>3.1.7</version> |
815 |
| - <exclusions> |
816 |
| - <exclusion> |
817 |
| - <groupId>org.springframework</groupId> |
818 |
| - <artifactId>spring-context</artifactId> |
819 |
| - </exclusion> |
820 |
| - </exclusions> |
821 |
| - </dependency> |
822 |
| - <!-- https://mvnrepository.com/artifact/jakarta.ws.rs/jakarta.ws.rs-api --> |
823 | 799 | <dependency>
|
824 | 800 | <groupId>jakarta.ws.rs</groupId>
|
825 | 801 | <artifactId>jakarta.ws.rs-api</artifactId>
|
826 | 802 | <version>3.1.0</version>
|
827 | 803 | </dependency>
|
828 |
| - <dependency> |
829 |
| - <groupId>org.glassfish.jersey.core</groupId> |
830 |
| - <artifactId>jersey-server</artifactId> |
831 |
| - <version>${jersey.version}</version> |
832 |
| - </dependency> |
833 |
| - <dependency> |
834 |
| - <groupId>org.glassfish.jersey.containers</groupId> |
835 |
| - <artifactId>jersey-container-servlet-core</artifactId> |
836 |
| - <version>${jersey.version}</version> |
837 |
| - </dependency> |
838 |
| - <dependency> |
839 |
| - <groupId>org.glassfish.jersey.media</groupId> |
840 |
| - <artifactId>jersey-media-moxy</artifactId> |
841 |
| - <version>${jersey.version}</version> |
842 |
| - </dependency> |
843 |
| - <dependency> |
844 |
| - <groupId>org.glassfish.jersey.media</groupId> |
845 |
| - <artifactId>jersey-media-multipart</artifactId> |
846 |
| - <version>${jersey.version}</version> |
847 |
| - </dependency> |
848 |
| - <dependency> |
849 |
| - <groupId>org.glassfish.jersey.core</groupId> |
850 |
| - <artifactId>jersey-client</artifactId> |
851 |
| - <version>${jersey.version}</version> |
852 |
| - </dependency> |
853 |
| - <dependency> |
854 |
| - <groupId>org.glassfish.hk2</groupId> |
855 |
| - <artifactId>osgi-resource-locator</artifactId> |
856 |
| - <version>1.0.3</version> |
857 |
| - </dependency> |
858 |
| - <dependency> |
859 |
| - <groupId>org.glassfish.jersey.test-framework</groupId> |
860 |
| - <artifactId>jersey-test-framework-core</artifactId> |
861 |
| - <version>${jersey.version}</version> |
862 |
| - <scope>test</scope> |
863 |
| - </dependency> |
864 |
| - <dependency> |
865 |
| - <groupId>org.glassfish.jersey.test-framework.providers</groupId> |
866 |
| - <artifactId>jersey-test-framework-provider-grizzly2</artifactId> |
867 |
| - <version>${jersey.version}</version> |
868 |
| - <scope>test</scope> |
869 |
| - </dependency> |
870 | 804 | <dependency>
|
871 | 805 | <groupId>io.swagger.core.v3</groupId>
|
872 | 806 | <artifactId>swagger-jaxrs2-jakarta</artifactId>
|
|
0 commit comments