diff options
author | waynedunican <wayne.dunican@est.tech> | 2023-04-26 09:58:37 +0100 |
---|---|---|
committer | waynedunican <wayne.dunican@est.tech> | 2023-04-26 09:58:55 +0100 |
commit | 71deb252fe9fcd437971b97c8d74de73b31d8988 (patch) | |
tree | e10df19e6d5d78eee7146878c2e6a0bac72fd450 | |
parent | d26a38f03c41a10b5dcaf591a6cb41baf99c23de (diff) |
Remove gui-clamp references in policy-gui
Issue-ID: POLICY-4638
Change-Id: I51d19a68278fd10bbbd294c3aa5ba943bdf92394
Signed-off-by: waynedunican <wayne.dunican@est.tech>
-rw-r--r-- | gui-server/pom.xml | 16 |
1 files changed, 0 insertions, 16 deletions
diff --git a/gui-server/pom.xml b/gui-server/pom.xml index 7c30cf9..5e48d89 100644 --- a/gui-server/pom.xml +++ b/gui-server/pom.xml @@ -64,12 +64,6 @@ <version>4.4</version> </dependency> <dependency> - <groupId>org.onap.policy.gui</groupId> - <artifactId>gui-clamp</artifactId> - <version>${project.version}</version> - <type>pom</type> - </dependency> - <dependency> <groupId>org.onap.policy.gui.editors</groupId> <artifactId>gui-editor-apex</artifactId> <version>${project.version}</version> @@ -114,16 +108,6 @@ </executions> <configuration> <artifactItems> - <!-- copy static resources from clamp tar.gz into static/clamp/ --> - <artifactItem> - <groupId>org.onap.policy.gui</groupId> - <artifactId>gui-clamp</artifactId> - <version>${project.version}</version> - <classifier>clamp-build</classifier> - <type>tar.gz</type> - <overWrite>true</overWrite> - <outputDirectory>${project.build.directory}/classes/static/runtime-ui</outputDirectory> - </artifactItem> <!-- copy static resources from apex editor jar into static/apex-editor/ --> <artifactItem> <groupId>org.onap.policy.gui.editors</groupId> |