Skip to content

Commit

Permalink
updated pom.xml
Browse files Browse the repository at this point in the history
Issue #26
  • Loading branch information
rsoika committed Sep 28, 2024
1 parent 8950ff7 commit 190cc1e
Showing 1 changed file with 8 additions and 1 deletion.
9 changes: 8 additions & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -58,6 +58,7 @@
<properties>
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
<org.imixs.workflow.version>6.1.0-SNAPSHOT</org.imixs.workflow.version>
<org.imixs.micro.version>1.0.0-SNAPSHOT</org.imixs.micro.version>
<microprofile.version>6.0</microprofile.version>
<custom.webResources>src/main/webapp</custom.webResources>
<custom.unpackTypes>war</custom.unpackTypes>
Expand Down Expand Up @@ -455,13 +456,19 @@
<artifactId>imixs-workflow-jax-rs</artifactId>
<version>${org.imixs.workflow.version}</version>
</dependency>

<dependency>
<groupId>org.imixs.workflow</groupId>
<artifactId>imixs-workflow-faces</artifactId>
<version>${org.imixs.workflow.version}</version>
</dependency>

<!-- Imixs Micro -->
<dependency>
<groupId>org.imixs.workflow</groupId>
<artifactId>imixs-micro-client</artifactId>
<version>${org.imixs.micro.version}</version>
</dependency>

<!-- Apache Lucene Core -->
<dependency>
<groupId>org.imixs.workflow</groupId>
Expand Down

0 comments on commit 190cc1e

Please sign in to comment.