33 <modelVersion >4.0.0</modelVersion >
44 <groupId >org.nhind</groupId >
55 <artifactId >config-service-client</artifactId >
6- <version >8.0.1 </version >
6+ <version >8.1.0 </version >
77 <packaging >jar</packaging >
88 <name >NHIN Direct Java config service client proxy</name >
99 <description >NHIN Direct Java config service client proxy</description >
6060 <dependency >
6161 <groupId >org.nhind</groupId >
6262 <artifactId >config-model</artifactId >
63- <version >8.0 .0</version >
63+ <version >8.1 .0</version >
6464 </dependency >
6565 <dependency >
6666 <groupId >org.nhind</groupId >
6767 <artifactId >direct-common</artifactId >
68- <version >8.0 .0</version >
68+ <version >8.1 .0</version >
6969 </dependency >
7070 <dependency >
7171 <groupId >org.springframework.cloud</groupId >
7272 <artifactId >spring-cloud-starter-openfeign</artifactId >
73+ <exclusions >
74+ <exclusion >
75+ <groupId >org.bouncycastle</groupId >
76+ <artifactId >bcprov-jdk15on</artifactId >
77+ </exclusion >
78+ <exclusion >
79+ <groupId >org.bouncycastle</groupId >
80+ <artifactId >bcmail-jdk15on</artifactId >
81+ </exclusion >
82+ <exclusion >
83+ <groupId >org.bouncycastle</groupId >
84+ <artifactId >bcpkix-jdk15on</artifactId >
85+ </exclusion >
86+ </exclusions >
7387 </dependency >
7488 <dependency >
7589 <groupId >org.springframework.boot</groupId >
7993 <dependency >
8094 <groupId >org.nhind</groupId >
8195 <artifactId >config-service-jar</artifactId >
82- <version >8.0.1 </version >
96+ <version >8.1.0 </version >
8397 <scope >test</scope >
8498 </dependency >
8599 <dependency >
161175 </goals >
162176 </execution >
163177 </executions >
164- </plugin >
165- <!--
178+ </plugin >
179+ <!-- For Releases only
166180 <plugin>
167181 <groupId>org.apache.maven.plugins</groupId>
168182 <artifactId>maven-gpg-plugin</artifactId>
177191 </executions>
178192 <version>3.0.1</version>
179193 </plugin>
180- -->
194+ -->
195+ <plugin >
196+ <groupId >org.sonatype.central</groupId >
197+ <artifactId >central-publishing-maven-plugin</artifactId >
198+ <version >0.8.0</version >
199+ <extensions >true</extensions >
200+ <configuration >
201+ <publishingServerId >central</publishingServerId >
202+ </configuration >
203+ </plugin >
181204 </plugins >
182205 </build >
183206 <reporting >
244267 </plugin >
245268 </plugins >
246269 </reporting >
247-
248- <distributionManagement >
249- <site >
250- <id >nhind-site</id >
251- <name >NHIN Direct API publication site</name >
252- <url >sftp://api.nhindirect.org/x/www/api.nhindirect.org/java/site/config/config-service-client/${project.version} </url >
253- </site >
254- <snapshotRepository >
255- <id >sonatype-snapshot</id >
256- <name >Sonatype OSS Maven SNAPSHOT Repository</name >
257- <url >https://oss.sonatype.org/content/repositories/snapshots/</url >
258- <uniqueVersion >false</uniqueVersion >
259- </snapshotRepository >
260- <repository >
261- <id >sonatype-release</id >
262- <name >Sonatype OSS Maven Release Repositor</name >
263- <url >https://oss.sonatype.org/service/local/staging/deploy/maven2/</url >
264- <uniqueVersion >false</uniqueVersion >
265- </repository >
266- </distributionManagement >
267-
268270</project >
0 commit comments