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

robertlazarski pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/axis-axis2-java-core.git


The following commit(s) were added to refs/heads/master by this push:
     new e288b46f1a Remove unused parent pom.xml var to support the commented 
out dependency jsr311, which has been replaced by jakarta.ws.rs-api
e288b46f1a is described below

commit e288b46f1a5ab03298a0840a799852088d1d15f9
Author: Robert Lazarski <robertlazar...@gmail.com>
AuthorDate: Thu Nov 14 03:23:05 2024 -1000

    Remove unused parent pom.xml var to support the commented out dependency 
jsr311, which has been replaced by jakarta.ws.rs-api
---
 pom.xml | 12 +-----------
 1 file changed, 1 insertion(+), 11 deletions(-)

diff --git a/pom.xml b/pom.xml
index eb7d13017a..2e9b8939dd 100644
--- a/pom.xml
+++ b/pom.xml
@@ -499,7 +499,6 @@
         <m2Repository>'${settings.localRepository}'</m2Repository>
         <jaxws.rt.version>4.0.3</jaxws.rt.version>
         <jaxws.api.version>4.0.2</jaxws.api.version>
-        <jsr311.api.version>1.1.1</jsr311.api.version>
         <maven-plugin-tools.version>3.15.1</maven-plugin-tools.version>
         <maven-archetype.version>3.3.1</maven-archetype.version>
         <activemq.version>6.1.4</activemq.version>
@@ -814,14 +813,6 @@
                 <artifactId>jakarta.ws.rs-api</artifactId>
                 <version>4.0.0</version>
             </dependency>
-
-           <!--
-            <dependency>
-                <groupId>javax.ws.rs</groupId>
-                <artifactId>jsr311-api</artifactId>
-                <version>${jsr311.api.version}</version>
-            </dependency>
-           -->     
             <dependency>
                 <groupId>org.xmlunit</groupId>
                 <artifactId>xmlunit-legacy</artifactId>
@@ -1555,8 +1546,7 @@
                     <skipDeploy>true</skipDeploy>
                 </configuration>
             </plugin>
-            <plugin>
-                <!-- site-deploy is not finding our JavaDoc, so fix that with 
some maven-resources-plugin config -->
+            <plugin><!-- site-deploy is not finding our JavaDoc, so fix that 
with some maven-resources-plugin config -->
                 <artifactId>maven-resources-plugin</artifactId>
                 <executions>
                     <execution>

Reply via email to