Skip to content

Commit

Permalink
add poi adapter
Browse files Browse the repository at this point in the history
  • Loading branch information
rsoika committed Feb 7, 2024
1 parent b6cc6e7 commit 0515bd7
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -496,14 +496,20 @@
<version>${org.imixs.adapter.version}</version>
<scope>compile</scope>
</dependency>

<!-- DATEV -->
<dependency>
<groupId>org.imixs.workflow</groupId>
<artifactId>imixs-adapters-datev</artifactId>
<version>${org.imixs.adapter.version}</version>
<scope>compile</scope>
</dependency>
<!-- POI Adapter -->
<dependency>
<groupId>org.imixs.workflow</groupId>
<artifactId>imixs-adapters-poi</artifactId>
<version>${org.imixs.adapter.version}</version>
<scope>compile</scope>
</dependency>

<!-- xsl 2.0 support -->
<dependency>
Expand Down

0 comments on commit 0515bd7

Please sign in to comment.