Migrate policy api startup & config, controller to springboot
[policy/api.git] / packages / policy-api-docker / pom.xml
index 57078d5..e9c4587 100644 (file)
@@ -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.
                                                 <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>
             <type>tar.gz</type>
         </dependency>
     </dependencies>
-</project>
+</project>
\ No newline at end of file