Skip to content

Commit ddc9b61

Browse files
committed
set httpcore dependency to optional (#394)
1 parent ad4a7a3 commit ddc9b61

File tree

1 file changed

+4
-2
lines changed
  • aws-serverless-java-container-core

1 file changed

+4
-2
lines changed

aws-serverless-java-container-core/pom.xml

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -74,7 +74,7 @@
7474
<dependency>
7575
<groupId>org.apache.httpcomponents</groupId>
7676
<artifactId>httpmime</artifactId>
77-
<version>4.5.6</version>
77+
<version>4.5.13</version>
7878
<scope>compile</scope>
7979
</dependency>
8080

@@ -88,8 +88,10 @@
8888
<dependency>
8989
<groupId>org.apache.httpcomponents</groupId>
9090
<artifactId>httpcore</artifactId>
91-
<version>4.4.10</version>
91+
<version>4.4.14</version>
9292
<scope>compile</scope>
93+
<optional>true</optional><!-- TODO move AwsProxyRequestBuilder to seperate test-jar and change scope to test
94+
https://github.com/awslabs/aws-serverless-java-container/issues/394 -->
9395
</dependency>
9496
<dependency>
9597
<groupId>org.springframework.security</groupId>

0 commit comments

Comments
 (0)