|
4 | 4 | <modelVersion>4.0.0</modelVersion> |
5 | 5 | <artifactId>direct-policy</artifactId> |
6 | 6 | <name>Direct Project policy enablement engine</name> |
7 | | - <version>6.0</version> |
| 7 | + <version>7.0</version> |
8 | 8 | <description>Direct Project policy enablement engine</description> |
9 | 9 | <inceptionYear>2010</inceptionYear> |
10 | 10 | <url>http://api.nhindirect.org/x/www/api.nhindirect.org/java/site/direct-policy/${project.version}</url> |
|
26 | 26 | <maven>3.0.0</maven> |
27 | 27 | </prerequisites> |
28 | 28 | <scm> |
29 | | - <url>scm:git:https://github.com/DirectProjectJavaRI/direct-common.git</url> |
30 | | - <connection>scm:git:https://github.com/DirectProjectJavaRI/direct-common.git</connection> |
| 29 | + <url>scm:git:https://github.com/DirectProjectJavaRI/direct-policy.git</url> |
| 30 | + <connection>scm:git:https://github.com/DirectProjectJavaRI/direct-policy.git</connection> |
31 | 31 | </scm> |
32 | 32 | <parent> |
33 | 33 | <groupId>org.springframework.boot</groupId> |
34 | 34 | <artifactId>spring-boot-dependencies</artifactId> |
35 | | - <version>2.1.2.RELEASE</version> |
| 35 | + <version>2.2.4.RELEASE</version> |
36 | 36 | </parent> |
37 | 37 | <licenses> |
38 | 38 | <license> |
|
44 | 44 | <dependency> |
45 | 45 | <groupId>com.thoughtworks.xstream</groupId> |
46 | 46 | <artifactId>xstream</artifactId> |
47 | | - <version>1.4.9</version> |
| 47 | + <version>1.4.11.1</version> |
48 | 48 | </dependency> |
49 | 49 | <dependency> |
50 | 50 | <groupId>org.bouncycastle</groupId> |
51 | 51 | <artifactId>bcprov-jdk15on</artifactId> |
52 | | - <version>1.60</version> |
| 52 | + <version>1.64</version> |
53 | 53 | </dependency> |
54 | 54 | <dependency> |
55 | 55 | <groupId>javax.mail</groupId> |
|
70 | 70 | <dependency> |
71 | 71 | <groupId>org.apache.commons</groupId> |
72 | 72 | <artifactId>commons-lang3</artifactId> |
73 | | - </dependency> |
74 | | - <dependency> |
75 | | - <groupId>org.springframework.boot</groupId> |
76 | | - <artifactId>spring-boot-starter-tomcat</artifactId> |
77 | | - <scope>test</scope> |
78 | | - </dependency> |
| 73 | + </dependency> |
79 | 74 | <dependency> |
80 | 75 | <groupId>org.springframework.boot</groupId> |
81 | 76 | <artifactId>spring-boot-starter-web</artifactId> |
|
193 | 188 | </execution> |
194 | 189 | </executions> |
195 | 190 | </plugin> |
196 | | - <!-- DOXIA does not yet copy resources to the generated-site or site location. Bug |
197 | | - DOXIA-355 was submitted in July of 09 and is listed to be resolved in DOXIA 1.2. |
198 | | - This plugin a is work around for copying the resources from the book source to |
199 | | - the generate site. --> |
200 | | - <plugin> |
201 | | - <groupId>org.apache.maven.plugins</groupId> |
202 | | - <artifactId>maven-antrun-plugin</artifactId> |
203 | | - <executions> |
204 | | - <execution> |
205 | | - <id>book</id> |
206 | | - <phase>pre-site</phase> |
207 | | - <configuration> |
208 | | - <tasks> |
209 | | - <copy todir="${project.build.directory}/generated-site/xdoc/users-guide/images/"> |
210 | | - <fileset dir="${basedir}/src/books/users-guide/images/" /> |
211 | | - </copy> |
212 | | - <copy todir="${project.build.directory}/site/users-guide/images/"> |
213 | | - <fileset dir="${basedir}/src/books/users-guide/images/" /> |
214 | | - </copy> |
215 | | - </tasks> |
216 | | - </configuration> |
217 | | - <goals> |
218 | | - <goal>run</goal> |
219 | | - </goals> |
220 | | - </execution> |
221 | | - </executions> |
222 | | - </plugin> |
223 | | - <plugin> |
224 | | - <groupId>org.apache.maven.doxia</groupId> |
225 | | - <artifactId>doxia-maven-plugin</artifactId> |
226 | | - <version>1.2</version> |
227 | | - <executions> |
228 | | - <execution> |
229 | | - <phase>pre-site</phase> |
230 | | - <goals> |
231 | | - <goal>render-books</goal> |
232 | | - </goals> |
233 | | - </execution> |
234 | | - </executions> |
235 | | - <configuration> |
236 | | - <books> |
237 | | - <book> |
238 | | - <directory>src/books/users-guide</directory> |
239 | | - <descriptor>src/books/users-guide.xml</descriptor> |
240 | | - <formats> |
241 | | - <format> |
242 | | - <id>xdoc</id> |
243 | | - </format> |
244 | | - </formats> |
245 | | - </book> |
246 | | - </books> |
247 | | - </configuration> |
248 | | - <dependencies> |
249 | | - <dependency> |
250 | | - <groupId>org.codehaus.plexus</groupId> |
251 | | - <artifactId>plexus-utils</artifactId> |
252 | | - <version>1.5.12</version> |
253 | | - </dependency> |
254 | | - <dependency> |
255 | | - <groupId>org.apache.maven.doxia</groupId> |
256 | | - <artifactId>doxia-decoration-model</artifactId> |
257 | | - <version>1.2</version> |
258 | | - </dependency> |
259 | | - <dependency> |
260 | | - <groupId>org.apache.maven.doxia</groupId> |
261 | | - <artifactId>doxia-module-confluence</artifactId> |
262 | | - <version>1.2</version> |
263 | | - </dependency> |
264 | | - </dependencies> |
265 | | - </plugin> |
266 | 191 | <plugin> |
267 | 192 | <groupId>org.apache.maven.plugins</groupId> |
268 | 193 | <artifactId>maven-javadoc-plugin</artifactId> |
269 | | - <version>2.6.1</version> |
| 194 | + <version>2.9.1</version> |
270 | 195 | <configuration> |
271 | 196 | <additionalparam>-Xdoclint:none</additionalparam> |
272 | 197 | <charset>UTF-8</charset> |
|
289 | 214 | </goals> |
290 | 215 | </execution> |
291 | 216 | </executions> |
292 | | - </plugin> |
| 217 | + </plugin> |
293 | 218 | <plugin> |
294 | 219 | <groupId>org.apache.maven.plugins</groupId> |
295 | 220 | <artifactId>maven-gpg-plugin</artifactId> |
|
302 | 227 | </goals> |
303 | 228 | </execution> |
304 | 229 | </executions> |
305 | | - </plugin> |
| 230 | + </plugin> |
306 | 231 | </plugins> |
307 | 232 | </build> |
308 | 233 | <reporting> |
|
315 | 240 | <plugin> |
316 | 241 | <groupId>org.apache.maven.plugins</groupId> |
317 | 242 | <artifactId>maven-javadoc-plugin</artifactId> |
318 | | - <version>2.6.1</version> |
| 243 | + <version>2.9.1</version> |
319 | 244 | <configuration> |
320 | 245 | <additionalparam>-Xdoclint:none</additionalparam> |
321 | 246 | <charset>UTF-8</charset> |
|
0 commit comments