Skip to content

Commit 32ba6c9

Browse files
committed
Remove unused dependency jakarta.annotation:jakarta.annotation-api added by the recipe
1 parent 794973b commit 32ba6c9

File tree

4 files changed

+0
-24
lines changed

4 files changed

+0
-24
lines changed

geowebcache/azureblob/pom.xml

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -37,12 +37,6 @@
3737
<artifactId>gwc-core</artifactId>
3838
<version>${project.version}</version>
3939
</dependency>
40-
<dependency>
41-
<groupId>jakarta.annotation</groupId>
42-
<artifactId>jakarta.annotation-api</artifactId>
43-
<version>1.3.5</version>
44-
<scope>provided</scope>
45-
</dependency>
4640

4741
<dependency>
4842
<groupId>com.azure</groupId>

geowebcache/core/pom.xml

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -105,12 +105,6 @@
105105
<groupId>org.springframework</groupId>
106106
<artifactId>spring-webmvc</artifactId>
107107
</dependency>
108-
<dependency>
109-
<groupId>jakarta.annotation</groupId>
110-
<artifactId>jakarta.annotation-api</artifactId>
111-
<version>1.3.5</version>
112-
<scope>provided</scope>
113-
</dependency>
114108
<dependency>
115109
<groupId>org.springframework</groupId>
116110
<artifactId>spring-jdbc</artifactId>

geowebcache/s3storage/pom.xml

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -20,12 +20,6 @@
2020
<artifactId>gwc-core</artifactId>
2121
<version>${project.version}</version>
2222
</dependency>
23-
<dependency>
24-
<groupId>jakarta.annotation</groupId>
25-
<artifactId>jakarta.annotation-api</artifactId>
26-
<version>1.3.5</version>
27-
<scope>provided</scope>
28-
</dependency>
2923
<dependency>
3024
<groupId>com.amazonaws</groupId>
3125
<artifactId>aws-java-sdk-s3</artifactId>

geowebcache/swiftblob/pom.xml

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -22,12 +22,6 @@
2222
<artifactId>gwc-core</artifactId>
2323
<version>${project.version}</version>
2424
</dependency>
25-
<dependency>
26-
<groupId>jakarta.annotation</groupId>
27-
<artifactId>jakarta.annotation-api</artifactId>
28-
<version>1.3.5</version>
29-
<scope>provided</scope>
30-
</dependency>
3125
<!-- jclouds OpenStack dependencies -->
3226
<dependency>
3327
<groupId>org.apache.jclouds.api</groupId>

0 commit comments

Comments
 (0)