File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1313<dependency >
1414 <groupId >com.amazonaws</groupId >
1515 <artifactId >aws-lambda-java-core</artifactId >
16- <version >1.0 .0</version >
16+ <version >1.1 .0</version >
1717</dependency >
1818<dependency >
1919 <groupId >com.amazonaws</groupId >
2020 <artifactId >aws-lambda-java-events</artifactId >
2121 <version >1.1.0</version >
2222</dependency >
23+ <dependency >
24+ <groupId >com.amazonaws</groupId >
25+ <artifactId >aws-lambda-java-log4j</artifactId >
26+ <version >1.0.0</version >
27+ </dependency >
2328```
2429
2530[ Gradle] ( https://gradle.org )
2631
2732``` groovy
28- 'com.amazonaws:aws-lambda-java-core:1.0 .0'
33+ 'com.amazonaws:aws-lambda-java-core:1.1 .0'
2934'com.amazonaws:aws-lambda-java-events:1.1.0'
35+ 'com.amazonaws:aws-lambda-java-log4j:1.0.0'
3036```
3137
3238[ Leiningen] ( http://leiningen.org ) and [ Boot] ( http://boot-clj.com )
3339
3440``` clojure
35- [com.amazonaws/aws-lambda-java-core " 1.0 .0" ]
41+ [com.amazonaws/aws-lambda-java-core " 1.1 .0" ]
3642[com.amazonaws/aws-lambda-java-events " 1.1.0" ]
43+ [com.amazonaws/aws-lambda-java-logj4 " 1.0.0" ]
3744```
3845
3946[ sbt] ( http://www.scala-sbt.org )
4047
4148``` scala
42- " com.amazonaws" % " aws-lambda-java-core" % " 1.0 .0"
49+ " com.amazonaws" % " aws-lambda-java-core" % " 1.1 .0"
4350" com.amazonaws" % " aws-lambda-java-events" % " 1.1.0"
51+ " com.amazonaws" % " aws-lambda-java-logj4" % " 1.0.0"
4452```
You can’t perform that action at this time.
0 commit comments