File tree Expand file tree Collapse file tree 6 files changed +9
-15
lines changed
aws-serverless-java-container-jersey
aws-serverless-java-container-springboot4
aws-serverless-java-container-spring
aws-serverless-jersey-archetype/src/main/resources/archetype-resources
aws-serverless-spring-archetype/src/main/resources/archetype-resources
samples/springboot4/pet-store Expand file tree Collapse file tree 6 files changed +9
-15
lines changed Original file line number Diff line number Diff line change 2424 <dependency >
2525 <groupId >com.amazonaws.serverless</groupId >
2626 <artifactId >aws-serverless-java-container-core</artifactId >
27- <version >3.0.0-SNAPSHOT </version >
27+ <version >${project.version} </version >
2828 </dependency >
2929 <dependency >
3030 <groupId >com.amazonaws.serverless</groupId >
3131 <artifactId >aws-serverless-java-container-core</artifactId >
32- <version >3.0.0-SNAPSHOT </version >
32+ <version >${project.version} </version >
3333 <classifier >tests</classifier >
3434 <type >test-jar</type >
3535 <scope >test</scope >
Original file line number Diff line number Diff line change 2525 <dependency >
2626 <groupId >com.amazonaws.serverless</groupId >
2727 <artifactId >aws-serverless-java-container-core</artifactId >
28- <version >3.0.0-SNAPSHOT </version >
28+ <version >${project.version} </version >
2929 </dependency >
3030 <dependency >
3131 <groupId >com.amazonaws.serverless</groupId >
3232 <artifactId >aws-serverless-java-container-core</artifactId >
33- <version >3.0.0-SNAPSHOT </version >
33+ <version >${project.version} </version >
3434 <classifier >tests</classifier >
3535 <type >test-jar</type >
3636 <scope >test</scope >
Original file line number Diff line number Diff line change 4242 <dependency >
4343 <groupId >com.amazonaws.serverless</groupId >
4444 <artifactId >aws-serverless-java-container-core</artifactId >
45- <version >3.0.0-SNAPSHOT </version >
45+ <version >${project.version} </version >
4646 </dependency >
4747 <dependency >
4848 <groupId >com.amazonaws.serverless</groupId >
4949 <artifactId >aws-serverless-java-container-core</artifactId >
50- <version >3.0.0-SNAPSHOT </version >
50+ <version >${project.version} </version >
5151 <classifier >tests</classifier >
5252 <type >test-jar</type >
5353 <scope >test</scope >
Original file line number Diff line number Diff line change 2929 <dependency >
3030 <groupId >com.amazonaws.serverless</groupId >
3131 <artifactId >aws-serverless-java-container-core</artifactId >
32- <version >3.0.0-SNAPSHOT </version >
32+ <version >${project.version} </version >
3333 <classifier >tests</classifier >
3434 <type >test-jar</type >
3535 <scope >test</scope >
Original file line number Diff line number Diff line change 3030 <dependency >
3131 <groupId >com.amazonaws.serverless</groupId >
3232 <artifactId >aws-serverless-java-container-core</artifactId >
33- <version >3.0.0-SNAPSHOT </version >
33+ <version >${project.version} </version >
3434 <classifier >tests</classifier >
3535 <type >test-jar</type >
3636 <scope >test</scope >
Original file line number Diff line number Diff line change 4343 <dependency >
4444 <groupId >com.amazonaws.serverless</groupId >
4545 <artifactId >aws-serverless-java-container-springboot4</artifactId >
46- <version >[2.0.0-SNAPSHOT,),[2.0.0-M1,)</version >
47- </dependency >
48- <!-- Add Jackson 2.x for core library compatibility -->
49- <dependency >
50- <groupId >com.fasterxml.jackson.core</groupId >
51- <artifactId >jackson-databind</artifactId >
52- <version >2.18.2</version >
46+ <version >[3.0.0-SNAPSHOT,)</version >
5347 </dependency >
5448 </dependencies >
5549
You can’t perform that action at this time.
0 commit comments