diff options
author | adheli.tavares <adheli.tavares@est.tech> | 2024-06-18 15:12:56 +0100 |
---|---|---|
committer | adheli.tavares <adheli.tavares@est.tech> | 2024-06-19 17:25:08 +0100 |
commit | a23bd8c218d7044e1d79e240fdb74f00947a3108 (patch) | |
tree | 064323adf3c19a5346c108d905495363cce45adf /testsuites/integration/pom.xml | |
parent | 6040233dcbe4a64b977ee750c6d0d12b2d513c4c (diff) |
Convert junit4 to junit5
- clean up any references to junit4
- clean up some sonar complaints
- remove not used integration tests
Issue-ID: POLICY-5041
Change-Id: I67e7a8f00df5b6c5ba514f4ea2ecd96bf942d4c7
Signed-off-by: adheli.tavares <adheli.tavares@est.tech>
Diffstat (limited to 'testsuites/integration/pom.xml')
-rw-r--r-- | testsuites/integration/pom.xml | 16 |
1 files changed, 1 insertions, 15 deletions
diff --git a/testsuites/integration/pom.xml b/testsuites/integration/pom.xml index a63676873..891860a64 100644 --- a/testsuites/integration/pom.xml +++ b/testsuites/integration/pom.xml @@ -1,7 +1,7 @@ <!-- ============LICENSE_START======================================================= Copyright (C) 2018 Ericsson. All rights reserved. - Modifications Copyright (C) 2019-2020 Nordix Foundation. + Modifications Copyright (C) 2019-2020, 2024 Nordix Foundation. Modifications Copyright (C) 2020 Bell Canada. ================================================================================ Licensed under the Apache License, Version 2.0 (the "License"); @@ -45,18 +45,4 @@ <scope>test</scope> </dependency> </dependencies> - - <profiles> - <profile> - <id>apexAll</id> - <activation> - <property> - <name>apexAll</name> - </property> - </activation> - <modules> - <module>integration-context-test</module> - </modules> - </profile> - </profiles> </project> |