|
22 | 22 | <artifactId>aws-lambda-java-events</artifactId>
|
23 | 23 | <version>2.2.9</version>
|
24 | 24 | </dependency>
|
25 |
| - <dependency> |
26 |
| - <groupId>com.amazonaws</groupId> |
27 |
| - <artifactId>aws-lambda-java-log4j2</artifactId> |
28 |
| - <version>1.5.0</version> |
29 |
| - </dependency> |
30 |
| - <dependency> |
31 |
| - <groupId>org.apache.logging.log4j</groupId> |
32 |
| - <artifactId>log4j-api</artifactId> |
33 |
| - <version>[2.17.1,)</version> |
34 |
| - </dependency> |
35 |
| - <dependency> |
36 |
| - <groupId>org.apache.logging.log4j</groupId> |
37 |
| - <artifactId>log4j-core</artifactId> |
38 |
| - <version>[2.17.1,)</version> |
39 |
| - </dependency> |
40 | 25 | <dependency>
|
41 | 26 | <groupId>org.apache.logging.log4j</groupId>
|
42 | 27 | <artifactId>log4j-slf4j18-impl</artifactId>
|
|
52 | 37 | <artifactId>aws-xray-recorder-sdk-core</artifactId>
|
53 | 38 | <version>2.4.0</version>
|
54 | 39 | </dependency>
|
55 |
| - <dependency> |
56 |
| - <groupId>com.amazonaws</groupId> |
57 |
| - <artifactId>aws-xray-recorder-sdk-aws-sdk-core</artifactId> |
58 |
| - <version>2.4.0</version> |
59 |
| - </dependency> |
60 |
| - <dependency> |
61 |
| - <groupId>com.amazonaws</groupId> |
62 |
| - <artifactId>aws-xray-recorder-sdk-aws-sdk-v2</artifactId> |
63 |
| - <version>2.4.0</version> |
64 |
| - </dependency> |
65 |
| - <dependency> |
66 |
| - <groupId>com.amazonaws</groupId> |
67 |
| - <artifactId>aws-xray-recorder-sdk-aws-sdk-v2-instrumentor</artifactId> |
68 |
| - <version>2.4.0</version> |
69 |
| - </dependency> |
70 | 40 | <dependency>
|
71 | 41 | <groupId>org.junit.jupiter</groupId>
|
72 | 42 | <artifactId>junit-jupiter-api</artifactId>
|
|
99 | 69 | <version>3.2.2</version>
|
100 | 70 | <configuration>
|
101 | 71 | <createDependencyReducedPom>false</createDependencyReducedPom>
|
| 72 | + <filters> |
| 73 | + <filter> |
| 74 | + <artifact>*:*</artifact> |
| 75 | + <excludes> |
| 76 | + <exclude>module-info.class</exclude> |
| 77 | + <exclude>META-INF/*</exclude> |
| 78 | + <exclude>META-INF/versions/**</exclude> |
| 79 | + <exclude>META-INF/services/**</exclude> |
| 80 | + </excludes> |
| 81 | + </filter> |
| 82 | + </filters> |
102 | 83 | </configuration>
|
103 | 84 | <executions>
|
104 | 85 | <execution>
|
|
0 commit comments