Clean up dependencies for London Release
[policy/apex-pdp.git] / testsuites / integration / integration-uservice-test / pom.xml
index 7e48a96..6efbc70 100644 (file)
@@ -1,7 +1,7 @@
 <!--
   ============LICENSE_START=======================================================
    Copyright (C) 2018 Ericsson. All rights reserved.
-   Modifications Copyright (C) 2019-2020,2022 Nordix Foundation.
+   Modifications Copyright (C) 2019-2020,2022-2023 Nordix Foundation.
    Modifications Copyright (C) 2020 Bell Canada.
    Modifications Copyright (C) 2020-2021 AT&T Intellectual Property. All rights reserved.
   ================================================================================
     <name>${project.artifactId}</name>
     <description>Integration tests for Apex microservices</description>
 
-    <properties>
-        <activemq-version>5.15.4</activemq-version>
-    </properties>
-
     <dependencies>
         <dependency>
             <groupId>org.onap.policy.common</groupId>
         <dependency>
             <groupId>com.salesforce.kafka.test</groupId>
             <artifactId>kafka-junit4</artifactId>
-            <version>3.2.3</version>
+            <version>${version.kafka-junit4}</version>
             <scope>test</scope>
             <exclusions>
             <!-- The default netty version in kafka-junit4 has vulnerabilities -->
         <dependency>
             <groupId>org.apache.zookeeper</groupId>
             <artifactId>zookeeper</artifactId>
-            <version>3.7.0</version>
+            <version>${version.zookeeper}</version>
             <scope>test</scope>
             <exclusions>
             <!-- The default netty version in kafka-junit4 has vulnerabilities -->
         <dependency>
             <groupId>org.apache.activemq.tooling</groupId>
             <artifactId>activemq-junit</artifactId>
-            <version>${activemq-version}</version>
+            <version>${version.activemq}</version>
             <scope>test</scope>
         </dependency>
         <dependency>
             <groupId>org.apache.activemq</groupId>
             <artifactId>activemq-broker</artifactId>
-            <version>${activemq-version}</version>
+            <version>${version.activemq}</version>
             <scope>test</scope>
         </dependency>
         <dependency>
             <groupId>org.apache.activemq</groupId>
             <artifactId>activemq-jaas</artifactId>
-            <version>${activemq-version}</version>
+            <version>${version.activemq}</version>
             <scope>test</scope>
         </dependency>
         <dependency>
                         <plugin>
                             <groupId>org.eclipse.m2e</groupId>
                             <artifactId>lifecycle-mapping</artifactId>
-                            <version>1.0.0</version>
                             <configuration>
                                 <lifecycleMappingMetadata>
                                     <pluginExecutions>