Gizmo to load multiple Db Edge Rules files
[aai/gizmo.git] / pom.xml
diff --git a/pom.xml b/pom.xml
index 2276939..50c6c88 100644 (file)
--- a/pom.xml
+++ b/pom.xml
@@ -461,6 +461,15 @@ limitations under the License.
                                     <includes>oxm/</includes>
                                     <outputDirectory>${project.build.directory}/bundleconfig-local/etc</outputDirectory>
                                 </artifactItem>
+                                <artifactItem>
+                                    <groupId>org.onap.aai.aai-common</groupId>
+                                    <artifactId>aai-core</artifactId>
+                                    <version>1.2.1</version>
+                                    <type>jar</type>
+                                    <includes>dbedgerules/</includes>
+                                    <excludes>**/*.ftlh</excludes>
+                                    <outputDirectory>${project.build.directory}/bundleconfig-local/etc</outputDirectory>
+                                </artifactItem>
                             </artifactItems>
                         </configuration>
                     </execution>