diff --git a/pom.xml b/pom.xml index 659a7fd100e3627fec27bc2e31c0ee1b518f7d1d..a2c49cc6768f6eea134e4d1896031244be59e788 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>