This is an automated email from the ASF dual-hosted git repository.

jamesbognar pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/juneau.git


The following commit(s) were added to refs/heads/master by this push:
     new 0cc20374c Clean up poms.
0cc20374c is described below

commit 0cc20374cb90735e66f98c2939ee288ea2870ca5
Author: James Bognar <[email protected]>
AuthorDate: Wed May 14 09:13:39 2025 -0400

    Clean up poms.
---
 pom.xml | 6 ------
 1 file changed, 6 deletions(-)

diff --git a/pom.xml b/pom.xml
index 7a4712d73..adf0b5869 100644
--- a/pom.xml
+++ b/pom.xml
@@ -36,7 +36,6 @@
                <maven.compiler.target>17</maven.compiler.target>
 
                <junit.version>4.13.2</junit.version>
-               <jaxrs.version>1.1.1</jaxrs.version>
                <servlet.version>6.1.0</servlet.version>
                <httpclient.version>4.5.14</httpclient.version>
                <httpcore.version>4.4.16</httpcore.version>
@@ -66,11 +65,6 @@
                                <type>pom</type>
                                <scope>import</scope>
                        </dependency>
-                       <dependency>
-                               <groupId>javax.ws.rs</groupId>
-                               <artifactId>jsr311-api</artifactId>
-                               <version>${jaxrs.version}</version>
-                       </dependency>
                        <dependency>
                                <groupId>jakarta.servlet</groupId>
                                <artifactId>jakarta.servlet-api</artifactId>

Reply via email to