]> git.aero2k.de Git - tmp/jakarta-migration.git/commitdiff
Remove unused jboss-remoting dependency.
authorRay Lee <ray.lee@lyrasis.org>
Thu, 13 Apr 2023 22:00:48 +0000 (18:00 -0400)
committerRay Lee <ray.lee@lyrasis.org>
Thu, 13 Apr 2023 22:00:48 +0000 (18:00 -0400)
This resolves a dependabot alert.

3rdparty/nuxeo/pom.xml
pom.xml
services/common/pom.xml

index d4fb8931adfe090bb4dacc64c16afdd19117c2ad..20cbea8f75d789f5473f9c8061fbf2c8fffd12c9 100644 (file)
             <artifactId>org.osgi.core</artifactId>
             <version>4.1.0</version>
         </dependency>
-        <!-- jboss -->
-        <dependency>
-               <groupId>org.jboss.remoting</groupId>
-               <artifactId>jboss-remoting</artifactId>
-        <scope>provided</scope>
-        </dependency>
     </dependencies>
 
 </project>
diff --git a/pom.xml b/pom.xml
index b6507d64ecbfca9b5bb31828b0741928c75ff5e7..0643a0f1d05f93e76ca824e3a8f88682b3131563 100644 (file)
--- a/pom.xml
+++ b/pom.xml
                                <!-- <scope>provided</scope> -->
                        </dependency>
 
-                       <dependency>
-                               <groupId>org.jboss.remoting</groupId>
-                               <artifactId>jboss-remoting</artifactId>
-                               <version>2.5.1</version>
-                               <scope>provided</scope>
-                       </dependency>
                        <dependency>
                                <groupId>jboss</groupId>
                                <artifactId>jboss-annotations-ejb3</artifactId>
index fd684bbf276f511346488c9524a0b60f7eda567a..95e46ec0679fbceeef391cfc831ae1a641f5588b 100644 (file)
                        <version>2.0.3.SP1</version>
                        <scope>provided</scope>
                </dependency>
-               <dependency>
-                       <groupId>org.jboss.remoting</groupId>
-                       <artifactId>jboss-remoting</artifactId>
-                       <scope>provided</scope>
-               </dependency>
                <!-- nuxeo -->
                <dependency>
                        <groupId>org.nuxeo.lib.runtime</groupId>