diff options
author | efiacor <fiachra.corcoran@est.tech> | 2022-12-16 12:12:30 +0000 |
---|---|---|
committer | efiacor <fiachra.corcoran@est.tech> | 2022-12-19 23:53:47 +0000 |
commit | 63b13a0cddf45b4cfd1691dd5b95a205af355898 (patch) | |
tree | 99bc32917f9c8f0aa826fc85bd29c23280a9eb95 /datarouter-node/pom.xml | |
parent | bda6aeaa60607ab4fe5af508156019d7bd5c0ce4 (diff) |
[DMAAP-DR] Remove cadi/aaf from dr-node
Signed-off-by: efiacor <fiachra.corcoran@est.tech>
Change-Id: Iba1b7d8c087a4f68c3a8a517145abf70848ee030
Issue-ID: DMAAP-1642
Diffstat (limited to 'datarouter-node/pom.xml')
-rwxr-xr-x | datarouter-node/pom.xml | 45 |
1 files changed, 0 insertions, 45 deletions
diff --git a/datarouter-node/pom.xml b/datarouter-node/pom.xml index b3fdd3ca..ffaa2602 100755 --- a/datarouter-node/pom.xml +++ b/datarouter-node/pom.xml @@ -101,10 +101,6 @@ <artifactId>jetty-http</artifactId> </dependency> <dependency> - <groupId>org.onap.aaf.authz</groupId> - <artifactId>aaf-cadi-core</artifactId> - </dependency> - <dependency> <groupId>com.intellij</groupId> <artifactId>annotations</artifactId> </dependency> @@ -342,47 +338,6 @@ </resources> </configuration> </execution> - <execution> - <id>copy-resources-etc</id> - <phase>validate</phase> - <goals> - <goal>copy-resources</goal> - </goals> - <configuration> - <outputDirectory>${basedir}/target/docker-stage/opt/app/datartr/etc</outputDirectory> - <resources> - <resource> - <directory>${basedir}/src/main/resources</directory> - <includes> - <include>misc/**</include> - <include>**/**</include> - </includes> - <excludes> - <exclude>aaf/**</exclude> - <exclude>docker/**</exclude> - </excludes> - </resource> - </resources> - </configuration> - </execution> - <execution> - <id>copy-aaf-props</id> - <phase>validate</phase> - <goals> - <goal>copy-resources</goal> - </goals> - <configuration> - <outputDirectory>${basedir}/target/docker-stage/opt/app/osaaf/local</outputDirectory> - <resources> - <resource> - <directory>${basedir}/src/main/resources/aaf</directory> - <includes> - <include>**/**</include> - </includes> - </resource> - </resources> - </configuration> - </execution> </executions> </plugin> <plugin> |