diff options
Diffstat (limited to 'eaaf_core_api/pom.xml')
-rw-r--r-- | eaaf_core_api/pom.xml | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/eaaf_core_api/pom.xml b/eaaf_core_api/pom.xml index 4fea906f..9a482b7e 100644 --- a/eaaf_core_api/pom.xml +++ b/eaaf_core_api/pom.xml @@ -53,8 +53,8 @@ <artifactId>jackson-annotations</artifactId> </dependency> <dependency> - <groupId>javax.servlet</groupId> - <artifactId>javax.servlet-api</artifactId> + <groupId>jakarta.servlet</groupId> + <artifactId>jakarta.servlet-api</artifactId> <scope>provided</scope> </dependency> </dependencies> @@ -69,7 +69,7 @@ </resources> <plugins> - <plugin> + <plugin> <groupId>com.github.spotbugs</groupId> <artifactId>spotbugs-maven-plugin</artifactId> <version>${spotbugs-maven-plugin.version}</version> @@ -78,7 +78,7 @@ <excludeFilterFile>checks/spotbugs-exclude.xml</excludeFilterFile> </configuration> </plugin> - </plugins> + </plugins> </build> |