Skip to content

Commit

Permalink
#3886: Upgrade dependencies
Browse files Browse the repository at this point in the history
- asciidoctor-plugin 2.2.2 -> 2.2.3
- asciidoctor 2.5.7 -> 2.5.8
- asciidoctor-diagram 2.2.4 -> 2.2.7
- jackson 2.14.1 -> 2.14.2
- log4j-slf4j-impl -> log4j-slf4j2-impl (crossgrade)
- removed unnecessary exclusions
  • Loading branch information
reckart committed Apr 20, 2023
1 parent 0fe698e commit f0b19e7
Show file tree
Hide file tree
Showing 4 changed files with 109 additions and 165 deletions.
178 changes: 83 additions & 95 deletions inception/inception-app-webapp/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -44,10 +44,6 @@
<groupId>de.tudarmstadt.ukp.inception.app</groupId>
<artifactId>inception-guidelines</artifactId>
</dependency>
<dependency>
<groupId>org.dkpro.core</groupId>
<artifactId>dkpro-core-api-resources-asl</artifactId>
</dependency>
<dependency>
<groupId>de.tudarmstadt.ukp.inception.app</groupId>
<artifactId>inception-ui-core</artifactId>
Expand Down Expand Up @@ -100,6 +96,74 @@
<groupId>de.tudarmstadt.ukp.inception.app</groupId>
<artifactId>inception-ui-tagsets</artifactId>
</dependency>
<dependency>
<groupId>de.tudarmstadt.ukp.inception.app</groupId>
<artifactId>inception-plugin-manager</artifactId>
</dependency>
<dependency>
<groupId>de.tudarmstadt.ukp.inception.app</groupId>
<artifactId>inception-project-initializers</artifactId>
</dependency>
<dependency>
<groupId>de.tudarmstadt.ukp.inception.app</groupId>
<artifactId>inception-project-initializers-basic</artifactId>
</dependency>
<dependency>
<groupId>de.tudarmstadt.ukp.inception.app</groupId>
<artifactId>inception-project-initializers-doclabeling</artifactId>
</dependency>
<dependency>
<groupId>de.tudarmstadt.ukp.inception.app</groupId>
<artifactId>inception-project-initializers-sentencelabeling</artifactId>
</dependency>
<dependency>
<groupId>de.tudarmstadt.ukp.inception.app</groupId>
<artifactId>inception-project-initializers-wikidatalinking</artifactId>
</dependency>
<dependency>
<groupId>de.tudarmstadt.ukp.inception.app</groupId>
<artifactId>inception-support</artifactId>
</dependency>
<dependency>
<groupId>de.tudarmstadt.ukp.inception.app</groupId>
<artifactId>inception-support-standalone</artifactId>
</dependency>
<dependency>
<groupId>de.tudarmstadt.ukp.inception.app</groupId>
<artifactId>inception-ui-agreement</artifactId>
</dependency>
<dependency>
<groupId>de.tudarmstadt.ukp.inception.app</groupId>
<artifactId>inception-remote</artifactId>
</dependency>
<dependency>
<groupId>de.tudarmstadt.ukp.inception.app</groupId>
<artifactId>inception-security</artifactId>
</dependency>
<dependency>
<groupId>de.tudarmstadt.ukp.inception.app</groupId>
<artifactId>inception-api</artifactId>
</dependency>
<dependency>
<groupId>de.tudarmstadt.ukp.inception.app</groupId>
<artifactId>inception-telemetry</artifactId>
</dependency>
<dependency>
<groupId>de.tudarmstadt.ukp.inception.app</groupId>
<artifactId>inception-workload-ui</artifactId>
</dependency>
<dependency>
<groupId>de.tudarmstadt.ukp.inception.app</groupId>
<artifactId>inception-workload-matrix</artifactId>
</dependency>
<dependency>
<groupId>de.tudarmstadt.ukp.inception.app</groupId>
<artifactId>inception-workload-dynamic</artifactId>
</dependency>
<dependency>
<groupId>de.tudarmstadt.ukp.inception.app</groupId>
<artifactId>inception-sharing</artifactId>
</dependency>
<!--
<dependency>
<groupId>de.tudarmstadt.ukp.inception.app</groupId>
Expand Down Expand Up @@ -222,7 +286,19 @@
<artifactId>inception-log</artifactId>
</dependency>

<!-- INCEPTION - ADDITIONAL EDITORS -->
<!-- INCEPTION - EDITORS -->
<dependency>
<groupId>de.tudarmstadt.ukp.inception.app</groupId>
<artifactId>inception-brat-editor</artifactId>
</dependency>
<dependency>
<groupId>de.tudarmstadt.ukp.inception.app</groupId>
<artifactId>inception-diam</artifactId>
</dependency>
<dependency>
<groupId>de.tudarmstadt.ukp.inception.app</groupId>
<artifactId>inception-diam-editor</artifactId>
</dependency>
<dependency>
<groupId>de.tudarmstadt.ukp.inception.app</groupId>
<artifactId>inception-external-editor</artifactId>
Expand Down Expand Up @@ -310,94 +386,6 @@
<artifactId>inception-io-tei</artifactId>
</dependency>

<!-- WEBANNO DEPENDENCIES -->
<dependency>
<groupId>de.tudarmstadt.ukp.inception.app</groupId>
<artifactId>inception-plugin-manager</artifactId>
</dependency>
<dependency>
<groupId>de.tudarmstadt.ukp.inception.app</groupId>
<artifactId>inception-brat-editor</artifactId>
<exclusions>
<exclusion>
<groupId>org.slf4j</groupId>
<artifactId>slf4j-log4j12</artifactId>
</exclusion>
</exclusions>
</dependency>
<dependency>
<groupId>de.tudarmstadt.ukp.inception.app</groupId>
<artifactId>inception-project-initializers</artifactId>
</dependency>
<dependency>
<groupId>de.tudarmstadt.ukp.inception.app</groupId>
<artifactId>inception-project-initializers-basic</artifactId>
</dependency>
<dependency>
<groupId>de.tudarmstadt.ukp.inception.app</groupId>
<artifactId>inception-project-initializers-doclabeling</artifactId>
</dependency>
<dependency>
<groupId>de.tudarmstadt.ukp.inception.app</groupId>
<artifactId>inception-project-initializers-sentencelabeling</artifactId>
</dependency>
<dependency>
<groupId>de.tudarmstadt.ukp.inception.app</groupId>
<artifactId>inception-project-initializers-wikidatalinking</artifactId>
</dependency>
<dependency>
<groupId>de.tudarmstadt.ukp.inception.app</groupId>
<artifactId>inception-support</artifactId>
</dependency>
<dependency>
<groupId>de.tudarmstadt.ukp.inception.app</groupId>
<artifactId>inception-support-standalone</artifactId>
</dependency>
<dependency>
<groupId>de.tudarmstadt.ukp.inception.app</groupId>
<artifactId>inception-ui-agreement</artifactId>
</dependency>
<dependency>
<groupId>de.tudarmstadt.ukp.inception.app</groupId>
<artifactId>inception-remote</artifactId>
</dependency>
<dependency>
<groupId>de.tudarmstadt.ukp.inception.app</groupId>
<artifactId>inception-security</artifactId>
</dependency>
<dependency>
<groupId>de.tudarmstadt.ukp.inception.app</groupId>
<artifactId>inception-api</artifactId>
</dependency>
<dependency>
<groupId>de.tudarmstadt.ukp.inception.app</groupId>
<artifactId>inception-telemetry</artifactId>
</dependency>
<dependency>
<groupId>de.tudarmstadt.ukp.inception.app</groupId>
<artifactId>inception-diam</artifactId>
</dependency>
<dependency>
<groupId>de.tudarmstadt.ukp.inception.app</groupId>
<artifactId>inception-diam-editor</artifactId>
</dependency>
<dependency>
<groupId>de.tudarmstadt.ukp.inception.app</groupId>
<artifactId>inception-workload-ui</artifactId>
</dependency>
<dependency>
<groupId>de.tudarmstadt.ukp.inception.app</groupId>
<artifactId>inception-workload-matrix</artifactId>
</dependency>
<dependency>
<groupId>de.tudarmstadt.ukp.inception.app</groupId>
<artifactId>inception-workload-dynamic</artifactId>
</dependency>
<dependency>
<groupId>de.tudarmstadt.ukp.inception.app</groupId>
<artifactId>inception-sharing</artifactId>
</dependency>

<dependency>
<groupId>org.apache.commons</groupId>
<artifactId>commons-lang3</artifactId>
Expand Down Expand Up @@ -513,7 +501,7 @@
</dependency>
<dependency>
<groupId>org.apache.logging.log4j</groupId>
<artifactId>log4j-slf4j-impl</artifactId>
<artifactId>log4j-slf4j2-impl</artifactId>
</dependency>
<dependency>
<groupId>org.apache.logging.log4j</groupId>
Expand Down Expand Up @@ -946,7 +934,7 @@
<!-- Logging - used via reflection / optional -->
<usedDependency>org.slf4j:log4j-over-slf4j</usedDependency>
<usedDependency>org.slf4j:jcl-over-slf4j</usedDependency>
<usedDependency>org.apache.logging.log4j:log4j-slf4j-impl</usedDependency>
<usedDependency>org.apache.logging.log4j:log4j-slf4j2-impl</usedDependency>
<usedDependency>org.apache.logging.log4j:log4j-core</usedDependency>
<usedDependency>org.apache.logging.log4j:log4j-layout-template-json</usedDependency>
<usedDependency>commons-logging:commons-logging</usedDependency>
Expand Down
33 changes: 0 additions & 33 deletions inception/inception-io-webanno-tsv/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -104,46 +104,13 @@
</dependency>

<!-- DEPENDENCIES FOR TESTING -->
<dependency>
<groupId>org.apache.logging.log4j</groupId>
<artifactId>log4j-core</artifactId>
<scope>test</scope>
</dependency>
<dependency>
<groupId>org.apache.logging.log4j</groupId>
<artifactId>log4j-slf4j-impl</artifactId>
<scope>test</scope>
</dependency>
<dependency>
<groupId>org.slf4j</groupId>
<artifactId>log4j-over-slf4j</artifactId>
<scope>test</scope>
</dependency>
<dependency>
<groupId>org.dkpro.core</groupId>
<artifactId>dkpro-core-io-xmi-asl</artifactId>
<scope>test</scope>
</dependency>
</dependencies>
<build>
<pluginManagement>
<plugins>
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-dependency-plugin</artifactId>
<configuration>
<usedDependencies>
<!--
- The logging is used via reflection and cannot be detected by Maven
-->
<usedDependency>org.apache.logging.log4j:log4j-slf4j-impl</usedDependency>
<usedDependency>org.slf4j:log4j-over-slf4j</usedDependency>
<usedDependency>org.apache.logging.log4j:log4j-core</usedDependency>
</usedDependencies>
</configuration>
</plugin>
</plugins>
</pluginManagement>
<plugins>
<plugin>
<!--generate types dynamically -->
Expand Down
2 changes: 1 addition & 1 deletion inception/inception-plugin-parent/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@
<dependency>
<!-- Use Log4J http as logging backend -->
<groupId>org.apache.logging.log4j</groupId>
<artifactId>log4j-slf4j-impl</artifactId>
<artifactId>log4j-slf4j2-impl</artifactId>
<scope>provided</scope>
</dependency>
<dependency>
Expand Down
61 changes: 25 additions & 36 deletions inception/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -130,13 +130,13 @@
<!-- * 4.6.1 depends on Lucene 8.11.1 -->
<!-- 4.7.0 depends on Lucene 9.4.2 -->

<asciidoctor.plugin.version>2.2.2</asciidoctor.plugin.version>
<asciidoctor.version>2.5.7</asciidoctor.version>
<asciidoctor-diagram.version>2.2.4</asciidoctor-diagram.version>
<asciidoctor.plugin.version>2.2.3</asciidoctor.plugin.version>
<asciidoctor.version>2.5.8</asciidoctor.version>
<asciidoctor-diagram.version>2.2.7</asciidoctor-diagram.version>

<json.version>20230227</json.version>
<pf4j.version>2.6.0</pf4j.version>
<jackson.version>2.14.1</jackson.version>
<jackson.version>2.14.2</jackson.version>
<snakeyaml.version>1.33</snakeyaml.version>
<okhttp.version>4.10.0</okhttp.version>
<okio.version>3.3.0</okio.version>
Expand Down Expand Up @@ -293,7 +293,7 @@
<dependency>
<!-- Use Log4J v2 as logging backend -->
<groupId>org.apache.logging.log4j</groupId>
<artifactId>log4j-slf4j-impl</artifactId>
<artifactId>log4j-slf4j2-impl</artifactId>
<scope>runtime</scope>
</dependency>
<dependency>
Expand Down Expand Up @@ -462,17 +462,6 @@
<groupId>org.apache.uima</groupId>
<artifactId>uimaj-core</artifactId>
<version>${uima.version}</version>
<exclusions>
<!-- These are only needed for the UIMA JCas decompiler which we do not use -->
<exclusion>
<groupId>org.bitbucket.mstrobel</groupId>
<artifactId>procyon-compilertools</artifactId>
</exclusion>
<exclusion>
<groupId>org.bitbucket.mstrobel</groupId>
<artifactId>procyon-core</artifactId>
</exclusion>
</exclusions>
</dependency>
<dependency>
<groupId>org.apache.uima</groupId>
Expand Down Expand Up @@ -2197,24 +2186,6 @@
<version>4.7.0</version>
</dependency>

<dependency>
<!-- Import dependency management from Spring Boot -->
<groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-dependencies</artifactId>
<version>${spring.boot.version}</version>
<type>pom</type>
<scope>import</scope>
</dependency>

<dependency>
<!-- Import dependency management from Wicket -->
<groupId>org.apache.wicket</groupId>
<artifactId>wicket-parent</artifactId>
<version>${wicket.version}</version>
<type>pom</type>
<scope>import</scope>
</dependency>

<dependency>
<!-- Import dependency management from LOG4J -->
<groupId>org.apache.logging.log4j</groupId>
Expand All @@ -2240,7 +2211,7 @@
</dependency>
<dependency>
<groupId>org.apache.logging.log4j</groupId>
<artifactId>log4j-slf4j-impl</artifactId>
<artifactId>log4j-slf4j2-impl</artifactId>
<version>${log4j2.version}</version>
</dependency>
<dependency>
Expand All @@ -2249,6 +2220,24 @@
<version>${log4j2.version}</version>
</dependency>

<dependency>
<!-- Import dependency management from Spring Boot -->
<groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-dependencies</artifactId>
<version>${spring.boot.version}</version>
<type>pom</type>
<scope>import</scope>
</dependency>

<dependency>
<!-- Import dependency management from Wicket -->
<groupId>org.apache.wicket</groupId>
<artifactId>wicket-parent</artifactId>
<version>${wicket.version}</version>
<type>pom</type>
<scope>import</scope>
</dependency>

<dependency>
<!-- Import dependency management from DKPro Core -->
<groupId>org.dkpro.core</groupId>
Expand Down Expand Up @@ -2539,7 +2528,7 @@
<!--
- Logging is used via reflection and cannot be detected by Maven
-->
<dependency>org.apache.logging.log4j:log4j-slf4j-impl</dependency>
<dependency>org.apache.logging.log4j:log4j-slf4j2-impl</dependency>
<dependency>org.apache.logging.log4j:log4j-spring-boot</dependency>
<dependency>org.apache.logging.log4j:log4j-layout-template-json</dependency>
<dependency>org.apache.logging.log4j:log4j-core</dependency>
Expand Down

0 comments on commit f0b19e7

Please sign in to comment.