From 663f4225635ed43d947462ff5ccd94b96a733447 Mon Sep 17 00:00:00 2001 From: deviller <burma@free.fr> Date: Tue, 19 May 2020 13:04:10 +0200 Subject: [PATCH] [TECH] Remove compiler overloading in cas server pom --- cas/cas-server/pom.xml | 7 ------- ui/ui-frontend/package-lock.json | 2 +- 2 files changed, 1 insertion(+), 8 deletions(-) diff --git a/cas/cas-server/pom.xml b/cas/cas-server/pom.xml index 74cb2703..5452c039 100644 --- a/cas/cas-server/pom.xml +++ b/cas/cas-server/pom.xml @@ -459,13 +459,6 @@ </configuration> </plugin> - <plugin> - <groupId>org.apache.maven.plugins</groupId> - <artifactId>maven-compiler-plugin</artifactId> - <configuration> - <release>11</release> - </configuration> - </plugin> </plugins> </build> diff --git a/ui/ui-frontend/package-lock.json b/ui/ui-frontend/package-lock.json index 414852b3..66e02deb 100644 --- a/ui/ui-frontend/package-lock.json +++ b/ui/ui-frontend/package-lock.json @@ -10505,7 +10505,7 @@ }, "ui-frontend-common": { "version": "file:../ui-frontend-common/ui-frontend-common-1.0.2-SNAPSHOT.tgz", - "integrity": "sha512-82hwkIuYredacS2dQB2G8W5NcNPH+k9Imm3WMosQN3D3Ka7pbWvIgDmQ62nWQoOXmzbZ3ImtwN9kmuF69Rg1GA==", + "integrity": "sha512-zkt85hyZCwhYguPrm9ISekVC68THbTuJilKpnfIPTo546bEsnVYahRwXpOKRURIJGMiNuyCL0fCSlzY7/JGHQQ==", "requires": { "@angular/animations": "8.0.0", "@angular/cdk": "^8.0.0", -- GitLab