Skip to content

Commit 429e830

Browse files
authored
Merge pull request #9 from DirectProjectJavaRI/develop
Releasing dns-sboot 8.1.0
2 parents d9b5d5d + 3763db1 commit 429e830

File tree

1 file changed

+59
-55
lines changed

1 file changed

+59
-55
lines changed

pom.xml

Lines changed: 59 additions & 55 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
<modelVersion>4.0.0</modelVersion>
55
<artifactId>dns-sboot</artifactId>
66
<name>Direct Project DNS Server SpringBoot Application</name>
7-
<version>8.0.1</version>
7+
<version>8.1.0</version>
88
<description>Direct Project DNS Server SpringBoot Application</description>
99
<inceptionYear>2010</inceptionYear>
1010
<url>https://github.com/DirectProjectJavaRI/dns-sboot</url>
@@ -38,14 +38,13 @@
3838
<properties>
3939
<dnsjava.version>3.3.1</dnsjava.version>
4040
<mina-core.version>2.1.4</mina-core.version>
41-
<bcprov-jdk15on.version>1.68</bcprov-jdk15on.version>
4241
</properties>
4342
<licenses>
4443
<license>
4544
<name>New BSD License</name>
4645
<url>http://nhindirect.org/BSDLicense</url>
4746
</license>
48-
</licenses>
47+
</licenses>
4948
<dependencyManagement>
5049
<dependencies>
5150
<dependency>
@@ -71,7 +70,12 @@
7170
</dependency>
7271
</dependencies>
7372
</dependencyManagement>
74-
<dependencies>
73+
<dependencies>
74+
<dependency>
75+
<groupId>org.nhind</groupId>
76+
<artifactId>dns</artifactId>
77+
<version>8.1.0</version>
78+
</dependency>
7579
<dependency>
7680
<groupId>org.springframework.boot</groupId>
7781
<artifactId>spring-boot-configuration-processor</artifactId>
@@ -82,11 +86,39 @@
8286
</dependency>
8387
<dependency>
8488
<groupId>org.springframework.cloud</groupId>
85-
<artifactId>spring-cloud-starter-config</artifactId>
89+
<artifactId>spring-cloud-starter-config</artifactId>
90+
<exclusions>
91+
<exclusion>
92+
<groupId>org.bouncycastle</groupId>
93+
<artifactId>bcprov-jdk15on</artifactId>
94+
</exclusion>
95+
<exclusion>
96+
<groupId>org.bouncycastle</groupId>
97+
<artifactId>bcmail-jdk15on</artifactId>
98+
</exclusion>
99+
<exclusion>
100+
<groupId>org.bouncycastle</groupId>
101+
<artifactId>bcpkix-jdk15on</artifactId>
102+
</exclusion>
103+
</exclusions>
86104
</dependency>
87105
<dependency>
88106
<groupId>org.springframework.cloud</groupId>
89107
<artifactId>spring-cloud-starter-bootstrap</artifactId>
108+
<exclusions>
109+
<exclusion>
110+
<groupId>org.bouncycastle</groupId>
111+
<artifactId>bcprov-jdk15on</artifactId>
112+
</exclusion>
113+
<exclusion>
114+
<groupId>org.bouncycastle</groupId>
115+
<artifactId>bcmail-jdk15on</artifactId>
116+
</exclusion>
117+
<exclusion>
118+
<groupId>org.bouncycastle</groupId>
119+
<artifactId>bcpkix-jdk15on</artifactId>
120+
</exclusion>
121+
</exclusions>
90122
</dependency>
91123
<dependency>
92124
<groupId>io.pivotal.spring.cloud</groupId>
@@ -96,42 +128,24 @@
96128
<groupId>org.codehaus.jackson</groupId>
97129
<artifactId>jackson-mapper-asl</artifactId>
98130
</exclusion>
131+
<exclusion>
132+
<groupId>org.bouncycastle</groupId>
133+
<artifactId>bcprov-jdk15on</artifactId>
134+
</exclusion>
135+
<exclusion>
136+
<groupId>org.bouncycastle</groupId>
137+
<artifactId>bcmail-jdk15on</artifactId>
138+
</exclusion>
139+
<exclusion>
140+
<groupId>org.bouncycastle</groupId>
141+
<artifactId>bcpkix-jdk15on</artifactId>
142+
</exclusion>
99143
</exclusions>
100144
</dependency>
101-
<dependency>
102-
<groupId>org.bouncycastle</groupId>
103-
<artifactId>bcprov-jdk15on</artifactId>
104-
<version>${bcprov-jdk15on.version}</version>
105-
</dependency>
106145
<dependency>
107146
<groupId>dnsjava</groupId>
108147
<artifactId>dnsjava</artifactId>
109148
<version>${dnsjava.version}</version>
110-
</dependency>
111-
<dependency>
112-
<groupId>org.nhind</groupId>
113-
<artifactId>dns</artifactId>
114-
<version>8.0.1</version>
115-
</dependency>
116-
<dependency>
117-
<groupId>org.nhind</groupId>
118-
<artifactId>config-model</artifactId>
119-
<version>8.0.0</version>
120-
</dependency>
121-
<dependency>
122-
<groupId>org.nhind</groupId>
123-
<artifactId>config-service-client</artifactId>
124-
<version>8.0.0</version>
125-
</dependency>
126-
<dependency>
127-
<groupId>org.nhind</groupId>
128-
<artifactId>direct-policy</artifactId>
129-
<version>8.0.0</version>
130-
</dependency>
131-
<dependency>
132-
<groupId>org.nhind</groupId>
133-
<artifactId>direct-common</artifactId>
134-
<version>8.0.0</version>
135149
</dependency>
136150
</dependencies>
137151
<build>
@@ -270,7 +284,16 @@
270284
</executions>
271285
<version>3.0.1</version>
272286
</plugin>
273-
-->
287+
-->
288+
<plugin>
289+
<groupId>org.sonatype.central</groupId>
290+
<artifactId>central-publishing-maven-plugin</artifactId>
291+
<version>0.8.0</version>
292+
<extensions>true</extensions>
293+
<configuration>
294+
<publishingServerId>central</publishingServerId>
295+
</configuration>
296+
</plugin>
274297
</plugins>
275298
</build>
276299
<reporting>
@@ -323,23 +346,4 @@
323346
</plugin>
324347
</plugins>
325348
</reporting>
326-
<distributionManagement>
327-
<site>
328-
<id>nhind-site</id>
329-
<name>NHIN Direct API publication site</name>
330-
<url>sftp://api.nhindirect.org/x/www/api.nhindirect.org/java/site/dns/${project.version}</url>
331-
</site>
332-
<snapshotRepository>
333-
<id>sonatype-snapshot</id>
334-
<name>Sonatype OSS Maven SNAPSHOT Repository</name>
335-
<url>https://oss.sonatype.org/content/repositories/snapshots/</url>
336-
<uniqueVersion>false</uniqueVersion>
337-
</snapshotRepository>
338-
<repository>
339-
<id>sonatype-release</id>
340-
<name>Sonatype OSS Maven Release Repositor</name>
341-
<url>https://oss.sonatype.org/service/local/staging/deploy/maven2/</url>
342-
<uniqueVersion>false</uniqueVersion>
343-
</repository>
344-
</distributionManagement>
345349
</project>

0 commit comments

Comments
 (0)