Skip to content

Commit 1f8b75c

Browse files
committed
Add emp-service-model dependency
1 parent e4455a6 commit 1f8b75c

File tree

1 file changed

+13
-1
lines changed

1 file changed

+13
-1
lines changed

fj-doc-playground-quarkus/pom.xml

Lines changed: 13 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,7 @@
2323
<fe.dist.dir>src/main/resources/META-INF/resources/fj-doc-playground/home</fe.dist.dir>
2424
<exec-plugin.version>3.2.0</exec-plugin.version>
2525
<antrun-plugin.version>3.1.0</antrun-plugin.version>
26+
<fj-service-helper-bom-version>1.1.0</fj-service-helper-bom-version>
2627
</properties>
2728
<dependencyManagement>
2829
<dependencies>
@@ -33,6 +34,13 @@
3334
<type>pom</type>
3435
<scope>import</scope>
3536
</dependency>
37+
<dependency>
38+
<groupId>org.fugerit.java</groupId>
39+
<artifactId>fj-service-helper-bom</artifactId>
40+
<version>${fj-service-helper-bom-version}</version>
41+
<type>pom</type>
42+
<scope>import</scope>
43+
</dependency>
3644
</dependencies>
3745
</dependencyManagement>
3846
<dependencies>
@@ -81,7 +89,11 @@
8189
<groupId>xml-apis</groupId>
8290
</exclusion>
8391
</exclusions>
84-
</dependency>
92+
</dependency>
93+
<dependency>
94+
<groupId>org.fugerit.java</groupId>
95+
<artifactId>emp-service-model</artifactId>
96+
</dependency>
8597
</dependencies>
8698
<build>
8799
<plugins>

0 commit comments

Comments
 (0)