Skip to content

Commit

Permalink
cleanup pom.xml files
Browse files Browse the repository at this point in the history
Issue #612
  • Loading branch information
rsoika committed Nov 4, 2024
1 parent 310030e commit 386ee87
Show file tree
Hide file tree
Showing 4 changed files with 23 additions and 104 deletions.
22 changes: 0 additions & 22 deletions imixs-office-workflow-app/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -375,32 +375,23 @@
<dependency>
<groupId>org.imixs.workflow</groupId>
<artifactId>imixs-workflow-core</artifactId>
<type>jar</type>
<scope>compile</scope>
</dependency>
<dependency>
<groupId>org.imixs.workflow</groupId>
<artifactId>imixs-workflow-engine</artifactId>
<type>jar</type>
<scope>compile</scope>
</dependency>
<dependency>
<groupId>org.imixs.workflow</groupId>
<artifactId>imixs-workflow-jax-rs</artifactId>
<type>jar</type>
<scope>compile</scope>
</dependency>
<dependency>
<groupId>org.imixs.workflow</groupId>
<artifactId>imixs-workflow-faces</artifactId>
<type>jar</type>
<scope>compile</scope>
</dependency>
<!-- Apache Lucene -->
<dependency>
<groupId>org.imixs.workflow</groupId>
<artifactId>imixs-workflow-index-lucene</artifactId>
<type>jar</type>
<scope>compile</scope>
</dependency>

Expand All @@ -409,7 +400,6 @@
<dependency>
<groupId>org.imixs.workflow</groupId>
<artifactId>imixs-workflow-index-solr</artifactId>
<type>jar</type>
<scope>compile</scope>
</dependency>
-->
Expand All @@ -418,32 +408,20 @@
<dependency>
<groupId>org.imixs.workflow</groupId>
<artifactId>imixs-archive-api</artifactId>
<scope>compile</scope>
</dependency>

<!-- Marty -->
<dependency>
<groupId>org.imixs.workflow</groupId>
<artifactId>imixs-marty</artifactId>
<scope>compile</scope>
</dependency>

<!-- Melman
<dependency>
<groupId>org.imixs.workflow</groupId>
<artifactId>imixs-melman</artifactId>
<scope>compile</scope>
</dependency>
-->

<!-- Imixs-AI -->
<dependency>
<groupId>org.imixs.workflow</groupId>
<artifactId>imixs-ai-workflow</artifactId>
<scope>compile</scope>
</dependency>


<!-- xsl 2.0 support -->
<dependency>
<groupId>net.sf.saxon</groupId>
Expand Down
7 changes: 0 additions & 7 deletions imixs-office-workflow-oidc/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -16,21 +16,14 @@
<dependency>
<groupId>org.imixs.workflow</groupId>
<artifactId>imixs-workflow-core</artifactId>
<type>jar</type>
<scope>provided</scope>
</dependency>
<dependency>
<groupId>org.imixs.workflow</groupId>
<artifactId>imixs-workflow-engine</artifactId>
<type>jar</type>
<scope>provided</scope>
</dependency>

<dependency>
<groupId>org.imixs.workflow</groupId>
<artifactId>imixs-marty</artifactId>
<type>jar</type>
<scope>provided</scope>
</dependency>

</dependencies>
Expand Down
37 changes: 13 additions & 24 deletions imixs-office-workflow-util/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -11,51 +11,40 @@
<name>Imixs Office Workflow Util</name>

<dependencies>
<!-- Imixs-Archive -->
<dependency>
<groupId>org.imixs.workflow</groupId>
<artifactId>imixs-archive-api</artifactId>
<scope>provided</scope>
</dependency>

<!-- Imixs AI -->
<dependency>
<groupId>org.imixs.workflow</groupId>
<artifactId>imixs-ai-workflow</artifactId>
<scope>provided</scope>
</dependency>

<!-- Imixs Workflow -->
<dependency>
<groupId>org.imixs.workflow</groupId>
<artifactId>imixs-workflow-core</artifactId>
<type>jar</type>
<scope>provided</scope>
</dependency>
<dependency>
<groupId>org.imixs.workflow</groupId>
<artifactId>imixs-workflow-engine</artifactId>
<type>jar</type>
<scope>provided</scope>
</dependency>
<dependency>
<groupId>org.imixs.workflow</groupId>
<artifactId>imixs-workflow-jax-rs</artifactId>
<type>jar</type>
<scope>provided</scope>
</dependency>
<dependency>
<groupId>org.imixs.workflow</groupId>
<artifactId>imixs-workflow-faces</artifactId>
<type>jar</type>
<scope>provided</scope>
</dependency>
<dependency>
<groupId>org.imixs.workflow</groupId>
<artifactId>imixs-marty</artifactId>
<type>jar</type>
<scope>provided</scope>
</dependency>

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

<!-- Imixs AI -->
<dependency>
<groupId>org.imixs.workflow</groupId>
<artifactId>imixs-ai-workflow</artifactId>
</dependency>

<!-- tiny java lib for iban/bic validation -->
<dependency>
<groupId>org.iban4j</groupId>
Expand Down
61 changes: 10 additions & 51 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -329,13 +329,11 @@
<groupId>org.imixs.workflow</groupId>
<artifactId>imixs-workflow-core</artifactId>
<version>${org.imixs.workflow.version}</version>
<scope>provided</scope>
</dependency>
<dependency>
<groupId>org.imixs.workflow</groupId>
<artifactId>imixs-workflow-engine</artifactId>
<version>${org.imixs.workflow.version}</version>
<scope>provided</scope>
</dependency>
<dependency>
<groupId>org.imixs.workflow</groupId>
Expand All @@ -351,11 +349,13 @@
<groupId>org.imixs.workflow</groupId>
<artifactId>imixs-workflow-index-lucene</artifactId>
<version>${org.imixs.workflow.version}</version>
<scope>provided</scope>
</dependency>
<dependency>
<groupId>org.imixs.workflow</groupId>
<artifactId>imixs-workflow-index-solr</artifactId>
<version>${org.imixs.workflow.version}</version>
<scope>provided</scope>
</dependency>

<!-- Marty -->
Expand All @@ -365,37 +365,25 @@
<version>${org.imixs.marty.version}</version>
</dependency>

<!-- Imixs Melman
<dependency>
<groupId>org.imixs.workflow</groupId>
<artifactId>imixs-melman</artifactId>
<version>1.0.20</version>
<scope>provided</scope>
</dependency>
-->

<!-- Imixs-Archive -->
<dependency>
<groupId>org.imixs.workflow</groupId>
<artifactId>imixs-archive-api</artifactId>
<version>${org.imixs.archive.version}</version>
<scope>provided</scope>
</dependency>

<!-- Imxixs-Archive Documents -->
<dependency>
<groupId>org.imixs.workflow</groupId>
<artifactId>imixs-archive-documents</artifactId>
<version>${org.imixs.archive.version}</version>
<scope>provided</scope>
</dependency>

<!-- Imixs-AI -->
<dependency>
<groupId>org.imixs.workflow</groupId>
<artifactId>imixs-ai-workflow</artifactId>
<version>${org.imixs.ai.version}</version>
<scope>provided</scope>
</dependency>


Expand All @@ -410,7 +398,6 @@
<scope>provided</scope>
</dependency>


<!-- Microprofile -->
<dependency>
<groupId>org.eclipse.microprofile</groupId>
Expand All @@ -420,25 +407,6 @@
<scope>provided</scope>
</dependency>

<!-- Testing -->
<dependency>
<groupId>org.eclipse.parsson</groupId>
<artifactId>jakarta.json</artifactId>
<version>1.1.1</version>
<scope>test</scope>
</dependency>
<dependency>
<groupId>org.glassfish.jaxb</groupId>
<artifactId>jaxb-runtime</artifactId>
<version>3.0.0</version>
<scope>test</scope>
</dependency>
<dependency>
<groupId>jakarta.xml.bind</groupId>
<artifactId>jakarta.xml.bind-api</artifactId>
<version>3.0.0</version>
<scope>test</scope>
</dependency>
<!-- Testing -->
<dependency>
<groupId>junit</groupId>
Expand All @@ -458,14 +426,6 @@
<version>${mockito.version}</version>
<scope>test</scope>
</dependency>
<!--
<dependency>
<groupId>org.imixs.workflow</groupId>
<artifactId>imixs-mock</artifactId>
<version>${org.imixs.mock.version}</version>
<scope>test</scope>
</dependency>
-->
<dependency>
<groupId>org.glassfish.jersey.core</groupId>
<artifactId>jersey-client</artifactId>
Expand All @@ -478,25 +438,24 @@
<version>3.4.10</version>
<scope>test</scope>
</dependency>

<!--
<dependency>
<groupId>org.imixs.workflow</groupId>
<artifactId>imixs-melman</artifactId>
<scope>test</scope>
</dependency>
-->
<dependency>
<groupId>org.eclipse.parsson</groupId>
<artifactId>jakarta.json</artifactId>
<version>1.1.1</version>
<scope>test</scope>
</dependency>
<dependency>
<groupId>org.glassfish.jaxb</groupId>
<artifactId>jaxb-runtime</artifactId>
<version>3.0.0</version>
<scope>test</scope>
</dependency>
<dependency>
<groupId>jakarta.xml.bind</groupId>
<artifactId>jakarta.xml.bind-api</artifactId>
<version>3.0.0</version>
<scope>test</scope>
</dependency>

</dependencies>


Expand Down

0 comments on commit 386ee87

Please sign in to comment.