|
@@ -30,7 +30,7 @@
|
|
|
<parent>
|
|
|
<groupId>org.codelibs.fess</groupId>
|
|
|
<artifactId>fess-parent</artifactId>
|
|
|
- <version>14.4.0-SNAPSHOT</version>
|
|
|
+ <version>14.4.0</version>
|
|
|
<relativePath />
|
|
|
</parent>
|
|
|
<properties>
|
|
@@ -1139,22 +1139,16 @@
|
|
|
<groupId>com.google.oauth-client</groupId>
|
|
|
<artifactId>google-oauth-client</artifactId>
|
|
|
<version>${google.oauth.client.version}</version>
|
|
|
- <exclusions>
|
|
|
- <exclusion>
|
|
|
- <groupId>org.apache.httpcomponents</groupId>
|
|
|
- <artifactId>httpclient</artifactId>
|
|
|
- </exclusion>
|
|
|
- <exclusion>
|
|
|
- <groupId>com.google.code.findbugs</groupId>
|
|
|
- <artifactId>jsr305</artifactId>
|
|
|
- </exclusion>
|
|
|
- </exclusions>
|
|
|
</dependency>
|
|
|
<dependency>
|
|
|
<groupId>com.google.http-client</groupId>
|
|
|
<artifactId>google-http-client</artifactId>
|
|
|
<version>${google.http.client.version}</version>
|
|
|
<exclusions>
|
|
|
+ <exclusion>
|
|
|
+ <groupId>org.apache.httpcomponents</groupId>
|
|
|
+ <artifactId>httpcore</artifactId>
|
|
|
+ </exclusion>
|
|
|
<exclusion>
|
|
|
<groupId>org.apache.httpcomponents</groupId>
|
|
|
<artifactId>httpclient</artifactId>
|