Browse Source

add data model dependency

rhpamAdmin 3 years ago
parent
commit
59dcb2ed1f
1 changed files with 5 additions and 0 deletions
  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>