File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -6,7 +6,6 @@ buildscript {
66 maven { url " https://plugins.gradle.org/m2/" }
77 }
88 dependencies {
9- classpath(" org.springframework.build.gradle:propdeps-plugin:${ propdepsVersion} " )
109 classpath(" org.springframework.boot:spring-boot-gradle-plugin:${ springBootVersion} " )
1110 classpath(" gradle.plugin.org.kt3k.gradle.plugin:coveralls-gradle-plugin:${ coverallsGradlePluginVersion} " )
1211 }
@@ -97,7 +96,6 @@ tasks.withType(Test) {
9796apply plugin : ' java'
9897apply plugin : ' org.springframework.boot'
9998apply plugin : ' io.spring.dependency-management'
100- apply plugin : ' propdeps'
10199apply plugin : ' idea'
102100
103101group = ' faforever'
@@ -245,8 +243,6 @@ dependencies {
245243 implementation(" com.github.jasminb:jsonapi-converter:${ jsonapiConverterVersion} " )
246244 runtimeOnly(" mysql:mysql-connector-java:${ mysqlConnectorVersion} " )
247245
248- optional(" org.springframework.boot:spring-boot-configuration-processor" )
249-
250246 testImplementation(" org.springframework.boot:spring-boot-starter-test" )
251247 testImplementation(" org.springframework.restdocs:spring-restdocs-mockmvc" )
252248 testImplementation(" org.springframework.security:spring-security-test" )
Original file line number Diff line number Diff line change @@ -3,7 +3,6 @@ springBootVersion=2.3.5.RELEASE
33javaxInjectVersion =1
44elideVersion =4.6.8
55mysqlConnectorVersion =8.0.21
6- propdepsVersion =0.0.7
76springfoxSwaggerVersion =3.0.0
87coverallsGradlePluginVersion =2.10.2
98springSecurityJwtVersion =1.0.11.RELEASE
You can’t perform that action at this time.
0 commit comments