|
4 | 4 | <modelVersion>4.0.0</modelVersion> |
5 | 5 | <artifactId>xd</artifactId> |
6 | 6 | <name>NHIN Direct XD* Web Endpoint</name> |
7 | | - <version>6.0.1</version> |
| 7 | + <version>8.0.0</version> |
8 | 8 | <description>NHIN Direct XD Component</description> |
9 | 9 | <inceptionYear>2010</inceptionYear> |
10 | 10 | <packaging>war</packaging> |
|
14 | 14 | <connection>scm:git:https://github.com/DirectProjectJavaRI/xd.git</connection> |
15 | 15 | </scm> |
16 | 16 | <prerequisites> |
17 | | - <maven>3.0.0</maven> |
18 | | - </prerequisites> |
19 | | - <parent> |
20 | | - <groupId>org.springframework.boot</groupId> |
21 | | - <artifactId>spring-boot-starter-parent</artifactId> |
22 | | - <version>2.1.3.RELEASE</version> |
23 | | - <relativePath /> |
24 | | - </parent> |
| 17 | + <maven>3.5.0</maven> |
| 18 | + </prerequisites> |
| 19 | + <parent> |
| 20 | + <groupId>org.springframework.boot</groupId> |
| 21 | + <artifactId>spring-boot-starter-parent</artifactId> |
| 22 | + <version>2.5.2</version> |
| 23 | + <relativePath /> |
| 24 | + </parent> |
25 | 25 | <developers> |
26 | 26 | <developer> |
27 | 27 | <name>Vincent Lewis</name> |
|
48 | 48 | </licenses> |
49 | 49 | <properties> |
50 | 50 | <project.build.sourceEncoding>UTF-8</project.build.sourceEncoding> |
| 51 | + <apache.cxf.version>3.2.7</apache.cxf.version> |
51 | 52 | </properties> |
52 | 53 | <dependencyManagement> |
53 | 54 | <dependencies> |
54 | 55 | <dependency> |
55 | 56 | <groupId>org.springframework.boot</groupId> |
56 | 57 | <artifactId>spring-boot-dependencies</artifactId> |
57 | | - <version>2.1.3.RELEASE</version> |
| 58 | + <version>2.5.2</version> |
58 | 59 | <type>pom</type> |
59 | 60 | <scope>import</scope> |
60 | 61 | </dependency> |
61 | 62 | <dependency> |
62 | 63 | <groupId>io.pivotal.spring.cloud</groupId> |
63 | 64 | <artifactId>spring-cloud-services-dependencies</artifactId> |
64 | | - <version>2.1.1.RELEASE</version> |
| 65 | + <version>3.3.0</version> |
65 | 66 | <type>pom</type> |
66 | 67 | <scope>import</scope> |
67 | 68 | </dependency> |
68 | 69 | <dependency> |
69 | 70 | <groupId>org.springframework.cloud</groupId> |
70 | 71 | <artifactId>spring-cloud-starter-parent</artifactId> |
71 | | - <version>Greenwich.SR1</version> |
| 72 | + <version>2020.0.3</version> |
72 | 73 | <type>pom</type> |
73 | 74 | <scope>import</scope> |
74 | 75 | </dependency> |
|
78 | 79 | <dependency> |
79 | 80 | <groupId>org.apache.cxf</groupId> |
80 | 81 | <artifactId>cxf-spring-boot-starter-jaxws</artifactId> |
81 | | - <version>3.2.7</version> |
| 82 | + <version>${apache.cxf.version}</version> |
82 | 83 | </dependency> |
83 | 84 | <dependency> |
84 | 85 | <groupId>org.apache.cxf</groupId> |
85 | 86 | <artifactId>cxf-rt-bindings-xml</artifactId> |
86 | | - <version>3.2.7</version> |
| 87 | + <version>${apache.cxf.version}</version> |
87 | 88 | </dependency> |
88 | 89 | <dependency> |
89 | 90 | <groupId>org.apache.cxf</groupId> |
90 | 91 | <artifactId>cxf-rt-bindings-soap</artifactId> |
91 | | - <version>3.2.7</version> |
| 92 | + <version>${apache.cxf.version}</version> |
92 | 93 | </dependency> |
93 | 94 | <dependency> |
94 | 95 | <groupId>org.apache.cxf</groupId> |
95 | 96 | <artifactId>cxf-rt-frontend-jaxws</artifactId> |
96 | | - <version>3.2.7</version> |
| 97 | + <version>${apache.cxf.version}</version> |
97 | 98 | <exclusions> |
98 | 99 | <exclusion> |
99 | 100 | <groupId>org.apache.geronimo.specs</groupId> |
|
108 | 109 | <dependency> |
109 | 110 | <groupId>org.apache.cxf</groupId> |
110 | 111 | <artifactId>cxf-rt-transports-http</artifactId> |
111 | | - <version>3.2.7</version> |
| 112 | + <version>${apache.cxf.version}</version> |
112 | 113 | </dependency> |
113 | 114 | <!-- Jetty is needed if you're are not using the CXFServlet --> |
114 | 115 | <dependency> |
115 | 116 | <groupId>org.apache.cxf</groupId> |
116 | 117 | <artifactId>cxf-rt-transports-http-jetty</artifactId> |
117 | | - <version>3.2.7</version> |
| 118 | + <version>${apache.cxf.version}</version> |
118 | 119 | </dependency> |
119 | 120 | <dependency> |
120 | 121 | <groupId>org.springframework.boot</groupId> |
121 | 122 | <artifactId>spring-boot-starter-security</artifactId> |
122 | | - </dependency> |
123 | | - <dependency> |
124 | | - <groupId>org.springframework.cloud</groupId> |
125 | | - <artifactId>spring-cloud-starter-netflix-eureka-client</artifactId> |
126 | | - </dependency> |
| 123 | + </dependency> |
127 | 124 | <dependency> |
128 | 125 | <groupId>org.springframework.boot</groupId> |
129 | 126 | <artifactId>spring-boot-configuration-processor</artifactId> |
|
138 | 135 | </exclusion> |
139 | 136 | </exclusions> |
140 | 137 | </dependency> |
| 138 | + <dependency> |
| 139 | + <groupId>org.springframework.cloud</groupId> |
| 140 | + <artifactId>spring-cloud-starter-bootstrap</artifactId> |
| 141 | + </dependency> |
| 142 | + <dependency> |
| 143 | + <groupId>org.springframework.cloud</groupId> |
| 144 | + <artifactId>spring-cloud-stream</artifactId> |
| 145 | + </dependency> |
| 146 | + <dependency> |
| 147 | + <groupId>org.springframework.cloud</groupId> |
| 148 | + <artifactId>spring-cloud-starter-stream-rabbit</artifactId> |
| 149 | + </dependency> |
141 | 150 | <dependency> |
142 | 151 | <groupId>io.pivotal.spring.cloud</groupId> |
143 | 152 | <artifactId>spring-cloud-services-starter-config-client</artifactId> |
|
148 | 157 | </exclusion> |
149 | 158 | </exclusions> |
150 | 159 | </dependency> |
151 | | - <dependency> |
152 | | - <groupId>junit</groupId> |
153 | | - <artifactId>junit</artifactId> |
154 | | - <scope>test</scope> |
155 | | - </dependency> |
156 | 160 | <dependency> |
157 | 161 | <groupId>javax.xml.bind</groupId> |
158 | 162 | <artifactId>jaxb-api</artifactId> |
|
170 | 174 | <dependency> |
171 | 175 | <groupId>${project.groupId}</groupId> |
172 | 176 | <artifactId>xd-common</artifactId> |
173 | | - <version>6.0</version> |
| 177 | + <version>8.0.0</version> |
174 | 178 | </dependency> |
| 179 | + <dependency> |
| 180 | + <groupId>${project.groupId}</groupId> |
| 181 | + <artifactId>xdmail</artifactId> |
| 182 | + <version>8.0.0</version> |
| 183 | + <scope>test</scope> |
| 184 | + </dependency> |
| 185 | + <dependency> |
| 186 | + <groupId>${project.groupId}</groupId> |
| 187 | + <artifactId>direct-msg-monitor-model</artifactId> |
| 188 | + <version>8.0.0</version> |
| 189 | + <scope>test</scope> |
| 190 | + </dependency> |
| 191 | + <dependency> |
| 192 | + <groupId>org.springframework.cloud</groupId> |
| 193 | + <artifactId>spring-cloud-stream</artifactId> |
| 194 | + <type>test-jar</type> |
| 195 | + <scope>test</scope> |
| 196 | + <classifier>test-binder</classifier> |
| 197 | + </dependency> |
| 198 | + <dependency> |
| 199 | + <groupId>org.springframework.boot</groupId> |
| 200 | + <artifactId>spring-boot-starter-test</artifactId> |
| 201 | + <scope>test</scope> |
| 202 | + </dependency> |
175 | 203 | </dependencies> |
176 | 204 |
|
177 | 205 | <build> |
178 | 206 | <extensions> |
179 | 207 | <extension> |
180 | 208 | <groupId>org.apache.maven.wagon</groupId> |
181 | 209 | <artifactId>wagon-webdav-jackrabbit</artifactId> |
182 | | - <version>3.1.0</version> |
183 | 210 | </extension> |
184 | 211 | <extension> |
185 | 212 | <groupId>org.apache.maven.wagon</groupId> |
186 | 213 | <artifactId>wagon-ssh-external</artifactId> |
187 | | - <version>3.1.0</version> |
188 | 214 | </extension> |
189 | 215 | <extension> |
190 | 216 | <groupId>org.apache.maven.wagon</groupId> |
191 | 217 | <artifactId>wagon-ssh</artifactId> |
192 | | - <version>3.1.0</version> |
193 | 218 | </extension> |
194 | 219 | </extensions> |
195 | 220 |
|
|
277 | 302 | <plugin> |
278 | 303 | <groupId>org.apache.maven.plugins</groupId> |
279 | 304 | <artifactId>maven-javadoc-plugin</artifactId> |
280 | | - <version>2.9.1</version> |
281 | 305 | <configuration> |
282 | | - <additionalparam>-Xdoclint:none</additionalparam> |
| 306 | + <additionalJOption>-Xdoclint:none</additionalJOption> |
283 | 307 | <charset>UTF-8</charset> |
284 | 308 | <docencoding>UTF-8</docencoding> |
285 | 309 | <docfilessubdirs>true</docfilessubdirs> |
|
300 | 324 | </goals> |
301 | 325 | </execution> |
302 | 326 | </executions> |
303 | | - </plugin> |
| 327 | + </plugin> |
| 328 | + <!-- for releases only |
304 | 329 | <plugin> |
305 | 330 | <groupId>org.apache.maven.plugins</groupId> |
306 | 331 | <artifactId>maven-gpg-plugin</artifactId> |
|
314 | 339 | </execution> |
315 | 340 | </executions> |
316 | 341 | </plugin> |
| 342 | + --> |
317 | 343 | </plugins> |
318 | 344 | </build> |
319 | 345 | </profile> |
|
324 | 350 | <plugin> |
325 | 351 | <groupId>org.apache.maven.plugins</groupId> |
326 | 352 | <artifactId>maven-project-info-reports-plugin</artifactId> |
327 | | - <version>2.9</version> |
328 | 353 | </plugin> |
329 | 354 | <plugin> |
330 | 355 | <groupId>org.apache.maven.plugins</groupId> |
331 | 356 | <artifactId>maven-javadoc-plugin</artifactId> |
332 | | - <version>2.9.1</version> |
333 | 357 | <configuration> |
334 | | - <additionalparam>-Xdoclint:none</additionalparam> |
| 358 | + <additionalJOption>-Xdoclint:none</additionalJOption> |
335 | 359 | <charset>UTF-8</charset> |
336 | 360 | <docencoding>UTF-8</docencoding> |
337 | 361 | <docfilessubdirs>true</docfilessubdirs> |
|
0 commit comments