|
637 | 637 | <!-- Apache Spark - https://spark.apache.org/ --> |
638 | 638 | <spark.version>2.3.1</spark.version> |
639 | 639 |
|
| 640 | + <!-- Apache HTTPComponents - https://hc.apache.org/ --> |
| 641 | + <apache-httpclient.version>4.5.6</apache-httpclient.version> |
| 642 | + <apache-httpcore.version>4.4.11</apache-httpcore.version> |
| 643 | + |
640 | 644 | <!-- Batik - https://xmlgraphics.apache.org/batik/ --> |
641 | 645 | <batik.version>1.11</batik.version> |
642 | 646 | <batik-anim.version>${batik.version}</batik-anim.version> |
|
708 | 712 | <!-- iText PDF - https://github.com/itext/itextpdf --> |
709 | 713 | <itextpdf.version>5.5.13.1</itextpdf.version> |
710 | 714 |
|
| 715 | + <!-- Apache Jackrabbit WEBDAV Library - https://jackrabbit.apache.org/jcr/components/jackrabbit-webdav-library.html --> |
| 716 | + <jackrabbit-webdav.version>2.19.3</jackrabbit-webdav.version> |
| 717 | + |
711 | 718 | <!-- Java Advanced Imaging - https://java.net/projects/jai-core --> |
712 | 719 | <jai.version>1.1.3</jai.version> |
713 | 720 | <jai-codec.version>${jai.version}</jai-codec.version> |
|
2457 | 2464 | </exclusion> |
2458 | 2465 | </exclusions> |
2459 | 2466 | </dependency> |
| 2467 | + <!-- Apache HTTPComponents - https://hc.apache.org/ --> |
| 2468 | + <dependency> |
| 2469 | + <groupId>org.apache.httpcomponents</groupId> |
| 2470 | + <artifactId>httpclient</artifactId> |
| 2471 | + <version>${apache-httpclient.version}</version> |
| 2472 | + <exclusions> |
| 2473 | + <exclusion> |
| 2474 | + <groupId>commons-logging</groupId> |
| 2475 | + <artifactId>commons-logging</artifactId> |
| 2476 | + </exclusion> |
| 2477 | + </exclusions> |
| 2478 | + </dependency> |
| 2479 | + <dependency> |
| 2480 | + <groupId>org.apache.httpcomponents</groupId> |
| 2481 | + <artifactId>httpcore</artifactId> |
| 2482 | + <version>${apache-httpcore.version}</version> |
| 2483 | + </dependency> |
2460 | 2484 | <!-- Batik - https://xmlgraphics.apache.org/batik/ --> |
2461 | 2485 | <dependency> |
2462 | 2486 | <groupId>org.apache.xmlgraphics</groupId> |
|
2805 | 2829 | <version>${itextpdf.version}</version> |
2806 | 2830 | </dependency> |
2807 | 2831 |
|
| 2832 | + <!-- Apache Jackrabbit WEBDAV Library - https://jackrabbit.apache.org/jcr/components/jackrabbit-webdav-library.html --> |
| 2833 | + <dependency> |
| 2834 | + <groupId>org.apache.jackrabbit</groupId> |
| 2835 | + <artifactId>jackrabbit-webdav</artifactId> |
| 2836 | + <version>${jackrabbit-webdav.version}</version> |
| 2837 | + </dependency> |
| 2838 | + |
2808 | 2839 | <!-- Java Advanced Imaging - https://java.net/projects/jai-core --> |
2809 | 2840 | <dependency> |
2810 | 2841 | <groupId>com.sun.media</groupId> |
|
0 commit comments