|
4 | 4 | <modelVersion>4.0.0</modelVersion> |
5 | 5 | <artifactId>direct-common</artifactId> |
6 | 6 | <name>Direct Project common APIs</name> |
7 | | - <version>8.0.0</version> |
| 7 | + <version>8.1.0</version> |
8 | 8 | <description>Direct Project common APIs. Includes instrumentation, auditing, and other utility APIs</description> |
9 | 9 | <inceptionYear>2010</inceptionYear> |
10 | 10 | <url>http://api.nhindirect.org/x/www/api.nhindirect.org/java/site/direct-common/${project.version}</url> |
|
35 | 35 | <commons-text.version>1.9</commons-text.version> |
36 | 36 | <commons-io.version>2.8.0</commons-io.version> |
37 | 37 | <mina-core.version>2.1.4</mina-core.version> |
38 | | - <bcprov-jdk15on.version>1.68</bcprov-jdk15on.version> |
39 | | - <bcmail-jdk15on>1.68</bcmail-jdk15on> |
| 38 | + <bcprov-jdk18on.version>1.81</bcprov-jdk18on.version> |
| 39 | + <bcmail-jdk18on>1.81</bcmail-jdk18on> |
40 | 40 | </properties> |
41 | 41 | <parent> |
42 | 42 | <groupId>org.springframework.boot</groupId> |
|
80 | 80 | <dependency> |
81 | 81 | <groupId>org.springframework.cloud</groupId> |
82 | 82 | <artifactId>spring-cloud-starter-openfeign</artifactId> |
| 83 | + <exclusions> |
| 84 | + <exclusion> |
| 85 | + <groupId>org.bouncycastle</groupId> |
| 86 | + <artifactId>bcprov-jdk15on</artifactId> |
| 87 | + </exclusion> |
| 88 | + <exclusion> |
| 89 | + <groupId>org.bouncycastle</groupId> |
| 90 | + <artifactId>bcmail-jdk15on</artifactId> |
| 91 | + </exclusion> |
| 92 | + <exclusion> |
| 93 | + <groupId>org.bouncycastle</groupId> |
| 94 | + <artifactId>bcpkix-jdk15on</artifactId> |
| 95 | + </exclusion> |
| 96 | + </exclusions> |
83 | 97 | </dependency> |
84 | 98 | <dependency> |
85 | 99 | <groupId>org.springframework.cloud</groupId> |
|
153 | 167 | </dependency> |
154 | 168 | <dependency> |
155 | 169 | <groupId>org.bouncycastle</groupId> |
156 | | - <artifactId>bcprov-jdk15on</artifactId> |
157 | | - <version>${bcprov-jdk15on.version}</version> |
| 170 | + <artifactId>bcprov-jdk18on</artifactId> |
| 171 | + <version>${bcprov-jdk18on.version}</version> |
158 | 172 | </dependency> |
159 | 173 | <dependency> |
160 | 174 | <groupId>org.bouncycastle</groupId> |
161 | | - <artifactId>bcmail-jdk15on</artifactId> |
162 | | - <version>${bcmail-jdk15on}</version> |
| 175 | + <artifactId>bcmail-jdk18on</artifactId> |
| 176 | + <version>${bcmail-jdk18on}</version> |
163 | 177 | </dependency> |
164 | 178 | <dependency> |
165 | 179 | <groupId>org.springframework.boot</groupId> |
|
171 | 185 | <artifactId>jmockit</artifactId> |
172 | 186 | <version>${jmockit.version}</version> |
173 | 187 | <scope>test</scope> |
174 | | - </dependency> |
| 188 | + </dependency> |
175 | 189 | </dependencies> |
176 | 190 | <build> |
177 | 191 | <extensions> |
|
293 | 307 | </goals> |
294 | 308 | </execution> |
295 | 309 | </executions> |
296 | | - </plugin> |
297 | | - <!-- For Releases only |
| 310 | + </plugin> |
| 311 | + <!-- For Releases only |
298 | 312 | <plugin> |
299 | 313 | <groupId>org.apache.maven.plugins</groupId> |
300 | 314 | <artifactId>maven-gpg-plugin</artifactId> |
|
307 | 321 | </goals> |
308 | 322 | </execution> |
309 | 323 | </executions> |
310 | | - <version>3.0.1</version> |
311 | 324 | </plugin> |
312 | | - --> |
| 325 | + --> |
| 326 | + <plugin> |
| 327 | + <groupId>org.sonatype.central</groupId> |
| 328 | + <artifactId>central-publishing-maven-plugin</artifactId> |
| 329 | + <version>0.8.0</version> |
| 330 | + <extensions>true</extensions> |
| 331 | + <configuration> |
| 332 | + <publishingServerId>central</publishingServerId> |
| 333 | + </configuration> |
| 334 | + </plugin> |
313 | 335 | </plugins> |
314 | 336 | </build> |
315 | 337 | <reporting> |
|
373 | 395 | </plugin> |
374 | 396 | </plugins> |
375 | 397 | </reporting> |
376 | | - <distributionManagement> |
377 | | - <site> |
378 | | - <id>nhind-site</id> |
379 | | - <name>NHIN Direct API publication site</name> |
380 | | - <url>sftp://api.nhindirect.org/x/www/api.nhindirect.org/java/site/direct-common/${project.version}</url> |
381 | | - </site> |
382 | | - <snapshotRepository> |
383 | | - <id>sonatype-snapshot</id> |
384 | | - <name>Sonatype OSS Maven SNAPSHOT Repository</name> |
385 | | - <url>https://oss.sonatype.org/content/repositories/snapshots/</url> |
386 | | - <uniqueVersion>false</uniqueVersion> |
387 | | - </snapshotRepository> |
388 | | - <repository> |
389 | | - <id>sonatype-release</id> |
390 | | - <name>Sonatype OSS Maven Release Repositor</name> |
391 | | - <url>https://oss.sonatype.org/service/local/staging/deploy/maven2/</url> |
392 | | - <uniqueVersion>false</uniqueVersion> |
393 | | - </repository> |
394 | | - </distributionManagement> |
| 398 | + |
395 | 399 | </project> |
0 commit comments