Skip to content
Snippets Groups Projects
Verified Commit 8db9095b authored by Ubbo Veentjer's avatar Ubbo Veentjer
Browse files

build- and runable on java 17. closes #28

parent 3a8d4b2d
No related branches found
No related tags found
No related merge requests found
Pipeline #305488 passed
...@@ -22,27 +22,27 @@ ...@@ -22,27 +22,27 @@
<properties> <properties>
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding> <project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
<java-source-version>1.7</java-source-version> <java-source-version>1.8</java-source-version>
<java-target-version>1.7</java-target-version> <java-target-version>1.8</java-target-version>
<!-- Referenced from .gitlab-ci.yml for use in git submodule --> <!-- Referenced from .gitlab-ci.yml for use in git submodule -->
<tei-stylesheet-version>v7.33.0</tei-stylesheet-version> <tei-stylesheet-version>v7.33.0</tei-stylesheet-version>
<commons-io-version>2.7</commons-io-version> <commons-io-version>2.7</commons-io-version>
<link-rewriter-version>0.4.1-RELEASE</link-rewriter-version> <link-rewriter-version>0.4.1-RELEASE</link-rewriter-version>
<saxon-version>9.5.1-5</saxon-version> <!-- XXX mind dependency from epubcheck --> <saxon-version>9.5.1-5</saxon-version> <!-- XXX mind dependency from epubcheck -->
<cxf-version>3.3.13</cxf-version> <cxf-version>3.5.2</cxf-version>
<confclient-version>4.1.0</confclient-version> <confclient-version>4.1.0</confclient-version>
<cyclonedx-maven-plugin.version>2.7.0</cyclonedx-maven-plugin.version> <cyclonedx-maven-plugin.version>2.7.0</cyclonedx-maven-plugin.version>
<tgsearch-version>4.0.4-SNAPSHOT</tgsearch-version> <tgsearch-version>4.0.4-SNAPSHOT</tgsearch-version>
<tgcrud-version>2.6.0</tgcrud-version> <tgcrud-version>11.3.0-TG-RELEASE</tgcrud-version>
<!-- TG-crud client configuration is not working with newest crud, I'll <!-- TG-crud client configuration is not working with newest crud, I'll
just fix it tomorrow! --> just fix it tomorrow! -->
<!--tgcrud-version>11.3.0-TG-RELEASE</tgcrud-version --> <!--tgcrud-version>11.3.0-TG-RELEASE</tgcrud-version -->
<guava-version>15.0</guava-version> <guava-version>15.0</guava-version>
<junit-version>4.13.2</junit-version> <junit-version>4.13.2</junit-version>
<servlet-api-version>3.1.0</servlet-api-version> <servlet-api-version>3.1.0</servlet-api-version>
<spring-version>5.2.22.RELEASE</spring-version> <spring-version>5.3.21</spring-version>
<git-commit-id-plugin-version>2.1.15</git-commit-id-plugin-version> <git-commit-id-plugin-version>2.1.15</git-commit-id-plugin-version>
<maven-compiler-plugin-version>3.9.0</maven-compiler-plugin-version> <maven-compiler-plugin-version>3.9.0</maven-compiler-plugin-version>
<maven-eclipse-plugin-version>2.10</maven-eclipse-plugin-version> <maven-eclipse-plugin-version>2.10</maven-eclipse-plugin-version>
...@@ -51,7 +51,7 @@ ...@@ -51,7 +51,7 @@
<tomcat6-maven-plugin-version>2.1</tomcat6-maven-plugin-version> <tomcat6-maven-plugin-version>2.1</tomcat6-maven-plugin-version>
<build-helper-maven-plugin-version>1.5</build-helper-maven-plugin-version> <build-helper-maven-plugin-version>1.5</build-helper-maven-plugin-version>
<maven-surefire-plugin-version>2.14</maven-surefire-plugin-version> <maven-surefire-plugin-version>2.14</maven-surefire-plugin-version>
<maven-war-plugin-version>2.3</maven-war-plugin-version> <maven-war-plugin-version>3.3.2</maven-war-plugin-version>
<maven-project-info-reports-plugin>2.8</maven-project-info-reports-plugin> <maven-project-info-reports-plugin>2.8</maven-project-info-reports-plugin>
<sphinx-maven-plugin-version>1.0.3</sphinx-maven-plugin-version> <sphinx-maven-plugin-version>1.0.3</sphinx-maven-plugin-version>
<icu4j-version>51.1</icu4j-version> <icu4j-version>51.1</icu4j-version>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment