|
5 | 5 | <modelVersion>4.0.0</modelVersion> |
6 | 6 | <groupId>org.nhind</groupId> |
7 | 7 | <artifactId>xdmail</artifactId> |
8 | | - <version>6.0</version> |
| 8 | + <version>8.0.0</version> |
9 | 9 | <name>NHIN Direct XD* Mail Gateway</name> |
10 | 10 | <description>NHIN Direct XD* Mail Gateway</description> |
11 | 11 | <url>https://github.com/DirectProjectJavaRI/xdmail</url> |
|
29 | 29 | <url>http://nhindirect.org/BSDLicense</url> |
30 | 30 | </license> |
31 | 31 | </licenses> |
32 | | - <prerequisites> |
33 | | - <maven>3.0.0</maven> |
34 | | - </prerequisites> |
35 | | - <parent> |
| 32 | + <properties> |
| 33 | + <apache-james.version>3.2.0</apache-james.version> |
| 34 | + </properties> |
| 35 | + <prerequisites> |
| 36 | + <maven>3.5.0</maven> |
| 37 | + </prerequisites> |
| 38 | + <parent> |
36 | 39 | <groupId>org.springframework.boot</groupId> |
37 | 40 | <artifactId>spring-boot-dependencies</artifactId> |
38 | | - <version>2.1.2.RELEASE</version> |
39 | | - </parent> |
| 41 | + <version>2.5.2</version> |
| 42 | + <relativePath /> |
| 43 | + </parent> |
40 | 44 | <scm> |
41 | 45 | <url>https://github.com/DirectProjectJavaRI/xdmail.git</url> |
42 | 46 | <connection>scm:hg:https://github.com/DirectProjectJavaRI/xdmail.git</connection> |
|
46 | 50 | <dependency> |
47 | 51 | <groupId>org.springframework.boot</groupId> |
48 | 52 | <artifactId>spring-boot-dependencies</artifactId> |
49 | | - <version>2.1.2.RELEASE</version> |
| 53 | + <version>2.5.2</version> |
50 | 54 | <type>pom</type> |
51 | 55 | <scope>import</scope> |
52 | 56 | </dependency> |
53 | 57 | <dependency> |
54 | 58 | <groupId>org.springframework.cloud</groupId> |
55 | 59 | <artifactId>spring-cloud-starter-parent</artifactId> |
56 | | - <version>Greenwich.RELEASE</version> |
| 60 | + <version>2020.0.3</version> |
57 | 61 | <type>pom</type> |
58 | 62 | <scope>import</scope> |
59 | 63 | </dependency> |
|
68 | 72 | <groupId>org.springframework.cloud</groupId> |
69 | 73 | <artifactId>spring-cloud-stream</artifactId> |
70 | 74 | </dependency> |
71 | | - <dependency> |
72 | | - <groupId>org.springframework</groupId> |
73 | | - <artifactId>spring-test</artifactId> |
74 | | - <scope>test</scope> |
75 | | - </dependency> |
76 | | - <dependency> |
77 | | - <groupId>org.springframework.boot</groupId> |
78 | | - <artifactId>spring-boot-starter-test</artifactId> |
79 | | - <scope>test</scope> |
80 | | - </dependency> |
81 | | - <dependency> |
82 | | - <groupId>org.springframework.cloud</groupId> |
83 | | - <artifactId>spring-cloud-stream-test-support</artifactId> |
84 | | - <scope>test</scope> |
85 | | - </dependency> |
86 | | - <dependency> |
87 | | - <groupId>junit</groupId> |
88 | | - <artifactId>junit</artifactId> |
89 | | - <scope>test</scope> |
90 | | - </dependency> |
91 | 75 | <dependency> |
92 | 76 | <groupId>org.apache.james</groupId> |
93 | 77 | <artifactId>apache-mailet-base</artifactId> |
94 | | - <version>3.1.0</version> |
| 78 | + <version>${apache-james.version}</version> |
95 | 79 | </dependency> |
96 | 80 | <dependency> |
97 | 81 | <groupId>org.apache.james</groupId> |
98 | 82 | <artifactId>apache-mailet-api</artifactId> |
99 | | - <version>3.1.0</version> |
| 83 | + <version>${apache-james.version}</version> |
100 | 84 | </dependency> |
101 | 85 | <dependency> |
102 | 86 | <groupId>org.apache.james</groupId> |
103 | 87 | <artifactId>james-server-mailets</artifactId> |
104 | | - <version>3.1.0</version> |
| 88 | + <version>${apache-james.version}</version> |
105 | 89 | </dependency> |
106 | 90 | <dependency> |
107 | 91 | <groupId>org.apache.commons</groupId> |
108 | 92 | <artifactId>commons-lang3</artifactId> |
109 | 93 | </dependency> |
110 | | - <dependency> |
111 | | - <groupId>org.jmock</groupId> |
112 | | - <artifactId>jmock-junit3</artifactId> |
113 | | - <version>2.5.1</version> |
114 | | - </dependency> |
115 | | - <dependency> |
116 | | - <groupId>org.jmock</groupId> |
117 | | - <artifactId>jmock-legacy</artifactId> |
118 | | - <version>2.5.1</version> |
119 | | - </dependency> |
120 | 94 | <dependency> |
121 | 95 | <groupId>org.nhind</groupId> |
122 | 96 | <artifactId>xd-common</artifactId> |
123 | | - <version>6.0</version> |
| 97 | + <version>8.0.0</version> |
124 | 98 | <scope>compile</scope> |
125 | 99 | </dependency> |
126 | 100 | <dependency> |
127 | 101 | <groupId>org.nhind</groupId> |
128 | 102 | <artifactId>agent</artifactId> |
129 | | - <version>6.0</version> |
| 103 | + <version>8.0.0</version> |
130 | 104 | <scope>compile</scope> |
131 | 105 | </dependency> |
132 | 106 | <dependency> |
133 | 107 | <groupId>org.nhind</groupId> |
134 | 108 | <artifactId>gateway</artifactId> |
135 | | - <version>6.0</version> |
| 109 | + <version>8.0.0</version> |
136 | 110 | <scope>compile</scope> |
137 | 111 | </dependency> |
138 | 112 | <dependency> |
139 | | - <groupId>com.h2database</groupId> |
140 | | - <artifactId>h2</artifactId> |
| 113 | + <groupId>org.springframework</groupId> |
| 114 | + <artifactId>spring-test</artifactId> |
| 115 | + <scope>test</scope> |
| 116 | + </dependency> |
| 117 | + <dependency> |
| 118 | + <groupId>org.springframework.boot</groupId> |
| 119 | + <artifactId>spring-boot-starter-test</artifactId> |
141 | 120 | <scope>test</scope> |
142 | | - </dependency> |
| 121 | + </dependency> |
| 122 | + <dependency> |
| 123 | + <groupId>org.springframework.cloud</groupId> |
| 124 | + <artifactId>spring-cloud-stream</artifactId> |
| 125 | + <type>test-jar</type> |
| 126 | + <scope>test</scope> |
| 127 | + <classifier>test-binder</classifier> |
| 128 | + </dependency> |
| 129 | + <dependency> |
| 130 | + <groupId>org.springframework.cloud</groupId> |
| 131 | + <artifactId>spring-cloud-stream-binder-rabbit</artifactId> |
| 132 | + <scope>test</scope> |
| 133 | + </dependency> |
143 | 134 | </dependencies> |
144 | 135 |
|
145 | 136 | <build> |
|
165 | 156 | <extension> |
166 | 157 | <groupId>org.apache.maven.wagon</groupId> |
167 | 158 | <artifactId>wagon-webdav-jackrabbit</artifactId> |
168 | | - <version>3.1.0</version> |
169 | 159 | </extension> |
170 | 160 | <extension> |
171 | 161 | <groupId>org.apache.maven.wagon</groupId> |
172 | 162 | <artifactId>wagon-ssh-external</artifactId> |
173 | | - <version>3.1.0</version> |
174 | 163 | </extension> |
175 | 164 | <extension> |
176 | 165 | <groupId>org.apache.maven.wagon</groupId> |
177 | 166 | <artifactId>wagon-ssh</artifactId> |
178 | | - <version>3.1.0</version> |
179 | 167 | </extension> |
180 | 168 | </extensions> |
181 | 169 |
|
|
199 | 187 | <plugin> |
200 | 188 | <groupId>org.apache.maven.plugins</groupId> |
201 | 189 | <artifactId>maven-jxr-plugin</artifactId> |
| 190 | + <version>3.1.1</version> |
202 | 191 | </plugin> |
203 | 192 | <plugin> |
204 | 193 | <groupId>org.apache.maven.plugins</groupId> |
|
211 | 200 | </execution> |
212 | 201 | </executions> |
213 | 202 | </plugin> |
214 | | - <!-- |
215 | | - DOXIA does not yet copy resources to the generated-site or site |
216 | | - location. Bug DOXIA-355 was submitted in July of 09 and is listed to |
217 | | - be resolved in DOXIA 1.2. This plugin a is work around for copying |
218 | | - the resources from the book source to the generate site. |
219 | | - --> |
220 | | - <plugin> |
221 | | - <groupId>org.apache.maven.plugins</groupId> |
222 | | - <artifactId>maven-antrun-plugin</artifactId> |
223 | | - <executions> |
224 | | - <execution> |
225 | | - <id>book</id> |
226 | | - <phase>pre-site</phase> |
227 | | - <configuration> |
228 | | - <!-- |
229 | | - <tasks> |
230 | | - <copy |
231 | | - todir="${project.build.directory}/generated-site/xdoc/users-guide/images/"> |
232 | | - <fileset dir="${basedir}/src/books/users-guide/images/" /> |
233 | | - </copy> |
234 | | - <copy todir="${project.build.directory}/site/users-guide/images/"> |
235 | | - <fileset dir="${basedir}/src/books/users-guide/images/" /> |
236 | | - </copy> |
237 | | - </tasks> |
238 | | - --> |
239 | | - </configuration> |
240 | | - <goals> |
241 | | - <goal>run</goal> |
242 | | - </goals> |
243 | | - </execution> |
244 | | - </executions> |
245 | | - </plugin> |
246 | | - <plugin> |
247 | | - <groupId>org.apache.maven.doxia</groupId> |
248 | | - <artifactId>doxia-maven-plugin</artifactId> |
249 | | - <version>1.1.3</version> |
250 | | - <executions> |
251 | | - <execution> |
252 | | - <phase>pre-site</phase> |
253 | | - <goals> |
254 | | - <goal>render-books</goal> |
255 | | - </goals> |
256 | | - </execution> |
257 | | - </executions> |
258 | | - <configuration> |
259 | | - <books> |
260 | | - <book> |
261 | | - <directory>src/books/users-guide</directory> |
262 | | - <descriptor>src/books/users-guide.xml</descriptor> |
263 | | - <formats> |
264 | | - <format> |
265 | | - <id>xdoc</id> |
266 | | - </format> |
267 | | - </formats> |
268 | | - </book> |
269 | | - </books> |
270 | | - </configuration> |
271 | | - <dependencies> |
272 | | - <dependency> |
273 | | - <groupId>org.codehaus.plexus</groupId> |
274 | | - <artifactId>plexus-utils</artifactId> |
275 | | - <version>1.5.12</version> |
276 | | - </dependency> |
277 | | - <dependency> |
278 | | - <groupId>org.apache.maven.doxia</groupId> |
279 | | - <artifactId>doxia-module-confluence</artifactId> |
280 | | - <version>1.1.3</version> |
281 | | - </dependency> |
282 | | - </dependencies> |
283 | | - </plugin> |
284 | | - |
285 | 203 | <plugin> |
286 | 204 | <groupId>org.apache.maven.plugins</groupId> |
287 | 205 | <artifactId>maven-javadoc-plugin</artifactId> |
288 | | - <version>2.6.1</version> |
289 | 206 | <configuration> |
290 | | - <additionalparam>-Xdoclint:none</additionalparam> |
| 207 | + <additionalJOption>-Xdoclint:none</additionalJOption> |
291 | 208 | <charset>UTF-8</charset> |
292 | 209 | <docencoding>UTF-8</docencoding> |
293 | 210 | <docfilessubdirs>true</docfilessubdirs> |
|
332 | 249 | <plugin> |
333 | 250 | <groupId>org.apache.maven.plugins</groupId> |
334 | 251 | <artifactId>maven-project-info-reports-plugin</artifactId> |
335 | | - <version>2.9</version> |
336 | 252 | </plugin> |
337 | 253 | <plugin> |
338 | 254 | <groupId>org.apache.maven.plugins</groupId> |
339 | 255 | <artifactId>maven-javadoc-plugin</artifactId> |
340 | | - <version>2.6.1</version> |
341 | 256 | <configuration> |
342 | | - <additionalparam>-Xdoclint:none</additionalparam> |
| 257 | + <additionalJOption>-Xdoclint:none</additionalJOption> |
343 | 258 | <charset>UTF-8</charset> |
344 | 259 | <docencoding>UTF-8</docencoding> |
345 | 260 | <docfilessubdirs>true</docfilessubdirs> |
|
356 | 271 | <groupId>org.apache.maven.plugins</groupId> |
357 | 272 | <artifactId>maven-pmd-plugin</artifactId> |
358 | 273 | <configuration> |
359 | | - <targetJdk>1.6</targetJdk> |
| 274 | + <targetJdk>1.8</targetJdk> |
360 | 275 | </configuration> |
361 | 276 | </plugin> |
362 | 277 | <plugin> |
|
366 | 281 | <plugin> |
367 | 282 | <groupId>org.apache.maven.plugins</groupId> |
368 | 283 | <artifactId>maven-jxr-plugin</artifactId> |
| 284 | + <version>3.1.1</version> |
369 | 285 | </plugin> |
370 | 286 | <plugin> |
371 | 287 | <groupId>org.codehaus.mojo</groupId> |
|
0 commit comments