From 62b6a0e81c17bc39a93188c9221cb771aea5a6cc Mon Sep 17 00:00:00 2001
From: "Stefan E. Funk" <funk@sub.uni-goettingen.de>
Date: Thu, 3 Feb 2022 14:47:29 +0100
Subject: [PATCH] Remove commented out old versions in pom

---
 pom.xml | 23 +----------------------
 1 file changed, 1 insertion(+), 22 deletions(-)

diff --git a/pom.xml b/pom.xml
index 659a7fd..a2c49cc 100644
--- a/pom.xml
+++ b/pom.xml
@@ -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>
-- 
GitLab