Fix warnings caused by wrong BouncyCastle version in pom files
Change-Id: I3380573ff0313b85eeb709e8a15bdbb1b264ff59
This commit is contained in:
@@ -73,14 +73,12 @@ limitations under the License.
|
|||||||
<dependency>
|
<dependency>
|
||||||
<groupId>bouncycastle</groupId>
|
<groupId>bouncycastle</groupId>
|
||||||
<artifactId>bcprov-jdk15</artifactId>
|
<artifactId>bcprov-jdk15</artifactId>
|
||||||
<version>140</version>
|
|
||||||
<scope>provided</scope>
|
<scope>provided</scope>
|
||||||
</dependency>
|
</dependency>
|
||||||
|
|
||||||
<dependency>
|
<dependency>
|
||||||
<groupId>bouncycastle</groupId>
|
<groupId>bouncycastle</groupId>
|
||||||
<artifactId>bcpg-jdk15</artifactId>
|
<artifactId>bcpg-jdk15</artifactId>
|
||||||
<version>140</version>
|
|
||||||
<scope>provided</scope>
|
<scope>provided</scope>
|
||||||
</dependency>
|
</dependency>
|
||||||
|
|
||||||
|
@@ -80,7 +80,6 @@ limitations under the License.
|
|||||||
<dependency>
|
<dependency>
|
||||||
<groupId>bouncycastle</groupId>
|
<groupId>bouncycastle</groupId>
|
||||||
<artifactId>bcpg-jdk15</artifactId>
|
<artifactId>bcpg-jdk15</artifactId>
|
||||||
<version>140</version>
|
|
||||||
<scope>provided</scope>
|
<scope>provided</scope>
|
||||||
</dependency>
|
</dependency>
|
||||||
|
|
||||||
|
@@ -59,14 +59,12 @@ limitations under the License.
|
|||||||
<dependency>
|
<dependency>
|
||||||
<groupId>bouncycastle</groupId>
|
<groupId>bouncycastle</groupId>
|
||||||
<artifactId>bcprov-jdk15</artifactId>
|
<artifactId>bcprov-jdk15</artifactId>
|
||||||
<version>140</version>
|
|
||||||
<scope>provided</scope>
|
<scope>provided</scope>
|
||||||
</dependency>
|
</dependency>
|
||||||
|
|
||||||
<dependency>
|
<dependency>
|
||||||
<groupId>bouncycastle</groupId>
|
<groupId>bouncycastle</groupId>
|
||||||
<artifactId>bcpg-jdk15</artifactId>
|
<artifactId>bcpg-jdk15</artifactId>
|
||||||
<version>140</version>
|
|
||||||
<scope>provided</scope>
|
<scope>provided</scope>
|
||||||
</dependency>
|
</dependency>
|
||||||
|
|
||||||
|
9
pom.xml
9
pom.xml
@@ -51,6 +51,7 @@ limitations under the License.
|
|||||||
<gwtjsonrpcVersion>1.3</gwtjsonrpcVersion>
|
<gwtjsonrpcVersion>1.3</gwtjsonrpcVersion>
|
||||||
<gwtexpuiVersion>1.2.6</gwtexpuiVersion>
|
<gwtexpuiVersion>1.2.6</gwtexpuiVersion>
|
||||||
<gwtVersion>2.4.0</gwtVersion>
|
<gwtVersion>2.4.0</gwtVersion>
|
||||||
|
<bouncyCastleVersion>140</bouncyCastleVersion>
|
||||||
<slf4jVersion>1.6.1</slf4jVersion>
|
<slf4jVersion>1.6.1</slf4jVersion>
|
||||||
<guiceVersion>3.0</guiceVersion>
|
<guiceVersion>3.0</guiceVersion>
|
||||||
<jettyVersion>7.2.1.v20101111</jettyVersion>
|
<jettyVersion>7.2.1.v20101111</jettyVersion>
|
||||||
@@ -684,7 +685,13 @@ limitations under the License.
|
|||||||
<dependency>
|
<dependency>
|
||||||
<groupId>bouncycastle</groupId>
|
<groupId>bouncycastle</groupId>
|
||||||
<artifactId>bcpg-jdk15</artifactId>
|
<artifactId>bcpg-jdk15</artifactId>
|
||||||
<version>140</version>
|
<version>${bouncyCastleVersion}</version>
|
||||||
|
</dependency>
|
||||||
|
|
||||||
|
<dependency>
|
||||||
|
<groupId>bouncycastle</groupId>
|
||||||
|
<artifactId>bcprov-jdk15</artifactId>
|
||||||
|
<version>${bouncyCastleVersion}</version>
|
||||||
</dependency>
|
</dependency>
|
||||||
|
|
||||||
<dependency>
|
<dependency>
|
||||||
|
Reference in New Issue
Block a user