|
266 | 266 | <artifactId>hibernate-validator</artifactId> |
267 | 267 | <version>5.0.3.Final</version> |
268 | 268 | </dependency> |
| 269 | + <dependency> |
| 270 | + <groupId>org.hamcrest</groupId> |
| 271 | + <artifactId>hamcrest-all</artifactId> |
| 272 | + <version>1.3</version> |
| 273 | + </dependency> |
| 274 | + <dependency> |
| 275 | + <groupId>org.glassfish.web</groupId> |
| 276 | + <artifactId>el-impl</artifactId> |
| 277 | + <version>2.2</version> |
| 278 | + <scope>test</scope> |
| 279 | + </dependency> |
| 280 | + <dependency> |
| 281 | + <groupId>joda-time</groupId> |
| 282 | + <artifactId>joda-time</artifactId> |
| 283 | + <version>2.2</version> |
| 284 | + </dependency> |
| 285 | + <dependency> |
| 286 | + <groupId>javax.servlet</groupId> |
| 287 | + <artifactId>javax.servlet-api</artifactId> |
| 288 | + <version>3.0.1</version> |
| 289 | + <scope>provided</scope> |
| 290 | + </dependency> |
| 291 | + <dependency> |
| 292 | + <groupId>javax.servlet.jsp</groupId> |
| 293 | + <artifactId>javax.servlet.jsp-api</artifactId> |
| 294 | + <version>2.2.1</version> |
| 295 | + <scope>provided</scope> |
| 296 | + </dependency> |
| 297 | + <dependency> |
| 298 | + <groupId>javax.servlet.jsp.jstl</groupId> |
| 299 | + <artifactId>javax.servlet.jsp.jstl-api</artifactId> |
| 300 | + <version>1.2.1</version> |
| 301 | + </dependency> |
| 302 | + <dependency> |
| 303 | + <groupId>org.apache.tiles</groupId> |
| 304 | + <artifactId>tiles-jsp</artifactId> |
| 305 | + <version>2.2.2</version> |
| 306 | + </dependency> |
| 307 | + <dependency> |
| 308 | + <groupId>org.apache.tiles</groupId> |
| 309 | + <artifactId>tiles-el</artifactId> |
| 310 | + <version>2.2.2</version> |
| 311 | + </dependency> |
| 312 | + <dependency> |
| 313 | + <groupId>org.glassfish.web</groupId> |
| 314 | + <artifactId>javax.servlet.jsp.jstl</artifactId> |
| 315 | + <version>1.2.1</version> |
| 316 | + </dependency> |
| 317 | + <dependency> |
| 318 | + <groupId>org.jsoup</groupId> |
| 319 | + <artifactId>jsoup</artifactId> |
| 320 | + <version>1.7.1</version> |
| 321 | + </dependency> |
269 | 322 | </dependencies> |
270 | 323 | </dependencyManagement> |
271 | 324 |
|
|
339 | 392 | <scope>test</scope> |
340 | 393 | </dependency> |
341 | 394 |
|
342 | | - |
343 | | - <!-- Spring --> |
344 | 395 | <dependency> |
345 | 396 | <groupId>org.springframework</groupId> |
346 | 397 | <artifactId>spring-context</artifactId> |
347 | 398 | <exclusions> |
348 | | - <!-- Exclude Commons Logging in favor of SLF4j --> |
349 | 399 | <exclusion> |
350 | 400 | <groupId>commons-logging</groupId> |
351 | 401 | <artifactId>commons-logging</artifactId> |
|
404 | 454 | <dependency> |
405 | 455 | <groupId>com.mysql</groupId> |
406 | 456 | <artifactId>mysql-connector-j</artifactId> |
407 | | - <version>8.0.31</version> |
408 | 457 | </dependency> |
409 | 458 |
|
410 | 459 | <!-- JSR 303 with Hibernate Validator --> |
411 | 460 | <dependency> |
412 | 461 | <groupId>javax.validation</groupId> |
413 | 462 | <artifactId>validation-api</artifactId> |
414 | | - <!-- |
415 | | - <version>1.1.0.Final</version> |
416 | | - --> |
417 | 463 | </dependency> |
418 | 464 | <dependency> |
419 | 465 | <groupId>org.hibernate</groupId> |
|
429 | 475 | <groupId>org.springframework</groupId> |
430 | 476 | <artifactId>spring-jdbc</artifactId> |
431 | 477 | </dependency> |
432 | | - <!-- |
433 | | - <dependency> |
434 | | - <groupId>commons-dbcp</groupId> |
435 | | - <artifactId>commons-dbcp</artifactId> |
436 | | - </dependency> |
437 | | - --> |
438 | 478 | <dependency> |
439 | 479 | <groupId>org.springframework</groupId> |
440 | 480 | <artifactId>spring-orm</artifactId> |
|
462 | 502 | <artifactId>spring-security-config</artifactId> |
463 | 503 | </dependency> |
464 | 504 |
|
465 | | - <!-- Mail --> |
| 505 | + <dependency> |
| 506 | + <groupId>org.springframework.integration</groupId> |
| 507 | + <artifactId>spring-integration-core</artifactId> |
| 508 | + </dependency> |
| 509 | + <dependency> |
| 510 | + <groupId>org.springframework.integration</groupId> |
| 511 | + <artifactId>spring-integration-mongodb</artifactId> |
| 512 | + </dependency> |
| 513 | + <dependency> |
| 514 | + <groupId>org.springframework.integration</groupId> |
| 515 | + <artifactId>spring-integration-jpa</artifactId> |
| 516 | + </dependency> |
| 517 | + <dependency> |
| 518 | + <groupId>org.springframework.integration</groupId> |
| 519 | + <artifactId>spring-integration-test</artifactId> |
| 520 | + </dependency> |
| 521 | + |
466 | 522 | <dependency> |
467 | 523 | <groupId>javax.mail</groupId> |
468 | 524 | <artifactId>mail</artifactId> |
469 | 525 | <version>1.4</version> |
470 | 526 | </dependency> |
471 | 527 |
|
472 | | - <!-- Test --> |
| 528 | + <dependency> |
| 529 | + <groupId>javax.servlet</groupId> |
| 530 | + <artifactId>javax.servlet-api</artifactId> |
| 531 | + <scope>provided</scope> |
| 532 | + </dependency> |
| 533 | + <dependency> |
| 534 | + <groupId>javax.servlet.jsp</groupId> |
| 535 | + <artifactId>javax.servlet.jsp-api</artifactId> |
| 536 | + <scope>provided</scope> |
| 537 | + </dependency> |
| 538 | + <dependency> |
| 539 | + <groupId>javax.servlet.jsp.jstl</groupId> |
| 540 | + <artifactId>javax.servlet.jsp.jstl-api</artifactId> |
| 541 | + </dependency> |
| 542 | + |
473 | 543 | <dependency> |
474 | 544 | <groupId>junit</groupId> |
475 | 545 | <artifactId>junit</artifactId> |
476 | | - <!-- |
477 | | - <version>4.11</version> |
478 | | - --> |
479 | 546 | <scope>test</scope> |
480 | 547 | </dependency> |
481 | 548 |
|
|
487 | 554 | <dependency> |
488 | 555 | <groupId>org.hamcrest</groupId> |
489 | 556 | <artifactId>hamcrest-all</artifactId> |
490 | | - <version>1.3</version> |
491 | 557 | </dependency> |
492 | 558 |
|
493 | 559 | <dependency> |
494 | 560 | <groupId>org.glassfish.web</groupId> |
495 | 561 | <artifactId>el-impl</artifactId> |
496 | | - <version>2.2</version> |
497 | 562 | <scope>test</scope> |
498 | 563 | </dependency> |
499 | 564 |
|
500 | | - <!-- Joda Time Library --> |
501 | 565 | <dependency> |
502 | 566 | <groupId>joda-time</groupId> |
503 | 567 | <artifactId>joda-time</artifactId> |
504 | | - <version>2.2</version> |
505 | | - </dependency> |
506 | | - |
507 | | - <!-- Spring Integration --> |
508 | | - |
509 | | - <dependency> |
510 | | - <groupId>org.springframework.integration</groupId> |
511 | | - <artifactId>spring-integration-core</artifactId> |
512 | | - </dependency> |
513 | | - <dependency> |
514 | | - <groupId>org.springframework.integration</groupId> |
515 | | - <artifactId>spring-integration-mongodb</artifactId> |
516 | | - </dependency> |
517 | | - <dependency> |
518 | | - <groupId>org.springframework.integration</groupId> |
519 | | - <artifactId>spring-integration-jpa</artifactId> |
520 | | - </dependency> |
521 | | - <dependency> |
522 | | - <groupId>org.springframework.integration</groupId> |
523 | | - <artifactId>spring-integration-test</artifactId> |
524 | 568 | </dependency> |
525 | 569 |
|
526 | | - <!-- Apache Tiles --> |
527 | 570 | <dependency> |
528 | 571 | <groupId>org.apache.tiles</groupId> |
529 | 572 | <artifactId>tiles-jsp</artifactId> |
530 | | - <version>2.2.2</version> |
531 | 573 | </dependency> |
532 | 574 | <dependency> |
533 | 575 | <groupId>org.apache.tiles</groupId> |
534 | 576 | <artifactId>tiles-el</artifactId> |
535 | | - <version>2.2.2</version> |
536 | | - </dependency> |
537 | | - |
538 | | - <!-- Servlet --> |
539 | | - <dependency> |
540 | | - <groupId>javax.servlet</groupId> |
541 | | - <artifactId>javax.servlet-api</artifactId> |
542 | | - <version>3.0.1</version> |
543 | | - <scope>provided</scope> |
544 | | - </dependency> |
545 | | - <dependency> |
546 | | - <groupId>javax.servlet.jsp</groupId> |
547 | | - <artifactId>javax.servlet.jsp-api</artifactId> |
548 | | - <version>2.2.1</version> |
549 | | - <scope>provided</scope> |
550 | | - </dependency> |
551 | | - <dependency> |
552 | | - <groupId>javax.servlet.jsp.jstl</groupId> |
553 | | - <artifactId>javax.servlet.jsp.jstl-api</artifactId> |
554 | | - <version>1.2.1</version> |
555 | 577 | </dependency> |
556 | 578 | <dependency> |
557 | 579 | <groupId>org.glassfish.web</groupId> |
558 | 580 | <artifactId>javax.servlet.jsp.jstl</artifactId> |
559 | | - <version>1.2.1</version> |
560 | 581 | <exclusions> |
561 | 582 | <exclusion> |
562 | 583 | <groupId>javax.servlet</groupId> |
|
573 | 594 | </exclusions> |
574 | 595 | </dependency> |
575 | 596 | <dependency> |
576 | | - <!-- jsoup HTML parser library @ http://jsoup.org/ --> |
577 | 597 | <groupId>org.jsoup</groupId> |
578 | 598 | <artifactId>jsoup</artifactId> |
579 | | - <version>1.7.1</version> |
580 | 599 | </dependency> |
581 | 600 |
|
582 | | - <!-- SCM --> |
583 | 601 | <dependency> |
584 | 602 | <groupId>org.apache.maven.scm</groupId> |
585 | 603 | <artifactId>maven-scm-providers-standard</artifactId> |
|
805 | 823 | <groupId>org.apache.maven.plugins</groupId> |
806 | 824 | <artifactId>maven-javadoc-plugin</artifactId> |
807 | 825 | <configuration> |
808 | | - <!-- <links> <link>http://java.sun.com/javase/6/docs/api/</link> <link>http://static.springframework.org/spring/docs/3.0.x/api/</link> |
| 826 | + <!-- |
| 827 | + <links> |
| 828 | + <link>http://java.sun.com/javase/6/docs/api/</link> |
| 829 | + <link>http://static.springframework.org/spring/docs/3.0.x/api/</link> |
809 | 830 | <link>http://static.springframework.org/spring-webflow/docs/2.1.x/javadoc-api/</link> |
810 | 831 | <link>http://static.springframework.org/spring-security/site/apidocs/</link> |
811 | | - <link>http://tiles.apache.org/2.1/framework/apidocs/index.html</link> <link>http://www.hibernate.org/hib_docs/v3/api/</link> |
812 | | - <link>http://docs.jboss.org/hibernate/stable/annotations/api/</link> <link>http://docs.jboss.org/hibernate/stable/entitymanager/api/</link> |
813 | | - </links> --> |
| 832 | + <link>http://tiles.apache.org/2.1/framework/apidocs/index.html</link> |
| 833 | + <link>http://www.hibernate.org/hib_docs/v3/api/</link> |
| 834 | + <link>http://docs.jboss.org/hibernate/stable/annotations/api/</link> |
| 835 | + <link>http://docs.jboss.org/hibernate/stable/entitymanager/api/</link> |
| 836 | + </links> |
| 837 | + --> |
814 | 838 | <linksource>true</linksource> |
815 | 839 | <maxmemory>1024m</maxmemory> |
816 | 840 | <source>${version.java}</source> |
|
831 | 855 | <plugin> |
832 | 856 | <groupId>org.codehaus.mojo</groupId> |
833 | 857 | <artifactId>taglist-maven-plugin</artifactId> |
834 | | - <configuration> |
835 | | - <encoding>${encoding}</encoding> |
836 | | - </configuration> |
837 | 858 | </plugin> |
838 | 859 | <plugin> |
839 | 860 | <groupId>org.apache.maven.plugins</groupId> |
|
0 commit comments