Skip to content

Commit

Permalink
fixed pom.xml
Browse files Browse the repository at this point in the history
Issue #155
  • Loading branch information
rsoika committed Feb 11, 2024
1 parent 7964439 commit f2d8d2d
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 12 deletions.
14 changes: 8 additions & 6 deletions imixs-adapters-wopi/pom.xml
Original file line number Diff line number Diff line change
@@ -1,4 +1,6 @@
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 https://maven.apache.org/xsd/maven-4.0.0.xsd">
<project xmlns="http://maven.apache.org/POM/4.0.0"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 https://maven.apache.org/xsd/maven-4.0.0.xsd">
<modelVersion>4.0.0</modelVersion>
<parent>
<groupId>org.imixs.workflow</groupId>
Expand All @@ -22,7 +24,7 @@
<groupId>org.imixs.workflow</groupId>
<artifactId>imixs-workflow-engine</artifactId>
</dependency>

<dependency>
<groupId>org.imixs.workflow</groupId>
<artifactId>imixs-workflow-faces</artifactId>
Expand All @@ -32,17 +34,17 @@
<groupId>org.imixs.workflow</groupId>
<artifactId>imixs-marty</artifactId>
</dependency>

<dependency>
<groupId>org.imixs.jwt</groupId>
<groupId>org.imixs.security</groupId>
<artifactId>imixs-jwt</artifactId>
<scope>compile</scope>
</dependency>

<dependency>
<groupId>org.imixs.workflow</groupId>
<artifactId>imixs-archive-api</artifactId>
</dependency>

</dependencies>
</project>
12 changes: 6 additions & 6 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -20,12 +20,12 @@

<properties>
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
<org.imixs.workflow.version>6.0.4-SNAPSHOT</org.imixs.workflow.version>
<org.imixs.marty.version>5.0.0-SNAPSHOT</org.imixs.marty.version>
<org.imixs.archive.version>3.0.0-SNAPSHOT</org.imixs.archive.version>
<org.imixs.workflow.version>6.0.4</org.imixs.workflow.version>
<org.imixs.marty.version>5.0.0</org.imixs.marty.version>
<org.imixs.archive.version>3.0.1</org.imixs.archive.version>
<jakarta.version>10.0.0</jakarta.version>
<microprofile.version>3.0</microprofile.version>
<org.imixs.jwt.version>2.0.0-SNAPSHOT</org.imixs.jwt.version>
<org.imixs.security.version>2.0.0</org.imixs.security.version>
</properties>

<description>
Expand Down Expand Up @@ -276,9 +276,9 @@


<dependency>
<groupId>org.imixs.jwt</groupId>
<groupId>org.imixs.security</groupId>
<artifactId>imixs-jwt</artifactId>
<version>${org.imixs.jwt.version}</version>
<version>${org.imixs.security.version}</version>
<scope>provided</scope>
</dependency>

Expand Down

0 comments on commit f2d8d2d

Please sign in to comment.