diff options
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> |