Skip to content

Commit afd3bcc

Browse files
committed
Add httpcore dependency
1 parent 43e4943 commit afd3bcc

File tree

1 file changed

+20
-15
lines changed

1 file changed

+20
-15
lines changed

pom.xml

Lines changed: 20 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -437,6 +437,21 @@
437437
</build>
438438
<dependencyManagement>
439439
<dependencies>
440+
<dependency>
441+
<groupId>com.fasterxml.jackson</groupId>
442+
<artifactId>jackson-bom</artifactId>
443+
<version>2.20.0</version>
444+
<scope>import</scope>
445+
<type>pom</type>
446+
</dependency>
447+
<dependency>
448+
<!-- Import dependency management from Spring Boot -->
449+
<groupId>org.springframework.boot</groupId>
450+
<artifactId>spring-boot-dependencies</artifactId>
451+
<version>${springboot.version}</version>
452+
<type>pom</type>
453+
<scope>import</scope>
454+
</dependency>
440455
<dependency>
441456
<groupId>jakarta.servlet</groupId>
442457
<artifactId>jakarta.servlet-api</artifactId>
@@ -478,21 +493,6 @@
478493
<artifactId>jaxb-runtime</artifactId>
479494
<version>4.0.5</version>
480495
</dependency>
481-
<dependency>
482-
<groupId>com.fasterxml.jackson</groupId>
483-
<artifactId>jackson-bom</artifactId>
484-
<version>2.20.0</version>
485-
<scope>import</scope>
486-
<type>pom</type>
487-
</dependency>
488-
<dependency>
489-
<!-- Import dependency management from Spring Boot -->
490-
<groupId>org.springframework.boot</groupId>
491-
<artifactId>spring-boot-dependencies</artifactId>
492-
<version>${springboot.version}</version>
493-
<type>pom</type>
494-
<scope>import</scope>
495-
</dependency>
496496
<dependency>
497497
<groupId>org.gwtproject</groupId>
498498
<artifactId>gwt-dev</artifactId>
@@ -864,6 +864,11 @@
864864
<artifactId>httpclient5</artifactId>
865865
<version>5.6</version>
866866
</dependency>
867+
<dependency>
868+
<groupId>org.apache.httpcomponents.core5</groupId>
869+
<artifactId>httpcore5</artifactId>
870+
<version>5.4</version>
871+
</dependency>
867872
<!-- Templating system dependencies -->
868873
<dependency>
869874
<groupId>com.github.jknack</groupId>

0 commit comments

Comments
 (0)