diff --git a/starter_code/pom.xml b/starter_code/pom.xml index 608bb212f..77db84f27 100644 --- a/starter_code/pom.xml +++ b/starter_code/pom.xml @@ -1,68 +1,119 @@ - - 4.0.0 - - org.springframework.boot - spring-boot-starter-parent - 2.1.5.RELEASE - - - com.example - auth-course - war - 0.0.1-SNAPSHOT - auth-course - Demo project for Spring Boot + + 4.0.0 + + org.springframework.boot + spring-boot-starter-parent + 2.4.5 + + + com.example + auth-course + 0.0.1-SNAPSHOT + auth-course + Demo project for Spring Boot - - 1.8 - 3.1.1 - + + 17 + 3.1.1 + - - - org.springframework.boot - spring-boot-starter-data-jpa - - - org.springframework.boot - spring-boot-starter-web - - - org.springframework.boot - spring-boot-starter-tomcat - + + + splunk-artifactory + Splunk Releases + https://splunk.jfrog.io/artifactory/libs-releases + + - - com.h2database - h2 - runtime - - - org.springframework.boot - spring-boot-starter-test - test - - - - org.codehaus.mojo - tomcat-maven-plugin - 1.1 - - - - - - - org.springframework.boot - spring-boot-maven-plugin - - - org.apache.maven.plugins - maven-compiler-plugin - - - + + + org.springframework.boot + spring-boot-starter-data-jpa + + + org.springframework.boot + spring-boot-starter-security + + + spring-boot-starter-logging + org.springframework.boot + + + + + org.springframework.boot + spring-boot-starter-log4j2 + + + com.splunk.logging + splunk-library-javalogging + 1.8.0 + + + org.springframework.boot + spring-boot-starter-web + + + com.auth0 + java-jwt + 3.10.3 + + + com.h2database + h2 + runtime + + + org.springframework.boot + spring-boot-starter-test + test + + + org.springframework.security + spring-security-test + test + + + org.springframework.boot + spring-boot-starter-tomcat + + + org.springframework.security + spring-security-config + + + org.springframework.boot + spring-boot-devtools + runtime + true + + + junit + junit + 4.13 + test + + + + org.slf4j + slf4j-reload4j + 2.0.16 + + + + + + org.springframework.boot + spring-boot-maven-plugin + + + org.apache.maven.plugins + maven-compiler-plugin + + +