Skip to content

Commit d2eae64

Browse files
authored
Merge pull request #12 from DirectProjectJavaRI/java-ri-8.1.0
Updating for Java RI 8.1.0.
2 parents afb05a2 + 1feb259 commit d2eae64

1 file changed

Lines changed: 31 additions & 9 deletions

File tree

pom.xml

Lines changed: 31 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -108,16 +108,38 @@
108108
<dependency>
109109
<groupId>org.springframework.cloud</groupId>
110110
<artifactId>spring-cloud-starter-bootstrap</artifactId>
111+
<exclusions>
112+
<exclusion>
113+
<groupId>org.bouncycastle</groupId>
114+
<artifactId>bcprov-jdk15on</artifactId>
115+
</exclusion>
116+
<exclusion>
117+
<groupId>org.bouncycastle</groupId>
118+
<artifactId>bcmail-jdk15on</artifactId>
119+
</exclusion>
120+
<exclusion>
121+
<groupId>org.bouncycastle</groupId>
122+
<artifactId>bcpkix-jdk15on</artifactId>
123+
</exclusion>
124+
</exclusions>
111125
</dependency>
112126
<dependency>
113127
<groupId>org.springframework.cloud</groupId>
114128
<artifactId>spring-cloud-starter-config</artifactId>
115-
<exclusions>
116-
<exclusion>
117-
<groupId>org.bouncycastle</groupId>
118-
<artifactId>bcpkix-jdk15on</artifactId>
119-
</exclusion>
120-
</exclusions>
129+
<exclusions>
130+
<exclusion>
131+
<groupId>org.bouncycastle</groupId>
132+
<artifactId>bcprov-jdk15on</artifactId>
133+
</exclusion>
134+
<exclusion>
135+
<groupId>org.bouncycastle</groupId>
136+
<artifactId>bcmail-jdk15on</artifactId>
137+
</exclusion>
138+
<exclusion>
139+
<groupId>org.bouncycastle</groupId>
140+
<artifactId>bcpkix-jdk15on</artifactId>
141+
</exclusion>
142+
</exclusions>
121143
</dependency>
122144
<dependency>
123145
<groupId>org.springframework.security</groupId>
@@ -149,7 +171,7 @@
149171
<dependency>
150172
<groupId>${project.groupId}</groupId>
151173
<artifactId>direct-common</artifactId>
152-
<version>8.0.0</version>
174+
<version>8.1.0-SNAPSHOT</version>
153175
</dependency>
154176
<dependency>
155177
<groupId>${project.groupId}</groupId>
@@ -165,12 +187,12 @@
165187
<dependency>
166188
<groupId>${project.groupId}</groupId>
167189
<artifactId>config-service-client</artifactId>
168-
<version>8.0.1</version>
190+
<version>8.1.0-SNAPSHOT</version>
169191
</dependency>
170192
<dependency>
171193
<groupId>${project.groupId}</groupId>
172194
<artifactId>config-store</artifactId>
173-
<version>8.0.0</version>
195+
<version>8.1.0-SNAPSHOT</version>
174196
</dependency>
175197

176198
<!-- Validation support -->

0 commit comments

Comments
 (0)