aboutsummaryrefslogtreecommitdiffstats
path: root/packages/policy-api-docker/pom.xml
diff options
context:
space:
mode:
authorRashmi Pujar <rashmi.pujar1@bell.ca>2022-02-04 21:49:30 -0500
committerRashmi Pujar <rashmi.pujar1@bell.ca>2022-02-10 01:33:25 -0500
commit5f919673b13d8fd40a6a90b97f4e662ade068304 (patch)
treec24a727c3c60b228b28cd68df3d37ca56acd379e /packages/policy-api-docker/pom.xml
parent2d4db3c6375ca761b25700226addea6060432b0d (diff)
Migrate policy api startup & config, controller to springboot
Issue-ID: POLICY-3753 Signed-off-by: Rashmi Pujar <rashmi.pujar1@bell.ca> Change-Id: I4537ed49b7fc57683bfc487f0d212642b7e69f17
Diffstat (limited to 'packages/policy-api-docker/pom.xml')
-rw-r--r--packages/policy-api-docker/pom.xml10
1 files changed, 8 insertions, 2 deletions
diff --git a/packages/policy-api-docker/pom.xml b/packages/policy-api-docker/pom.xml
index 57078d52..e9c45879 100644
--- a/packages/policy-api-docker/pom.xml
+++ b/packages/policy-api-docker/pom.xml
@@ -1,7 +1,7 @@
<!--
============LICENSE_START=======================================================
Copyright (C) 2019,2021 AT&T Intellectual Property. All rights reserved.
- Modifications Copyright (C) 2020 Bell Canada.
+ Modifications Copyright (C) 2020-2022 Bell Canada.
================================================================================
Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
@@ -96,6 +96,12 @@
<outputDirectory>/lib</outputDirectory>
<outputFileNameMapping>policy-api.tar.gz</outputFileNameMapping>
</dependencySet>
+ <dependencySet>
+ <includes>
+ <include>org.onap.policy.api:api-main</include>
+ </includes>
+ <outputFileNameMapping>api.jar</outputFileNameMapping>
+ </dependencySet>
</dependencySets>
</inline>
</assembly>
@@ -157,4 +163,4 @@
<type>tar.gz</type>
</dependency>
</dependencies>
-</project>
+</project> \ No newline at end of file