Skip to content

Commit 97bfe83

Browse files
committed
Add apache-httpclient, apache-httpcore and jackrabbit-webdav to dependency management
1 parent c28f3ac commit 97bfe83

1 file changed

Lines changed: 31 additions & 0 deletions

File tree

pom.xml

Lines changed: 31 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -637,6 +637,10 @@
637637
<!-- Apache Spark - https://spark.apache.org/ -->
638638
<spark.version>2.3.1</spark.version>
639639

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+
640644
<!-- Batik - https://xmlgraphics.apache.org/batik/ -->
641645
<batik.version>1.11</batik.version>
642646
<batik-anim.version>${batik.version}</batik-anim.version>
@@ -708,6 +712,9 @@
708712
<!-- iText PDF - https://github.com/itext/itextpdf -->
709713
<itextpdf.version>5.5.13.1</itextpdf.version>
710714

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+
711718
<!-- Java Advanced Imaging - https://java.net/projects/jai-core -->
712719
<jai.version>1.1.3</jai.version>
713720
<jai-codec.version>${jai.version}</jai-codec.version>
@@ -2457,6 +2464,23 @@
24572464
</exclusion>
24582465
</exclusions>
24592466
</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>
24602484
<!-- Batik - https://xmlgraphics.apache.org/batik/ -->
24612485
<dependency>
24622486
<groupId>org.apache.xmlgraphics</groupId>
@@ -2805,6 +2829,13 @@
28052829
<version>${itextpdf.version}</version>
28062830
</dependency>
28072831

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+
28082839
<!-- Java Advanced Imaging - https://java.net/projects/jai-core -->
28092840
<dependency>
28102841
<groupId>com.sun.media</groupId>

0 commit comments

Comments
 (0)