Skip to content

Commit 195637f

Browse files
authored
Merge pull request #8 from DirectProjectJavaRI/java-ri-8.1.0
Updating for Java RI 8.1.0.
2 parents 64fe4b6 + 9863826 commit 195637f

1 file changed

Lines changed: 29 additions & 3 deletions

File tree

pom.xml

Lines changed: 29 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -138,6 +138,20 @@
138138
<dependency>
139139
<groupId>org.springframework.cloud</groupId>
140140
<artifactId>spring-cloud-starter-bootstrap</artifactId>
141+
<exclusions>
142+
<exclusion>
143+
<groupId>org.bouncycastle</groupId>
144+
<artifactId>bcprov-jdk15on</artifactId>
145+
</exclusion>
146+
<exclusion>
147+
<groupId>org.bouncycastle</groupId>
148+
<artifactId>bcmail-jdk15on</artifactId>
149+
</exclusion>
150+
<exclusion>
151+
<groupId>org.bouncycastle</groupId>
152+
<artifactId>bcpkix-jdk15on</artifactId>
153+
</exclusion>
154+
</exclusions>
141155
</dependency>
142156
<dependency>
143157
<groupId>org.springframework.cloud</groupId>
@@ -155,6 +169,18 @@
155169
<groupId>org.codehaus.jackson</groupId>
156170
<artifactId>jackson-mapper-asl</artifactId>
157171
</exclusion>
172+
<exclusion>
173+
<groupId>org.bouncycastle</groupId>
174+
<artifactId>bcprov-jdk15on</artifactId>
175+
</exclusion>
176+
<exclusion>
177+
<groupId>org.bouncycastle</groupId>
178+
<artifactId>bcmail-jdk15on</artifactId>
179+
</exclusion>
180+
<exclusion>
181+
<groupId>org.bouncycastle</groupId>
182+
<artifactId>bcpkix-jdk15on</artifactId>
183+
</exclusion>
158184
</exclusions>
159185
</dependency>
160186
<dependency>
@@ -174,18 +200,18 @@
174200
<dependency>
175201
<groupId>${project.groupId}</groupId>
176202
<artifactId>xd-common</artifactId>
177-
<version>8.0.0</version>
203+
<version>8.1.0-SNAPSHOT</version>
178204
</dependency>
179205
<dependency>
180206
<groupId>${project.groupId}</groupId>
181207
<artifactId>xdmail</artifactId>
182-
<version>8.0.0</version>
208+
<version>8.1.0-SNAPSHOT</version>
183209
<scope>test</scope>
184210
</dependency>
185211
<dependency>
186212
<groupId>${project.groupId}</groupId>
187213
<artifactId>direct-msg-monitor-model</artifactId>
188-
<version>8.0.0</version>
214+
<version>8.1.0-SNAPSHOT</version>
189215
<scope>test</scope>
190216
</dependency>
191217
<dependency>

0 commit comments

Comments
 (0)