From 96301c60b3ccb7d958c466bce8fed0f067e2a4dc Mon Sep 17 00:00:00 2001 From: "Stefan E. Funk" <funk@sub.uni-goettingen.de> Date: Thu, 3 Feb 2022 14:41:29 +0100 Subject: [PATCH] Reset tgcrud version --- pom.xml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/pom.xml b/pom.xml index a1a7182..659a7fd 100644 --- a/pom.xml +++ b/pom.xml @@ -33,8 +33,8 @@ <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--> - <tgcrud-version>11.3.0-TG-RELEASE</tgcrud-version> + <tgcrud-version>2.6.0</tgcrud-version> + <!--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--> @@ -172,7 +172,7 @@ <groupId>org.springframework</groupId> <artifactId>spring-webmvc</artifactId> <version>${spring-version}</version> - </dependency> + </dependency> <dependency> <groupId>org.springframework</groupId> <artifactId>spring-context</artifactId> -- GitLab