Update snapshot and/or references of policy/api to latest snapshots
[policy/api.git] / packages / policy-api-docker / pom.xml
index a5213a7..4cbd16a 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.
@@ -27,7 +27,7 @@
     <parent>
         <groupId>org.onap.policy.api</groupId>
         <artifactId>api-packages</artifactId>
-        <version>2.6.0-SNAPSHOT</version>
+        <version>2.6.2-SNAPSHOT</version>
     </parent>
 
     <packaging>pom</packaging>
                                                 <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