Skip to content

Commit 4210016

Browse files
committed
revert to 2.1.5 snapshot
1 parent 0cf2ccb commit 4210016

File tree

1 file changed

+3
-29
lines changed
  • aws-serverless-java-container-springboot3

1 file changed

+3
-29
lines changed

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

Lines changed: 3 additions & 29 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
<parent>
44
<artifactId>aws-serverless-java-container</artifactId>
55
<groupId>com.amazonaws.serverless</groupId>
6-
<version>3.0.0-SNAPSHOT</version>
6+
<version>2.1.5-SNAPSHOT</version>
77
</parent>
88
<modelVersion>4.0.0</modelVersion>
99

@@ -12,7 +12,6 @@
1212
<name>AWS Serverless Java container support - SpringBoot 3 implementation</name>
1313
<description>Allows Java applications written for SpringBoot 3 to run in AWS Lambda</description>
1414
<url>https://aws.amazon.com/lambda</url>
15-
<version>2.1.5-SNAPSHOT</version>
1615

1716
<properties>
1817
<spring.version>6.2.8</spring.version>
@@ -30,26 +29,12 @@
3029
<dependency>
3130
<groupId>com.amazonaws.serverless</groupId>
3231
<artifactId>aws-serverless-java-container-core</artifactId>
33-
<version>3.0.0-SNAPSHOT</version>
34-
<exclusions>
35-
<exclusion>
36-
<groupId>tools.jackson.core</groupId>
37-
<artifactId>jackson-databind</artifactId>
38-
</exclusion>
39-
<exclusion>
40-
<groupId>tools.jackson.core</groupId>
41-
<artifactId>jackson-core</artifactId>
42-
</exclusion>
43-
<exclusion>
44-
<groupId>com.fasterxml.jackson.core</groupId>
45-
<artifactId>jackson-annotations</artifactId>
46-
</exclusion>
47-
</exclusions>
32+
<version>2.1.5-SNAPSHOT</version>
4833
</dependency>
4934
<dependency>
5035
<groupId>com.amazonaws.serverless</groupId>
5136
<artifactId>aws-serverless-java-container-core</artifactId>
52-
<version>3.0.0-SNAPSHOT</version>
37+
<version>2.1.5-SNAPSHOT</version>
5338
<classifier>tests</classifier>
5439
<type>test-jar</type>
5540
<scope>test</scope>
@@ -60,17 +45,6 @@
6045
<version>4.9.3</version>
6146
<scope>provided</scope>
6247
</dependency>
63-
<!-- Jackson 2 dependencies for SpringBoot3 compatibility -->
64-
<dependency>
65-
<groupId>com.fasterxml.jackson.core</groupId>
66-
<artifactId>jackson-core</artifactId>
67-
<version>2.18.2</version>
68-
</dependency>
69-
<dependency>
70-
<groupId>com.fasterxml.jackson.core</groupId>
71-
<artifactId>jackson-databind</artifactId>
72-
<version>2.18.2</version>
73-
</dependency>
7448
<dependency>
7549
<groupId>org.springframework</groupId>
7650
<artifactId>spring-webflux</artifactId>

0 commit comments

Comments
 (0)