|
3 | 3 | <modelVersion>4.0.0</modelVersion> |
4 | 4 | <groupId>org.nhind</groupId> |
5 | 5 | <artifactId>config-service-war</artifactId> |
6 | | - <version>8.0.4</version> |
| 6 | + <version>8.1.0</version> |
7 | 7 | <packaging>war</packaging> |
8 | 8 | <name>NHIN-Direct Configuration Service Web Application Module</name> |
9 | 9 | <description>NHIN-Direct Configuration Service Web Application Module</description> |
|
64 | 64 | <dependency> |
65 | 65 | <groupId>org.nhind</groupId> |
66 | 66 | <artifactId>config-service-jar</artifactId> |
67 | | - <version>8.0.4</version> |
68 | | - </dependency> |
69 | | - <dependency> |
70 | | - <groupId>org.nhind</groupId> |
71 | | - <artifactId>config-store</artifactId> |
72 | | - <version>8.0.0</version> |
73 | | - </dependency> |
| 67 | + <version>8.1.0</version> |
| 68 | + </dependency> |
74 | 69 | <dependency> |
75 | 70 | <groupId>org.springframework.boot</groupId> |
76 | 71 | <artifactId>spring-boot-starter-tomcat</artifactId> |
|
84 | 79 | <dependency> |
85 | 80 | <groupId>org.springframework.cloud</groupId> |
86 | 81 | <artifactId>spring-cloud-starter-bootstrap</artifactId> |
| 82 | + <exclusions> |
| 83 | + <exclusion> |
| 84 | + <groupId>org.bouncycastle</groupId> |
| 85 | + <artifactId>bcprov-jdk15on</artifactId> |
| 86 | + </exclusion> |
| 87 | + <exclusion> |
| 88 | + <groupId>org.bouncycastle</groupId> |
| 89 | + <artifactId>bcmail-jdk15on</artifactId> |
| 90 | + </exclusion> |
| 91 | + <exclusion> |
| 92 | + <groupId>org.bouncycastle</groupId> |
| 93 | + <artifactId>bcpkix-jdk15on</artifactId> |
| 94 | + </exclusion> |
| 95 | + </exclusions> |
87 | 96 | </dependency> |
88 | 97 | <dependency> |
89 | 98 | <groupId>org.springframework.boot</groupId> |
|
211 | 220 | <version>3.0.1</version> |
212 | 221 | </plugin> |
213 | 222 | --> |
| 223 | + <plugin> |
| 224 | + <groupId>org.sonatype.central</groupId> |
| 225 | + <artifactId>central-publishing-maven-plugin</artifactId> |
| 226 | + <version>0.8.0</version> |
| 227 | + <extensions>true</extensions> |
| 228 | + <configuration> |
| 229 | + <publishingServerId>central</publishingServerId> |
| 230 | + </configuration> |
| 231 | + </plugin> |
214 | 232 | </plugins> |
215 | | - </build> |
216 | | - <distributionManagement> |
217 | | - <site> |
218 | | - <id>nhind-site</id> |
219 | | - <name>NHIN Direct API publication site</name> |
220 | | - <url>sftp://api.nhindirect.org/x/www/api.nhindirect.org/java/site/config/config-service/${project.version}</url> |
221 | | - </site> |
222 | | - <snapshotRepository> |
223 | | - <id>sonatype-snapshot</id> |
224 | | - <name>Sonatype OSS Maven SNAPSHOT Repository</name> |
225 | | - <url>https://oss.sonatype.org/content/repositories/snapshots/</url> |
226 | | - <uniqueVersion>false</uniqueVersion> |
227 | | - </snapshotRepository> |
228 | | - <repository> |
229 | | - <id>sonatype-release</id> |
230 | | - <name>Sonatype OSS Maven Release Repositor</name> |
231 | | - <url>https://oss.sonatype.org/service/local/staging/deploy/maven2/</url> |
232 | | - <uniqueVersion>false</uniqueVersion> |
233 | | - </repository> |
234 | | - </distributionManagement> |
| 233 | + </build> |
235 | 234 | </project> |
0 commit comments