Parcourir la source

add data model dependency

rhpamAdmin il y a 3 ans
Parent
commit
59dcb2ed1f
1 fichiers modifiés avec 5 ajouts et 0 suppressions
  1. 5 0
      pom.xml

+ 5 - 0
pom.xml

@@ -45,6 +45,11 @@
       <version>1.4.16.redhat-00001</version>
       <scope>test</scope>
     </dependency>
+    <dependency>
+      <groupId>net.p0f.samples.rhpam-fuse-integration</groupId>
+      <artifactId>shared-data-model</artifactId>
+      <version>1.0.0</version>
+    </dependency>
   </dependencies>
   <build>
     <plugins>