|
4 | 4 | <modelVersion>4.0.0</modelVersion> |
5 | 5 | <artifactId>xd</artifactId> |
6 | 6 | <name>NHIN Direct XD* Web Endpoint</name> |
7 | | - <version>8.0.0</version> |
| 7 | + <version>8.1.0</version> |
8 | 8 | <description>NHIN Direct XD Component</description> |
9 | 9 | <inceptionYear>2010</inceptionYear> |
10 | 10 | <packaging>war</packaging> |
|
138 | 138 | <dependency> |
139 | 139 | <groupId>org.springframework.cloud</groupId> |
140 | 140 | <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> |
141 | 155 | </dependency> |
142 | 156 | <dependency> |
143 | 157 | <groupId>org.springframework.cloud</groupId> |
|
155 | 169 | <groupId>org.codehaus.jackson</groupId> |
156 | 170 | <artifactId>jackson-mapper-asl</artifactId> |
157 | 171 | </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> |
158 | 184 | </exclusions> |
159 | 185 | </dependency> |
160 | 186 | <dependency> |
|
174 | 200 | <dependency> |
175 | 201 | <groupId>${project.groupId}</groupId> |
176 | 202 | <artifactId>xd-common</artifactId> |
177 | | - <version>8.0.0</version> |
| 203 | + <version>8.1.0</version> |
178 | 204 | </dependency> |
179 | 205 | <dependency> |
180 | 206 | <groupId>${project.groupId}</groupId> |
181 | 207 | <artifactId>xdmail</artifactId> |
182 | | - <version>8.0.0</version> |
| 208 | + <version>8.1.0</version> |
183 | 209 | <scope>test</scope> |
184 | 210 | </dependency> |
185 | 211 | <dependency> |
186 | 212 | <groupId>${project.groupId}</groupId> |
187 | 213 | <artifactId>direct-msg-monitor-model</artifactId> |
188 | | - <version>8.0.0</version> |
| 214 | + <version>8.1.0</version> |
189 | 215 | <scope>test</scope> |
190 | 216 | </dependency> |
191 | 217 | <dependency> |
|
340 | 366 | </executions> |
341 | 367 | </plugin> |
342 | 368 | --> |
| 369 | + <plugin> |
| 370 | + <groupId>org.sonatype.central</groupId> |
| 371 | + <artifactId>central-publishing-maven-plugin</artifactId> |
| 372 | + <version>0.8.0</version> |
| 373 | + <extensions>true</extensions> |
| 374 | + <configuration> |
| 375 | + <publishingServerId>central</publishingServerId> |
| 376 | + </configuration> |
| 377 | + </plugin> |
343 | 378 | </plugins> |
344 | 379 | </build> |
345 | 380 | </profile> |
|
401 | 436 | </plugin> |
402 | 437 | </plugins> |
403 | 438 | </reporting> |
404 | | - |
405 | | - <distributionManagement> |
406 | | - <site> |
407 | | - <id>nhind-site</id> |
408 | | - <name>NHIN Direct API publication site</name> |
409 | | - <url>sftp://api.nhindirect.org/x/www/api.nhindirect.org/java/site/xd/${project.version} |
410 | | - </url> |
411 | | - </site> |
412 | | - <snapshotRepository> |
413 | | - <id>sonatype-snapshot</id> |
414 | | - <name>Sonatype OSS Maven SNAPSHOT Repository</name> |
415 | | - <url>https://oss.sonatype.org/content/repositories/snapshots/</url> |
416 | | - <uniqueVersion>false</uniqueVersion> |
417 | | - </snapshotRepository> |
418 | | - <repository> |
419 | | - <id>sonatype-release</id> |
420 | | - <name>Sonatype OSS Maven Release Repositor</name> |
421 | | - <url>https://oss.sonatype.org/service/local/staging/deploy/maven2/</url> |
422 | | - <uniqueVersion>false</uniqueVersion> |
423 | | - </repository> |
424 | | - |
425 | | - </distributionManagement> |
426 | 439 | </project> |
427 | 440 |
|
428 | 441 |
|
|
0 commit comments