|
19 | 19 | <properties> |
20 | 20 | <project.build.sourceEncoding>UTF-8</project.build.sourceEncoding> |
21 | 21 | <project.reporting.outputEncoding>UTF-8</project.reporting.outputEncoding> |
22 | | - <aws-lambda-events.version>3.9.0</aws-lambda-events.version> |
| 22 | + <aws-lambda-events.version>3.11.4</aws-lambda-events.version> |
23 | 23 | <aws-java-sdk.version>1.12.29</aws-java-sdk.version> |
| 24 | + <aws-lambda-java-log4j.version>1.0.1</aws-lambda-java-log4j.version> |
| 25 | + <aws-lambda-java-serialization.version>1.1.5</aws-lambda-java-serialization.version> |
| 26 | + <aws-lambda-java-core.version>1.2.3</aws-lambda-java-core.version> |
| 27 | + <amazon-kinesis-client.version>1.15.1</amazon-kinesis-client.version> |
24 | 28 | <aws-kinesis-deaggregator.version>1.0.3</aws-kinesis-deaggregator.version> |
25 | 29 | <aws-kinesis-aggregator.version>1.0.3</aws-kinesis-aggregator.version> |
26 | 30 | </properties> |
|
37 | 41 | <dependency> |
38 | 42 | <groupId>com.amazonaws</groupId> |
39 | 43 | <artifactId>aws-lambda-java-log4j</artifactId> |
40 | | - <version>1.0.0</version> |
| 44 | + <version>${aws-lambda-java-log4j.version}</version> |
41 | 45 | <scope>provided</scope> |
42 | 46 | </dependency> |
43 | 47 | <dependency> |
44 | 48 | <groupId>com.amazonaws</groupId> |
45 | 49 | <artifactId>aws-lambda-java-serialization</artifactId> |
46 | | - <version>1.0.0</version> |
| 50 | + <version>${aws-lambda-java-serialization.version}</version> |
47 | 51 | <scope>provided</scope> |
48 | 52 | </dependency> |
49 | 53 | <dependency> |
50 | 54 | <groupId>com.amazonaws</groupId> |
51 | 55 | <artifactId>aws-lambda-java-core</artifactId> |
52 | | - <version>1.2.1</version> |
| 56 | + <version>${aws-lambda-java-core.version}</version> |
53 | 57 | <scope>provided</scope> |
54 | 58 | </dependency> |
55 | 59 | <dependency> |
56 | 60 | <groupId>com.amazonaws</groupId> |
57 | 61 | <artifactId>amazon-kinesis-client</artifactId> |
58 | | - <version>1.14.4</version> |
| 62 | + <version>${amazon-kinesis-client.version}</version> |
59 | 63 | <scope>provided</scope> |
60 | 64 | </dependency> |
61 | 65 | <dependency> |
|
84 | 88 | <optional>true</optional> |
85 | 89 | <scope>provided</scope> |
86 | 90 | </dependency> |
87 | | - |
88 | | -<!-- <dependency>--> |
89 | | -<!-- <groupId>org.springframework</groupId>--> |
90 | | -<!-- <artifactId>spring-web</artifactId>--> |
91 | | -<!-- </dependency>--> |
92 | 91 | <dependency> |
93 | 92 | <groupId>org.springframework</groupId> |
94 | 93 | <artifactId>spring-webmvc</artifactId> |
|
121 | 120 | <scope>test</scope> |
122 | 121 | </dependency> |
123 | 122 | </dependencies> |
124 | | - |
125 | | - <repositories> |
126 | | - <repository> |
127 | | - <id>spring-snapshots</id> |
128 | | - <name>Spring Snapshots</name> |
129 | | - <url>https://repo.spring.io/snapshot</url> |
130 | | - <snapshots> |
131 | | - <enabled>true</enabled> |
132 | | - </snapshots> |
133 | | - </repository> |
134 | | - <repository> |
135 | | - <id>spring-milestones</id> |
136 | | - <name>Spring Milestones</name> |
137 | | - <url>https://repo.spring.io/milestone</url> |
138 | | - <snapshots> |
139 | | - <enabled>false</enabled> |
140 | | - </snapshots> |
141 | | - </repository> |
142 | | - </repositories> |
143 | | - <pluginRepositories> |
144 | | - <pluginRepository> |
145 | | - <id>spring-snapshots</id> |
146 | | - <name>Spring Snapshots</name> |
147 | | - <url>https://repo.spring.io/snapshot</url> |
148 | | - <snapshots> |
149 | | - <enabled>true</enabled> |
150 | | - </snapshots> |
151 | | - </pluginRepository> |
152 | | - <pluginRepository> |
153 | | - <id>spring-milestones</id> |
154 | | - <name>Spring Milestones</name> |
155 | | - <url>https://repo.spring.io/milestone</url> |
156 | | - <snapshots> |
157 | | - <enabled>false</enabled> |
158 | | - </snapshots> |
159 | | - </pluginRepository> |
160 | | - </pluginRepositories> |
161 | | - |
162 | 123 | </project> |
0 commit comments