Skip to content

Commit

Permalink
#1571 - Upgrade dependencies
Browse files Browse the repository at this point in the history
- Introduce BOMs
  • Loading branch information
reckart committed Aug 2, 2024
1 parent d2afac4 commit 87c84f6
Show file tree
Hide file tree
Showing 113 changed files with 2,599 additions and 1,532 deletions.
3 changes: 3 additions & 0 deletions dkpro-core-api-discourse-asl/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -23,10 +23,12 @@
<version>2.5.0-SNAPSHOT</version>
<relativePath>../dkpro-core-asl</relativePath>
</parent>

<artifactId>dkpro-core-api-discourse-asl</artifactId>
<packaging>jar</packaging>
<name>DKPro Core ASL - Discourse API</name>
<url>https://dkpro.github.io/dkpro-core/</url>

<dependencies>
<dependency>
<groupId>org.apache.uima</groupId>
Expand All @@ -35,6 +37,7 @@
<dependency>
<groupId>org.dkpro.core</groupId>
<artifactId>dkpro-core-api-segmentation-asl</artifactId>
<version>${project.version}</version>
</dependency>
</dependencies>

Expand Down
3 changes: 3 additions & 0 deletions dkpro-core-api-embeddings-asl/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -23,12 +23,15 @@
<version>2.5.0-SNAPSHOT</version>
<relativePath>../dkpro-core-asl</relativePath>
</parent>

<artifactId>dkpro-core-api-embeddings-asl</artifactId>
<name>DKPro Core ASL - Embeddings API (ASL)</name>

<dependencies>
<dependency>
<groupId>org.dkpro.core</groupId>
<artifactId>dkpro-core-api-resources-asl</artifactId>
<version>${project.version}</version>
</dependency>
<dependency>
<groupId>org.slf4j</groupId>
Expand Down
8 changes: 8 additions & 0 deletions dkpro-core-api-io-asl/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -57,22 +57,27 @@
<dependency>
<groupId>org.dkpro.core</groupId>
<artifactId>dkpro-core-api-featurepath-asl</artifactId>
<version>${project.version}</version>
</dependency>
<dependency>
<groupId>org.dkpro.core</groupId>
<artifactId>dkpro-core-api-resources-asl</artifactId>
<version>${project.version}</version>
</dependency>
<dependency>
<groupId>org.dkpro.core</groupId>
<artifactId>dkpro-core-api-metadata-asl</artifactId>
<version>${project.version}</version>
</dependency>
<dependency>
<groupId>org.dkpro.core</groupId>
<artifactId>dkpro-core-api-segmentation-asl</artifactId>
<version>${project.version}</version>
</dependency>
<dependency>
<groupId>org.dkpro.core</groupId>
<artifactId>dkpro-core-api-parameter-asl</artifactId>
<version>${project.version}</version>
</dependency>
<dependency>
<groupId>eu.openminted.share.annotations</groupId>
Expand All @@ -81,16 +86,19 @@
<dependency>
<groupId>org.dkpro.core</groupId>
<artifactId>dkpro-core-testing-asl</artifactId>
<version>${project.version}</version>
<scope>test</scope>
</dependency>
<dependency>
<groupId>org.dkpro.core</groupId>
<artifactId>dkpro-core-api-ner-asl</artifactId>
<version>${project.version}</version>
<scope>test</scope>
</dependency>
<dependency>
<groupId>org.dkpro.core</groupId>
<artifactId>dkpro-core-api-syntax-asl</artifactId>
<version>${project.version}</version>
<scope>test</scope>
</dependency>
</dependencies>
Expand Down
5 changes: 5 additions & 0 deletions dkpro-core-api-lexmorph-asl/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -23,8 +23,10 @@
<version>2.5.0-SNAPSHOT</version>
<relativePath>../dkpro-core-asl</relativePath>
</parent>

<artifactId>dkpro-core-api-lexmorph-asl</artifactId>
<name>DKPro Core ASL - Part-of-Speech API</name>

<dependencies>
<dependency>
<groupId>org.apache.uima</groupId>
Expand All @@ -41,10 +43,12 @@
<dependency>
<groupId>org.dkpro.core</groupId>
<artifactId>dkpro-core-api-resources-asl</artifactId>
<version>${project.version}</version>
</dependency>
<dependency>
<groupId>org.dkpro.core</groupId>
<artifactId>dkpro-core-api-parameter-asl</artifactId>
<version>${project.version}</version>
</dependency>
<dependency>
<groupId>org.apache.uima</groupId>
Expand All @@ -57,6 +61,7 @@
<scope>test</scope>
</dependency>
</dependencies>

<build>
<!-- tag::version-filtering[] -->
<resources>
Expand Down
4 changes: 4 additions & 0 deletions dkpro-core-api-resources-asl/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -23,10 +23,12 @@
<version>2.5.0-SNAPSHOT</version>
<relativePath>../dkpro-core-asl</relativePath>
</parent>

<artifactId>dkpro-core-api-resources-asl</artifactId>
<packaging>jar</packaging>
<name>DKPro Core ASL - Resources API</name>
<url>https://dkpro.github.io/dkpro-core/</url>

<dependencies>
<dependency>
<groupId>org.apache.uima</groupId>
Expand Down Expand Up @@ -59,10 +61,12 @@
<dependency>
<groupId>org.dkpro.core</groupId>
<artifactId>dkpro-core-api-parameter-asl</artifactId>
<version>${project.version}</version>
</dependency>
<dependency>
<groupId>org.dkpro.core</groupId>
<artifactId>dkpro-core-api-metadata-asl</artifactId>
<version>${project.version}</version>
</dependency>
<dependency>
<!-- This library is required to be able to read xz archives! -->
Expand Down
5 changes: 5 additions & 0 deletions dkpro-core-api-segmentation-asl/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -23,10 +23,12 @@
<version>2.5.0-SNAPSHOT</version>
<relativePath>../dkpro-core-asl</relativePath>
</parent>

<artifactId>dkpro-core-api-segmentation-asl</artifactId>
<packaging>jar</packaging>
<name>DKPro Core ASL - Lexical Units API</name>
<url>https://dkpro.github.io/dkpro-core/</url>

<dependencies>
<dependency>
<groupId>org.apache.uima</groupId>
Expand All @@ -39,16 +41,19 @@
<dependency>
<groupId>org.dkpro.core</groupId>
<artifactId>dkpro-core-api-lexmorph-asl</artifactId>
<version>${project.version}</version>
</dependency>
<dependency>
<groupId>org.dkpro.core</groupId>
<artifactId>dkpro-core-api-parameter-asl</artifactId>
<version>${project.version}</version>
</dependency>
<dependency>
<groupId>eu.openminted.share.annotations</groupId>
<artifactId>omtd-share-annotations-api</artifactId>
</dependency>
</dependencies>

<build>
<resources>
<resource>
Expand Down
4 changes: 4 additions & 0 deletions dkpro-core-api-sentiment-asl/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -23,10 +23,12 @@
<version>2.5.0-SNAPSHOT</version>
<relativePath>../dkpro-core-asl</relativePath>
</parent>

<artifactId>dkpro-core-api-sentiment-asl</artifactId>
<packaging>jar</packaging>
<name>DKPro Core ASL - Sentiment API</name>
<url>https://dkpro.github.io/dkpro-core/</url>

<dependencies>
<dependency>
<groupId>org.apache.uima</groupId>
Expand All @@ -35,8 +37,10 @@
<dependency>
<groupId>org.dkpro.core</groupId>
<artifactId>dkpro-core-api-segmentation-asl</artifactId>
<version>${project.version}</version>
</dependency>
</dependencies>

<build>
<resources>
<resource>
Expand Down
5 changes: 5 additions & 0 deletions dkpro-core-api-syntax-asl/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -23,10 +23,12 @@
<version>2.5.0-SNAPSHOT</version>
<relativePath>../dkpro-core-asl</relativePath>
</parent>

<artifactId>dkpro-core-api-syntax-asl</artifactId>
<packaging>jar</packaging>
<name>DKPro Core ASL - Syntax API</name>
<url>https://dkpro.github.io/dkpro-core/</url>

<dependencies>
<dependency>
<groupId>org.apache.uima</groupId>
Expand All @@ -35,6 +37,7 @@
<dependency>
<groupId>org.dkpro.core</groupId>
<artifactId>dkpro-core-api-segmentation-asl</artifactId>
<version>${project.version}</version>
</dependency>
<dependency>
<groupId>commons-io</groupId>
Expand All @@ -44,9 +47,11 @@
<dependency>
<groupId>org.dkpro.core</groupId>
<artifactId>dkpro-core-api-resources-asl</artifactId>
<version>${project.version}</version>
<scope>test</scope>
</dependency>
</dependencies>

<build>
<resources>
<resource>
Expand Down
4 changes: 4 additions & 0 deletions dkpro-core-api-transform-asl/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -23,10 +23,12 @@
<version>2.5.0-SNAPSHOT</version>
<relativePath>../dkpro-core-asl</relativePath>
</parent>

<artifactId>dkpro-core-api-transform-asl</artifactId>
<packaging>jar</packaging>
<name>DKPro Core ASL - CAS Transformation API</name>
<url>https://dkpro.github.io/dkpro-core/</url>

<dependencies>
<dependency>
<groupId>org.apache.uima</groupId>
Expand All @@ -39,10 +41,12 @@
<dependency>
<groupId>org.dkpro.core</groupId>
<artifactId>dkpro-core-api-metadata-asl</artifactId>
<version>${project.version}</version>
</dependency>
<dependency>
<groupId>org.dkpro.core</groupId>
<artifactId>dkpro-core-api-segmentation-asl</artifactId>
<version>${project.version}</version>
<scope>test</scope>
</dependency>
</dependencies>
Expand Down
Loading

0 comments on commit 87c84f6

Please sign in to comment.