|
3 | 3 | <modelVersion>4.0.0</modelVersion> |
4 | 4 | <groupId>org.nhind</groupId> |
5 | 5 | <artifactId>config-manager</artifactId> |
6 | | - <version>8.0.1</version> |
| 6 | + <version>8.1.0</version> |
7 | 7 | <packaging>jar</packaging> |
8 | 8 | <name>NHIN Direct Java configuration manager</name> |
9 | 9 | <description>NHIN Direct Java configuration manager</description> |
|
55 | 55 | <dependency> |
56 | 56 | <groupId>org.springframework.cloud</groupId> |
57 | 57 | <artifactId>spring-cloud-starter-bootstrap</artifactId> |
| 58 | + <exclusions> |
| 59 | + <exclusion> |
| 60 | + <groupId>org.bouncycastle</groupId> |
| 61 | + <artifactId>bcprov-jdk15on</artifactId> |
| 62 | + </exclusion> |
| 63 | + <exclusion> |
| 64 | + <groupId>org.bouncycastle</groupId> |
| 65 | + <artifactId>bcmail-jdk15on</artifactId> |
| 66 | + </exclusion> |
| 67 | + <exclusion> |
| 68 | + <groupId>org.bouncycastle</groupId> |
| 69 | + <artifactId>bcpkix-jdk15on</artifactId> |
| 70 | + </exclusion> |
| 71 | + </exclusions> |
58 | 72 | </dependency> |
59 | 73 | <dependency> |
60 | 74 | <groupId>org.nhind</groupId> |
61 | 75 | <artifactId>config-service-client</artifactId> |
62 | | - <version>8.0.1</version> |
| 76 | + <version>8.1.0</version> |
63 | 77 | </dependency> |
64 | | - <dependency> |
65 | | - <groupId>org.nhind</groupId> |
66 | | - <artifactId>direct-common</artifactId> |
67 | | - <version>8.0.0</version> |
68 | | - </dependency> |
69 | 78 | <dependency> |
70 | 79 | <groupId>org.nhind</groupId> |
71 | 80 | <artifactId>agent</artifactId> |
72 | | - <version>8.0.0</version> |
| 81 | + <version>8.1.0</version> |
73 | 82 | </dependency> |
74 | 83 | </dependencies> |
75 | 84 | <build> |
|
127 | 136 | </executions> |
128 | 137 | <version>3.0.1</version> |
129 | 138 | </plugin> |
130 | | - --> |
| 139 | + --> |
| 140 | + <plugin> |
| 141 | + <groupId>org.sonatype.central</groupId> |
| 142 | + <artifactId>central-publishing-maven-plugin</artifactId> |
| 143 | + <version>0.8.0</version> |
| 144 | + <extensions>true</extensions> |
| 145 | + <configuration> |
| 146 | + <publishingServerId>central</publishingServerId> |
| 147 | + </configuration> |
| 148 | + </plugin> |
131 | 149 | </plugins> |
132 | 150 | </build> |
133 | 151 | <reporting> |
|
187 | 205 | </plugin> |
188 | 206 | </plugins> |
189 | 207 | </reporting> |
190 | | - <distributionManagement> |
191 | | - <site> |
192 | | - <id>nhind-site</id> |
193 | | - <name>NHIN Direct API publication site</name> |
194 | | - <url>sftp://api.nhindirect.org/x/www/api.nhindirect.org/java/site/config/config-service-client/${project.version}</url> |
195 | | - </site> |
196 | | - <snapshotRepository> |
197 | | - <id>sonatype-snapshot</id> |
198 | | - <name>Sonatype OSS Maven SNAPSHOT Repository</name> |
199 | | - <url>https://oss.sonatype.org/content/repositories/snapshots/</url> |
200 | | - <uniqueVersion>false</uniqueVersion> |
201 | | - </snapshotRepository> |
202 | | - <repository> |
203 | | - <id>sonatype-release</id> |
204 | | - <name>Sonatype OSS Maven Release Repositor</name> |
205 | | - <url>https://oss.sonatype.org/service/local/staging/deploy/maven2/</url> |
206 | | - <uniqueVersion>false</uniqueVersion> |
207 | | - </repository> |
208 | | - </distributionManagement> |
209 | | - |
210 | 208 | </project> |
0 commit comments