This is an automated email from the ASF dual-hosted git repository. ilgrosso pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/syncope.git
commit a082f533271aec3b629223a646542af0bf7d5976 Author: Francesco Chicchiriccò <[email protected]> AuthorDate: Thu Feb 19 07:00:44 2026 +0100 cleanup --- ext/scimv2/scim-rest-api/pom.xml | 9 --------- 1 file changed, 9 deletions(-) diff --git a/ext/scimv2/scim-rest-api/pom.xml b/ext/scimv2/scim-rest-api/pom.xml index da202d96be..5f78d0ecf8 100644 --- a/ext/scimv2/scim-rest-api/pom.xml +++ b/ext/scimv2/scim-rest-api/pom.xml @@ -66,15 +66,6 @@ under the License. <groupId>org.apache.maven.plugins</groupId> <artifactId>maven-checkstyle-plugin</artifactId> </plugin> - <plugin> - <groupId>org.apache.maven.plugins</groupId> - <artifactId>maven-compiler-plugin</artifactId> - <version>3.15.0</version> - <configuration> - <source>21</source> - <target>21</target> - </configuration> - </plugin> </plugins> </build> </project>
