From 691e5c1690d2ed2841776abaf8a25c75c6873075 Mon Sep 17 00:00:00 2001 From: heutelbeck Date: Tue, 18 Feb 2020 13:50:43 +0100 Subject: [PATCH 1/2] ignore eclipse files --- .gitignore | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.gitignore b/.gitignore index b83d222..cd578f0 100644 --- a/.gitignore +++ b/.gitignore @@ -1 +1,4 @@ /target/ +.classpath +.project +.settings From 9e4dee948e4cd439dabf90e6c7b16dfe7d434387 Mon Sep 17 00:00:00 2001 From: heutelbeck Date: Tue, 18 Feb 2020 13:51:48 +0100 Subject: [PATCH 2/2] harmonize versions with contents of repositories --- pom.xml | 195 ++++++++++++++++++++++++++++---------------------------- 1 file changed, 97 insertions(+), 98 deletions(-) diff --git a/pom.xml b/pom.xml index 644ecd5..e809ff3 100644 --- a/pom.xml +++ b/pom.xml @@ -1,115 +1,114 @@ - - 4.0.0 + + 4.0.0 - edu.uoc.elearn.lti - provider - 0.0.2 + edu.uoc.elearn.lti + provider + 0.0.2 - provider - Spring Boot LTI Provider Project + provider + Spring Boot LTI Provider Project - - org.springframework.boot - spring-boot-starter-parent - 2.0.2.RELEASE - - + + org.springframework.boot + spring-boot-starter-parent + 2.0.2.RELEASE + + - - UTF-8 - UTF-8 - 1.8 - + + UTF-8 + UTF-8 + 1.8 + - - - org.springframework.boot - spring-boot-starter-security - - - org.springframework.boot - spring-boot-starter-web - + + + org.springframework.boot + spring-boot-starter-security + + + org.springframework.boot + spring-boot-starter-web + - - - org.springframework.boot - spring-boot-starter-thymeleaf - - - nz.net.ultraq.thymeleaf - thymeleaf-layout-dialect - - - org.codehaus.groovy - groovy - 2.4.13 - + + + org.springframework.boot + spring-boot-starter-thymeleaf + + + nz.net.ultraq.thymeleaf + thymeleaf-layout-dialect + + + org.codehaus.groovy + groovy + - - org.projectlombok - lombok - 1.12.6 - provided - + + org.projectlombok + lombok + provided + - - org.springframework.boot - spring-boot-configuration-processor - true - + + org.springframework.boot + spring-boot-configuration-processor + true + - - org.springframework.boot - spring-boot-starter-test - test - - - junit - junit - 4.12 - test - + + org.springframework.boot + spring-boot-starter-test + test + + + junit + junit + 4.12 + test + - - org.springframework.security.oauth - spring-security-oauth2 - 2.0.18.RELEASE - + + org.springframework.security.oauth + spring-security-oauth2 + 2.0.18.RELEASE + - - org.springframework.boot - spring-boot-starter-aop - + + org.springframework.boot + spring-boot-starter-aop + - - javax.servlet - javax.servlet-api - 3.1.0 - + + javax.servlet + javax.servlet-api + - - - edu.uoc.elc.lti - spring-boot-lti-advantage - 0.0.6 - - - edu.uoc.elc.lti - lti-1.3-jwt - 0.0.2 - + + + edu.uoc.elc.lti + spring-boot-lti-advantage + 0.0.6-SNAPSHOT + + + edu.uoc.elc.lti + lti-1.3-jwt + 0.0.2 + - + - - ltiProvider - - - org.springframework.boot - spring-boot-maven-plugin - - - + + ltiProvider + + + org.springframework.boot + spring-boot-maven-plugin + + +