From 5028fac27665a3fd1070325171482564258455b5 Mon Sep 17 00:00:00 2001 From: petruki <31597636+petruki@users.noreply.github.com> Date: Tue, 20 Aug 2024 21:19:24 -0700 Subject: [PATCH] Patched spring-security-config@6.3.2 --- pom.xml | 833 ++++++++++++++++++++++++++++---------------------------- 1 file changed, 421 insertions(+), 412 deletions(-) diff --git a/pom.xml b/pom.xml index 6306981..46eca82 100644 --- a/pom.xml +++ b/pom.xml @@ -1,116 +1,117 @@ - 4.0.0 - - com.github.switcherac - switcher-ac - 1.0.9-SNAPSHOT - - Switcher Account Control - Account Control Service for Switcher API - https://github.com/switcherapi/switcher-ac - - - - Roger Floriano - switcher.project@gmail.com - https://github.com/petruki - - Lead developer - - - - - - switcherapi - https://github.com/switcherapi - - + xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" + xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd"> + 4.0.0 + + com.github.switcherac + switcher-ac + 1.0.9-SNAPSHOT + + Switcher Account Control + Account Control Service for Switcher API + https://github.com/switcherapi/switcher-ac + + + + Roger Floriano + switcher.project@gmail.com + https://github.com/petruki + + Lead developer + + + + + + switcherapi + https://github.com/switcherapi + + GitHub Actions https://github.com/switcherapi/switcher-ac/actions - - - MIT License - https://github.com/switcherapi/switcher-ac/blob/master/LICENSE - - - - - scm:git:git://github.com:switcherapi/switcher-ac.git - scm:git:ssh://github.com:switcherapi/switcher-ac.git - https://github.com/switcherapi/switcher-ac - - - - org.springframework.boot - spring-boot-starter-parent - 3.3.2 - - - - 21 - ${java.version} - ${java.version} - - 4.0.0-M1 - 2.1.0 - 0.12.6 - 2.12.7 - 2.11.0 - 2.6.0 - - - 4.16.1 - - - 6.1.12 - 2.2 - 10.1.28 - 1.5.6 - 2.17.2 - 2.9.0 - 2.5.1 - 1.27.0 - - - 3.13.0 - 4.0.0.4121 - 0.8.12 - - - jacoco - reuseReports - java - - **/model/**/*.java, - **/config/SwitcherFeatures.java, - **/config/SwitcherConfig.java, - - - - - - local - - true - - - local - - - - prod - - prod - - - + + + MIT License + https://github.com/switcherapi/switcher-ac/blob/master/LICENSE + + + + + scm:git:git://github.com:switcherapi/switcher-ac.git + scm:git:ssh://github.com:switcherapi/switcher-ac.git + https://github.com/switcherapi/switcher-ac + + + + org.springframework.boot + spring-boot-starter-parent + 3.3.2 + + + + 21 + ${java.version} + ${java.version} + + 4.0.0-M1 + 2.1.0 + 0.12.6 + 2.12.7 + 2.11.0 + 2.6.0 + + + 4.16.1 + + + 6.1.12 + 6.3.2 + 2.2 + 10.1.28 + 1.5.6 + 2.17.2 + 2.9.0 + 2.5.1 + 1.27.0 + + + 3.13.0 + 4.0.0.4121 + 0.8.12 + + + jacoco + reuseReports + java + + **/model/**/*.java, + **/config/SwitcherFeatures.java, + **/config/SwitcherConfig.java, + + + + + + local + + true + + + local + + + + prod + + prod + + + coverage @@ -119,29 +120,29 @@ jacoco-maven-plugin - jacoco-initialize - - prepare-agent - - - - jacoco-site - package - - report - - + jacoco-initialize + + prepare-agent + + + + jacoco-site + package + + report + + - + sonar https://sonarcloud.io - switcher-ac - switcherapi + switcher-ac + switcherapi switcherapi_switcher-ac ${project.groupId}:${project.artifactId} @@ -149,298 +150,306 @@ false - - - org.sonarsource.scanner.maven - sonar-maven-plugin - ${sonar.version} - - - verify - - sonar - - - - - + + + + org.sonarsource.scanner.maven + sonar-maven-plugin + ${sonar.version} + + + verify + + sonar + + + + + + - - - - - - org.springframework.boot - spring-boot-starter-web - - - - org.springframework.boot - spring-boot-starter-security - - - - org.springframework.boot - spring-boot-starter-data-mongodb - - - - org.springframework.boot - spring-boot-starter-actuator - - - - - io.jsonwebtoken - jjwt-api - ${jsonwebtoken.version} - - - - io.jsonwebtoken - jjwt-impl - ${jsonwebtoken.version} - runtime - - - - io.jsonwebtoken - jjwt-jackson - ${jsonwebtoken.version} - runtime - - - - - org.glassfish.jersey.core - jersey-client - - - - org.glassfish.jersey.core - jersey-common - - - - org.glassfish.jersey.ext - jersey-entity-filtering - - - - org.glassfish.jersey.inject - jersey-hk2 - - - jersey-common - org.glassfish.jersey.core - - - - - - org.glassfish.jersey.media - jersey-media-json-jackson - - - - - org.projectlombok - lombok - provided - - - - joda-time - joda-time - ${joda-time.version} - - - - com.github.switcherapi - switcher-client - ${switcher-client.version} - - - - com.google.code.gson - gson - - - - - org.springdoc - springdoc-openapi-starter-webmvc-ui - ${springdoc.version} - - - - - com.squareup.okhttp3 - okhttp - test - - - - com.squareup.okhttp3 - mockwebserver - test - - - - org.springframework.security - spring-security-test - test - - - - org.mockito - mockito-core - test - - - - de.flapdoodle.embed - de.flapdoodle.embed.mongo.spring3x - ${flapdoodle.embed.mongo.version} - test - - - - org.springframework.boot - spring-boot-starter-test - test - - - - - - - org.springframework - spring-web - ${spring-web.version} - - - - org.yaml - snakeyaml - ${snakeyaml.version} - - - - org.apache.tomcat.embed - tomcat-embed-core - ${tomcat-embed-core.version} - - - - org.apache.tomcat.embed - tomcat-embed-el - ${tomcat-embed-core.version} - - - - org.apache.tomcat.embed - tomcat-embed-websocket - ${tomcat-embed-core.version} - - - - ch.qos.logback - logback-core - ${logback-core.version} - - - - ch.qos.logback - logback-classic - ${logback-core.version} - - - - com.fasterxml.jackson.core - jackson-databind - ${jackson-core.version} - - - - com.fasterxml.jackson.core - jackson-core - ${jackson-core.version} - - - - com.fasterxml.jackson.core - jackson-annotations - ${jackson-core.version} - - - - com.fasterxml.jackson.dataformat - jackson-dataformat-yaml - ${jackson-core.version} - - - - com.fasterxml.jackson.datatype - jackson-datatype-jdk8 - ${jackson-core.version} - - - - com.fasterxml.jackson.datatype - jackson-datatype-jsr310 - ${jackson-core.version} - - - - com.fasterxml.jackson.module - jackson-module-jakarta-xmlbind-annotations - ${jackson-core.version} - - - - com.fasterxml.jackson.module - jackson-module-parameter-names - ${jackson-core.version} - - - - org.apache.commons - commons-compress - ${commons-compress.version} - test - - - - - - - - - org.apache.maven.plugins - maven-compiler-plugin - ${maven-compiler.version} - - - org.sonarsource.scanner.maven - sonar-maven-plugin - ${sonar.version} - - - org.jacoco - jacoco-maven-plugin - ${jacoco.version} - - - - - - - org.springframework.boot - spring-boot-maven-plugin - - - - + + + + + + org.springframework.boot + spring-boot-starter-web + + + + org.springframework.boot + spring-boot-starter-security + + + + org.springframework.boot + spring-boot-starter-data-mongodb + + + + org.springframework.boot + spring-boot-starter-actuator + + + + + io.jsonwebtoken + jjwt-api + ${jsonwebtoken.version} + + + + io.jsonwebtoken + jjwt-impl + ${jsonwebtoken.version} + runtime + + + + io.jsonwebtoken + jjwt-jackson + ${jsonwebtoken.version} + runtime + + + + + org.glassfish.jersey.core + jersey-client + + + + org.glassfish.jersey.core + jersey-common + + + + org.glassfish.jersey.ext + jersey-entity-filtering + + + + org.glassfish.jersey.inject + jersey-hk2 + + + jersey-common + org.glassfish.jersey.core + + + + + + org.glassfish.jersey.media + jersey-media-json-jackson + + + + + org.projectlombok + lombok + provided + + + + joda-time + joda-time + ${joda-time.version} + + + + com.github.switcherapi + switcher-client + ${switcher-client.version} + + + + com.google.code.gson + gson + + + + + org.springdoc + springdoc-openapi-starter-webmvc-ui + ${springdoc.version} + + + + + com.squareup.okhttp3 + okhttp + test + + + + com.squareup.okhttp3 + mockwebserver + test + + + + org.springframework.security + spring-security-test + test + + + + org.mockito + mockito-core + test + + + + de.flapdoodle.embed + de.flapdoodle.embed.mongo.spring3x + ${flapdoodle.embed.mongo.version} + test + + + + org.springframework.boot + spring-boot-starter-test + test + + + + + + + org.springframework + spring-web + ${spring-web.version} + + + + org.springframework.security + spring-security-config + ${spring-security-config.version} + + + + org.yaml + snakeyaml + ${snakeyaml.version} + + + + org.apache.tomcat.embed + tomcat-embed-core + ${tomcat-embed-core.version} + + + + org.apache.tomcat.embed + tomcat-embed-el + ${tomcat-embed-core.version} + + + + org.apache.tomcat.embed + tomcat-embed-websocket + ${tomcat-embed-core.version} + + + + ch.qos.logback + logback-core + ${logback-core.version} + + + + ch.qos.logback + logback-classic + ${logback-core.version} + + + + com.fasterxml.jackson.core + jackson-databind + ${jackson-core.version} + + + + com.fasterxml.jackson.core + jackson-core + ${jackson-core.version} + + + + com.fasterxml.jackson.core + jackson-annotations + ${jackson-core.version} + + + + com.fasterxml.jackson.dataformat + jackson-dataformat-yaml + ${jackson-core.version} + + + + com.fasterxml.jackson.datatype + jackson-datatype-jdk8 + ${jackson-core.version} + + + + com.fasterxml.jackson.datatype + jackson-datatype-jsr310 + ${jackson-core.version} + + + + com.fasterxml.jackson.module + jackson-module-jakarta-xmlbind-annotations + ${jackson-core.version} + + + + com.fasterxml.jackson.module + jackson-module-parameter-names + ${jackson-core.version} + + + + org.apache.commons + commons-compress + ${commons-compress.version} + test + + + + + + + + + org.apache.maven.plugins + maven-compiler-plugin + ${maven-compiler.version} + + + org.sonarsource.scanner.maven + sonar-maven-plugin + ${sonar.version} + + + org.jacoco + jacoco-maven-plugin + ${jacoco.version} + + + + + + + org.springframework.boot + spring-boot-maven-plugin + + + +