diff options
-rw-r--r-- | controlloop/common/eventmanager/pom.xml | 4 | ||||
-rw-r--r-- | pom.xml | 6 |
2 files changed, 4 insertions, 6 deletions
diff --git a/controlloop/common/eventmanager/pom.xml b/controlloop/common/eventmanager/pom.xml index bebc99286..a020e5e5d 100644 --- a/controlloop/common/eventmanager/pom.xml +++ b/controlloop/common/eventmanager/pom.xml @@ -145,6 +145,10 @@ <scope>provided</scope> </dependency> <dependency> + <groupId>org.onap.ccsdk.cds.components</groupId> + <artifactId>proto-definition</artifactId> + </dependency> + <dependency> <groupId>junit</groupId> <artifactId>junit</artifactId> <scope>test</scope> @@ -259,12 +259,6 @@ <artifactId>logback-classic</artifactId> <scope>provided</scope> </dependency> - <!-- Common Controller SDK --> - <dependency> - <groupId>org.onap.ccsdk.cds.components</groupId> - <artifactId>proto-definition</artifactId> - </dependency> </dependencies> - </project> |