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

Exclude jaxrs from tgsearch-client

parent 600bf103
No related branches found
No related tags found
No related merge requests found
Pipeline #271752 passed
......@@ -29,17 +29,17 @@
<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>1.4.0</confclient-version-->
<confclient-version>4.1.0</confclient-version>
<!-- tgsearch-version>3.6.2</tgsearch-version -->
<!--tgsearch-version>3.6.2</tgsearch-version-->
<tgsearch-version>4.0.1</tgsearch-version>
<!-- tgcrud-version>2.6.0</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 -->
<servlet-api.version>3.0.1</servlet-api.version>
<!-- spring-version>3.2.2.RELEASE</spring-version -->
<!--servlet-api.version>2.5</servlet-api.version-->
<servlet-api.version>3.0.1</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>
......@@ -118,6 +118,12 @@
<groupId>info.textgrid.middleware</groupId>
<artifactId>tgsearch-client</artifactId>
<version>${tgsearch-version}</version>
<exclusions>
<exclusion>
<groupId>javax.ws.rs</groupId>
<artifactId>jsr311-api</artifactId>
</exclusion>
</exclusions>
</dependency>
<dependency>
<groupId>info.textgrid.middleware</groupId>
......
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