Browse Source

fess-parent 14.4.0

Shinsuke Sugaya 2 years ago
parent
commit
9fa9e17056
1 changed files with 5 additions and 11 deletions
  1. 5 11
      pom.xml

+ 5 - 11
pom.xml

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