Skip to content
This repository was archived by the owner on Feb 23, 2023. It is now read-only.

Commit 4fc3d4f

Browse files
committed
chore: cleanup pom.xml for validation examples
1 parent 4bc2dd9 commit 4fc3d4f

File tree

1 file changed

+0
-25
lines changed

1 file changed

+0
-25
lines changed

java/Validation/Function/pom.xml

Lines changed: 0 additions & 25 deletions
Original file line numberDiff line numberDiff line change
@@ -24,36 +24,11 @@
2424
<artifactId>powertools-validation</artifactId>
2525
<version>1.11.0</version>
2626
</dependency>
27-
<dependency>
28-
<groupId>software.amazon.awssdk</groupId>
29-
<artifactId>url-connection-client</artifactId>
30-
<version>2.17.135</version>
31-
</dependency>
3227
<dependency>
3328
<groupId>com.amazonaws</groupId>
3429
<artifactId>aws-lambda-java-core</artifactId>
3530
<version>1.2.1</version>
3631
</dependency>
37-
<dependency>
38-
<groupId>com.amazonaws</groupId>
39-
<artifactId>aws-lambda-java-events</artifactId>
40-
<version>3.11.0</version>
41-
</dependency>
42-
<dependency>
43-
<groupId>org.apache.logging.log4j</groupId>
44-
<artifactId>log4j-core</artifactId>
45-
<version>${log4j.version}</version>
46-
</dependency>
47-
<dependency>
48-
<groupId>org.apache.logging.log4j</groupId>
49-
<artifactId>log4j-api</artifactId>
50-
<version>${log4j.version}</version>
51-
</dependency>
52-
<dependency>
53-
<groupId>com.fasterxml.jackson.datatype</groupId>
54-
<artifactId>jackson-datatype-joda</artifactId>
55-
<version>2.13.1</version>
56-
</dependency>
5732

5833
<!-- Test dependencies -->
5934
<dependency>

0 commit comments

Comments
 (0)