aboutsummaryrefslogtreecommitdiffstats
path: root/tosca-controlloop/participants/pom.xml
diff options
context:
space:
mode:
Diffstat (limited to 'tosca-controlloop/participants/pom.xml')
-rw-r--r--tosca-controlloop/participants/pom.xml22
1 files changed, 2 insertions, 20 deletions
diff --git a/tosca-controlloop/participants/pom.xml b/tosca-controlloop/participants/pom.xml
index b84aa1599..4707a5c2b 100644
--- a/tosca-controlloop/participants/pom.xml
+++ b/tosca-controlloop/participants/pom.xml
@@ -1,7 +1,6 @@
<!--
============LICENSE_START=======================================================
- Copyright (C) 2020 AT&T Intellectual Property. All rights reserved.
- Modifications Copyright (C) 2020 Nordix Foundation.
+ Copyright (C) 2021 Nordix Foundation.
================================================================================
Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
@@ -24,7 +23,7 @@
<modelVersion>4.0.0</modelVersion>
<parent>
- <groupId>org.onap.policy.clamp</groupId>
+ <groupId>org.onap.policy.clamp.controlloop</groupId>
<artifactId>controlloop</artifactId>
<version>6.0.0-SNAPSHOT</version>
</parent>
@@ -104,22 +103,5 @@
</exclusion>
</exclusions>
</dependency>
-
- <!--test dependencies -->
- <dependency>
- <groupId>org.assertj</groupId>
- <artifactId>assertj-core</artifactId>
- <scope>test</scope>
- </dependency>
- <dependency>
- <groupId>org.powermock</groupId>
- <artifactId>powermock-api-mockito2</artifactId>
- <scope>test</scope>
- </dependency>
- <dependency>
- <groupId>junit</groupId>
- <artifactId>junit</artifactId>
- <scope>test</scope>
- </dependency>
</dependencies>
</project>