Skip to content
Snippets Groups Projects
Commit 62b6a0e8 authored by Stefan E. Funk's avatar Stefan E. Funk
Browse files

Remove commented out old versions in pom

parent 96301c60
No related branches found
No related tags found
No related merge requests found
Pipeline #272552 passed
......@@ -27,19 +27,15 @@
<commons-io-version>2.4</commons-io-version>
<link-rewriter-version>0.4.1-RELEASE</link-rewriter-version>
<saxon-version>9.5.1-5</saxon-version> <!-- XXX mind dependency from epubcheck -->
<!--cxf-version>2.7.11</cxf-version-->
<cxf-version>2.7.18</cxf-version>
<!--confclient-version>1.4.0</confclient-version-->
<confclient-version>4.1.0</confclient-version>
<!--tgsearch-version>3.6.2</tgsearch-version-->
<tgsearch-version>4.0.1</tgsearch-version>
<tgcrud-version>2.6.0</tgcrud-version>
<!-- TG-crud client configuration is not working with newest crud, I'll just fix it tomorroe! -->
<!--tgcrud-version>11.3.0-TG-RELEASE</tgcrud-version-->
<guava-version>15.0</guava-version>
<junit-version>4.13.2</junit-version>
<!--servlet-api.version>2.5</servlet-api.version-->
<servlet-api.version>3.1.0</servlet-api.version>
<!--spring-version>3.2.2.RELEASE</spring-version-->
<spring-version>3.2.6.RELEASE</spring-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>
......@@ -162,23 +158,6 @@
<artifactId>spring-web</artifactId>
<version>${spring-version}</version>
</dependency>
<!-- ADD SOME OF THIS?
<dependency>
<groupId>org.springframework</groupId>
<artifactId>spring-core</artifactId>
<version>${spring-version}</version>
</dependency>
<dependency>
<groupId>org.springframework</groupId>
<artifactId>spring-webmvc</artifactId>
<version>${spring-version}</version>
</dependency>
<dependency>
<groupId>org.springframework</groupId>
<artifactId>spring-context</artifactId>
<version>${spring-version}</version>
</dependency>
-->
<dependency>
<groupId>javax.servlet</groupId>
<artifactId>javax.servlet-api</artifactId>
......
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