amichair commented on code in PR #104:
URL: https://github.com/apache/aries-rsa/pull/104#discussion_r3214410727


##########
itests/tck/pom.xml:
##########
@@ -28,57 +28,130 @@
     <name>Aries Remote Service Admin itests tck</name>
 
     <properties>
-        <paxlogging.version>1.11.17</paxlogging.version>
+        <tck.version>8.1.0</tck.version>
     </properties>
 
     <dependencies>
 
-        <!-- Test cases from the tck. These need to be deployed by hand as
-            redistribution is not allowed -->
+        <!-- RSA -->
         <dependency>
-            <groupId>org.osgi.test.cases</groupId>
-            <artifactId>org.osgi.test.cases.remoteserviceadmin</artifactId>
-            <version>5.0.0</version>
+            <groupId>org.apache.aries.rsa</groupId>
+            <artifactId>org.apache.aries.rsa.core</artifactId>
+            <version>${project.version}</version>
+        </dependency>
+        <dependency>
+            <groupId>org.apache.aries.rsa</groupId>
+            <artifactId>org.apache.aries.rsa.spi</artifactId>
+            <version>${project.version}</version>
         </dependency>
         <dependency>
             <groupId>org.apache.aries.rsa</groupId>
-            <artifactId>repository</artifactId>
+            <artifactId>org.apache.aries.rsa.topology-manager</artifactId>
+            <version>${project.version}</version>
+        </dependency>
+        <dependency>
+            <groupId>org.apache.aries.rsa.discovery</groupId>
+            <artifactId>org.apache.aries.rsa.discovery.local</artifactId>
+            <version>${project.version}</version>
+        </dependency>
+        <dependency>
+            <groupId>org.apache.aries.rsa.discovery</groupId>
+            <artifactId>org.apache.aries.rsa.discovery.tcp</artifactId>
+            <version>${project.version}</version>
+        </dependency>
+        <dependency>
+            <groupId>org.apache.aries.rsa.provider</groupId>
+            <artifactId>org.apache.aries.rsa.provider.tcp</artifactId>
             <version>${project.version}</version>
-            <type>pom</type>
         </dependency>
 
-        <!-- Test framework -->
+        <!-- JAXB dependencies (used by e.g. discovery.local) -->
+        <dependency>
+            <groupId>jakarta.xml.bind</groupId>
+            <artifactId>jakarta.xml.bind-api</artifactId>
+        </dependency>
+        <dependency>
+            <groupId>com.sun.xml.bind</groupId>
+            <artifactId>jaxb-impl</artifactId>
+            <version>4.0.5</version>
+        </dependency>
+        <dependency>
+            <groupId>jakarta.activation</groupId>
+            <artifactId>jakarta.activation-api</artifactId>
+        </dependency>
+        <dependency>
+            <groupId>com.sun.istack</groupId>
+            <artifactId>istack-commons-runtime</artifactId>
+            <version>4.1.2</version>
+        </dependency>
+        <dependency>
+            <groupId>com.sun.xml.bind</groupId>
+            <artifactId>jaxb-core</artifactId>
+            <version>4.0.5</version>
+        </dependency>
+        <dependency>
+            <groupId>org.glassfish.hk2</groupId>
+            <artifactId>osgi-resource-locator</artifactId>
+            <version>3.0.0</version>
+        </dependency>
+
+        <!-- TCK Test cases. -->
         <dependency>
-            <groupId>biz.aQute.bnd</groupId>
-            <artifactId>bnd</artifactId>
-            <version>2.4.0</version>
+            <groupId>org.osgi</groupId>
+            <artifactId>org.osgi.test.cases.remoteserviceadmin</artifactId>
+            <version>${tck.version}</version>
         </dependency>
+
+        <!-- Test framework -->
         <dependency>
             <groupId>org.apache.servicemix.bundles</groupId>
             <artifactId>org.apache.servicemix.bundles.junit</artifactId>
-            <version>3.8.2_2</version>
+            <version>4.13.2_1</version>
         </dependency>
         <dependency>
-            <groupId>org.eclipse</groupId>
+            <groupId>org.assertj</groupId>
+            <artifactId>assertj-core</artifactId>
+            <version>3.23.1</version>

Review Comment:
   Updated all dependencies defined in this module.



-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to