Skip to content

Commit 3198502

Browse files
authored
[JAVA-37367] Upgrade core-java-modules/core-java-networking-4 to jakarta namespace (#17084)
1 parent 627616e commit 3198502

File tree

2 files changed

+2
-7
lines changed

2 files changed

+2
-7
lines changed

core-java-modules/core-java-networking-4/pom.xml

Lines changed: 1 addition & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -29,11 +29,6 @@
2929
<artifactId>httpclient</artifactId>
3030
<version>${httpclient.version}</version>
3131
</dependency>
32-
<dependency>
33-
<groupId>javax.ws.rs</groupId>
34-
<artifactId>javax.ws.rs-api</artifactId>
35-
<version>${javax.ws.rs-api.version}</version>
36-
</dependency>
3732
<dependency>
3833
<groupId>org.glassfish.jersey.core</groupId>
3934
<artifactId>jersey-common</artifactId>
@@ -52,7 +47,7 @@
5247
<jsoup.version>1.17.2</jsoup.version>
5348
<httpclient.version>4.5.2</httpclient.version>
5449
<javax.ws.rs-api.version>2.1.1</javax.ws.rs-api.version>
55-
<jersey-common.version>2.22.2</jersey-common.version>
50+
<jersey-common.version>3.1.7</jersey-common.version>
5651
<spring-web.version>6.0.6</spring-web.version>
5752
</properties>
5853

core-java-modules/core-java-networking-4/src/test/java/com/baeldung/urlquerymanipulation/UrlQueryManipulationUnitTest.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
import java.net.URI;
66
import java.net.URISyntaxException;
77

8-
import javax.ws.rs.core.UriBuilder;
8+
import jakarta.ws.rs.core.UriBuilder;
99

1010
import org.apache.http.client.utils.URIBuilder;
1111

0 commit comments

Comments
 (0)