File tree Expand file tree Collapse file tree 5 files changed +17
-28
lines changed
aws-serverless-java-container-core
aws-serverless-java-container-jersey
aws-serverless-java-container-spark
aws-serverless-java-container-spring Expand file tree Collapse file tree 5 files changed +17
-28
lines changed Original file line number Diff line number Diff line change 11<?xml version =" 1.0" encoding =" UTF-8" ?>
2- <project xmlns =" http://maven.apache.org/POM/4.0.0"
3- xmlns : xsi =" http://www.w3.org/2001/XMLSchema-instance"
4- xsi : schemaLocation =" http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd" >
2+ <project xmlns =" http://maven.apache.org/POM/4.0.0" xmlns : xsi =" http://www.w3.org/2001/XMLSchema-instance" xsi : schemaLocation =" http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd" >
53 <modelVersion >4.0.0</modelVersion >
64
75 <artifactId >aws-serverless-java-container-core</artifactId >
86 <name >AWS Serverless Java container support - Core</name >
97 <description >Allows Java applications written for a servlet container to run in AWS Lambda</description >
108 <url >https://aws.amazon.com/lambda</url >
11- <version >0.2-SNAPSHOT </version >
9+ <version >0.2</version >
1210
1311 <parent >
1412 <groupId >com.amazonaws.serverless</groupId >
1513 <artifactId >aws-serverless-java-container</artifactId >
16- <version >0.2-SNAPSHOT </version >
14+ <version >0.2</version >
1715 </parent >
1816
1917 <dependencies >
Original file line number Diff line number Diff line change 11<?xml version =" 1.0" encoding =" UTF-8" ?>
2- <project xmlns =" http://maven.apache.org/POM/4.0.0"
3- xmlns : xsi =" http://www.w3.org/2001/XMLSchema-instance"
4- xsi : schemaLocation =" http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd" >
2+ <project xmlns =" http://maven.apache.org/POM/4.0.0" xmlns : xsi =" http://www.w3.org/2001/XMLSchema-instance" xsi : schemaLocation =" http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd" >
53 <modelVersion >4.0.0</modelVersion >
64
75 <artifactId >aws-serverless-java-container-jersey</artifactId >
86 <name >AWS Serverless Java container support - Jersey implementation</name >
97 <description >Allows Java applications written for Jersey to run in AWS Lambda</description >
108 <url >https://aws.amazon.com/lambda</url >
11- <version >0.2-SNAPSHOT </version >
9+ <version >0.2</version >
1210
1311 <parent >
1412 <groupId >com.amazonaws.serverless</groupId >
1513 <artifactId >aws-serverless-java-container</artifactId >
16- <version >0.2-SNAPSHOT </version >
14+ <version >0.2</version >
1715 </parent >
1816
1917 <properties >
2624 <dependency >
2725 <groupId >com.amazonaws.serverless</groupId >
2826 <artifactId >aws-serverless-java-container-core</artifactId >
29- <version >0.2-SNAPSHOT </version >
27+ <version >0.2</version >
3028 </dependency >
3129
3230 <!-- https://mvnrepository.com/artifact/org.glassfish.jersey.core/jersey-server -->
Original file line number Diff line number Diff line change 11<?xml version =" 1.0" encoding =" UTF-8" ?>
2- <project xmlns =" http://maven.apache.org/POM/4.0.0"
3- xmlns : xsi =" http://www.w3.org/2001/XMLSchema-instance"
4- xsi : schemaLocation =" http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd" >
2+ <project xmlns =" http://maven.apache.org/POM/4.0.0" xmlns : xsi =" http://www.w3.org/2001/XMLSchema-instance" xsi : schemaLocation =" http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd" >
53 <modelVersion >4.0.0</modelVersion >
64
75 <artifactId >aws-serverless-java-container-spark</artifactId >
86 <name >AWS Serverless Java container support - Spark implementation</name >
97 <description >Allows Java applications written for Spark to run in AWS Lambda</description >
108 <url >https://aws.amazon.com/lambda</url >
11- <version >0.2-SNAPSHOT </version >
9+ <version >0.2</version >
1210
1311 <parent >
1412 <groupId >com.amazonaws.serverless</groupId >
1513 <artifactId >aws-serverless-java-container</artifactId >
16- <version >0.2-SNAPSHOT </version >
14+ <version >0.2</version >
1715 </parent >
1816
1917 <properties >
2624 <dependency >
2725 <groupId >com.amazonaws.serverless</groupId >
2826 <artifactId >aws-serverless-java-container-core</artifactId >
29- <version >0.2-SNAPSHOT </version >
27+ <version >0.2</version >
3028 </dependency >
3129
3230 <!-- https://mvnrepository.com/artifact/com.sparkjava/spark-core -->
Original file line number Diff line number Diff line change 11<?xml version =" 1.0" encoding =" UTF-8" ?>
2- <project xmlns =" http://maven.apache.org/POM/4.0.0"
3- xmlns : xsi =" http://www.w3.org/2001/XMLSchema-instance"
4- xsi : schemaLocation =" http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd" >
2+ <project xmlns =" http://maven.apache.org/POM/4.0.0" xmlns : xsi =" http://www.w3.org/2001/XMLSchema-instance" xsi : schemaLocation =" http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd" >
53 <modelVersion >4.0.0</modelVersion >
64
75 <artifactId >aws-serverless-java-container-spring</artifactId >
86 <name >AWS Serverless Java container support - Spring implementation</name >
97 <description >Allows Java applications written for the Spring framework to run in AWS Lambda</description >
108 <url >https://aws.amazon.com/lambda</url >
11- <version >0.2-SNAPSHOT </version >
9+ <version >0.2</version >
1210
1311 <parent >
1412 <groupId >com.amazonaws.serverless</groupId >
1513 <artifactId >aws-serverless-java-container</artifactId >
16- <version >0.2-SNAPSHOT </version >
14+ <version >0.2</version >
1715 </parent >
1816
1917 <properties >
2624 <dependency >
2725 <groupId >com.amazonaws.serverless</groupId >
2826 <artifactId >aws-serverless-java-container-core</artifactId >
29- <version >0.2-SNAPSHOT </version >
27+ <version >0.2</version >
3028 </dependency >
3129
3230 <!-- https://mvnrepository.com/artifact/org.springframework/spring-webmvc -->
Original file line number Diff line number Diff line change 1- <project xmlns =" http://maven.apache.org/POM/4.0.0"
2- xmlns : xsi =" http://www.w3.org/2001/XMLSchema-instance"
3- xsi : schemaLocation =" http://maven.apache.org/POM/4.0.0
4- http://maven.apache.org/maven-v4_0_0.xsd" >
1+ <project xmlns =" http://maven.apache.org/POM/4.0.0" xmlns : xsi =" http://www.w3.org/2001/XMLSchema-instance" xsi : schemaLocation =" http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd" >
52 <modelVersion >4.0.0</modelVersion >
63
74 <groupId >com.amazonaws.serverless</groupId >
85 <artifactId >aws-serverless-java-container</artifactId >
96 <packaging >pom</packaging >
10- <version >0.2-SNAPSHOT </version >
7+ <version >0.2</version >
118 <name >AWS Serverless Java container</name >
129
1310 <!-- https://mvnrepository.com/artifact/org.sonatype.oss/oss-parent -->
You can’t perform that action at this time.
0 commit comments