|
53 | 53 | <artifactId>winp</artifactId>
|
54 | 54 | <version>1.23</version>
|
55 | 55 | </dependency>
|
56 |
| - |
| 56 | + <dependency> |
| 57 | + <groupId>org.projectlombok</groupId> |
| 58 | + <artifactId>lombok</artifactId> |
| 59 | + <version>1.16.12</version> |
| 60 | + </dependency> |
57 | 61 | <dependency>
|
58 | 62 | <groupId>com.amazonaws</groupId>
|
59 | 63 | <artifactId>aws-java-sdk</artifactId>
|
60 |
| - <version>1.11.125</version> |
| 64 | + <version>1.11.313</version> |
61 | 65 | <scope>provided</scope>
|
62 | 66 | </dependency>
|
63 | 67 | <dependency>
|
64 | 68 | <groupId>com.amazonaws</groupId>
|
65 | 69 | <artifactId>aws-lambda-java-core</artifactId>
|
66 |
| - <version>1.1.0</version> |
67 |
| - </dependency> |
68 |
| - <dependency> |
69 |
| - <groupId>org.projectlombok</groupId> |
70 |
| - <artifactId>lombok</artifactId> |
71 |
| - <version>1.16.12</version> |
| 70 | + <version>1.2.0</version> |
72 | 71 | </dependency>
|
73 | 72 | <dependency>
|
74 | 73 | <groupId>com.amazonaws</groupId>
|
75 | 74 | <artifactId>aws-lambda-java-events</artifactId>
|
76 |
| - <version>1.3.0</version> |
77 |
| - <exclusions> |
78 |
| - <exclusion> |
79 |
| - <groupId>com.amazonaws</groupId> |
80 |
| - <artifactId>aws-java-sdk-s3</artifactId> |
81 |
| - </exclusion> |
82 |
| - <exclusion> |
83 |
| - <groupId>com.amazonaws</groupId> |
84 |
| - <artifactId>aws-java-sdk-sns</artifactId> |
85 |
| - </exclusion> |
86 |
| - <exclusion> |
87 |
| - <groupId>com.amazonaws</groupId> |
88 |
| - <artifactId>aws-java-sdk-kinesis</artifactId> |
89 |
| - </exclusion> |
90 |
| - <exclusion> |
91 |
| - <groupId>com.amazonaws</groupId> |
92 |
| - <artifactId>aws-java-sdk-dynamodb</artifactId> |
93 |
| - </exclusion> |
94 |
| - </exclusions> |
| 75 | + <version>2.1.0</version> |
| 76 | + </dependency> |
| 77 | + <dependency> |
| 78 | + <groupId>commons-logging</groupId> |
| 79 | + <artifactId>commons-logging</artifactId> |
| 80 | + <version>1.2</version> |
95 | 81 | </dependency>
|
96 | 82 |
|
97 | 83 | <!-- test dependencies -->
|
|
120 | 106 | <profile>
|
121 | 107 | <id>fatjar</id>
|
122 | 108 | <dependencies>
|
123 |
| - <dependency> |
124 |
| - <groupId>com.amazonaws</groupId> |
125 |
| - <artifactId>aws-java-sdk</artifactId> |
126 |
| - <version>1.11.125</version> |
127 |
| - </dependency> |
| 109 | + <dependency> |
| 110 | + <groupId>com.amazonaws</groupId> |
| 111 | + <artifactId>aws-java-sdk</artifactId> |
| 112 | + <version>1.11.313</version> |
| 113 | + </dependency> |
128 | 114 | </dependencies>
|
129 | 115 | </profile>
|
130 | 116 | </profiles>
|
|
152 | 138 | </execution>
|
153 | 139 | </executions>
|
154 | 140 | <configuration>
|
155 |
| - <minimizeJar>true</minimizeJar> |
| 141 | + <minimizeJar>false</minimizeJar> |
156 | 142 | <createDependencyReducedPom>false</createDependencyReducedPom>
|
157 | 143 | <shadedArtifactAttached>true</shadedArtifactAttached>
|
158 | 144 | <shadedClassifierName>fat</shadedClassifierName>
|
|
190 | 176 | </relocation>
|
191 | 177 | <relocation>
|
192 | 178 | <pattern>org.apache.commons</pattern>
|
193 |
| - <shadedPattern>com.amazonaws.thirdparty.apache.codec</shadedPattern> |
| 179 | + <shadedPattern>com.amazonaws.thirdparty.apache.commons</shadedPattern> |
194 | 180 | </relocation>
|
195 | 181 | <relocation>
|
196 | 182 | <pattern>software.amazon.ion</pattern>
|
197 | 183 | <shadedPattern>com.amazonaws.thirdparty.ion</shadedPattern>
|
198 | 184 | </relocation>
|
199 |
| - <relocation> |
200 |
| - <pattern>org.apache.commons.logging</pattern> |
201 |
| - <shadedPattern>com.amazonaws.thirdparty.apache.logging</shadedPattern> |
202 |
| - </relocation> |
203 |
| - <relocation> |
204 |
| - <pattern>org.apache.commons.logging</pattern> |
205 |
| - <shadedPattern>com.amazonaws.thirdparty.apache.logging</shadedPattern> |
206 |
| - </relocation> |
207 | 185 | </relocations>
|
208 | 186 | </configuration>
|
209 | 187 | </plugin>
|
|
0 commit comments