File tree 2 files changed +2
-10
lines changed
2 files changed +2
-10
lines changed Original file line number Diff line number Diff line change @@ -31,4 +31,4 @@ VER_MOCKITO=3.3.3
31
31
VER_MAVEN_API =3.0
32
32
VER_ECLIPSE_AETHER =0.9.0.M2
33
33
VER_MUSTACHE =0.9.6
34
- VER_PLEXUS_RESOURCES =1.0.1
34
+ VER_PLEXUS_RESOURCES =1.2.0
Original file line number Diff line number Diff line change @@ -69,21 +69,13 @@ dependencies {
69
69
implementation " com.diffplug.spotless:spotless-lib-extra:${ libVersion} "
70
70
}
71
71
72
- implementation " org.codehaus.plexus:plexus-resources:${ VER_PLEXUS_RESOURCES} "
73
- constraints {
74
- implementation(" org.codehaus.plexus:plexus-utils:3.4.1" ) {
75
- because(" version pulled by plexus-resources has a functional-bug affecting " +
76
- " directory scanning times" )
77
- }
78
- }
79
-
80
72
compileOnly " org.apache.maven:maven-plugin-api:${ VER_MAVEN_API} "
81
73
compileOnly " org.apache.maven.plugin-tools:maven-plugin-annotations:${ VER_MAVEN_API} "
82
74
compileOnly " org.eclipse.aether:aether-api:${ VER_ECLIPSE_AETHER} "
83
- compileOnly " org.eclipse.aether:aether-util:${ VER_ECLIPSE_AETHER} "
84
75
85
76
implementation " com.diffplug.durian:durian-core:${ VER_DURIAN} "
86
77
implementation " com.diffplug.durian:durian-collect:${ VER_DURIAN} "
78
+ implementation(" org.codehaus.plexus:plexus-resources:${ VER_PLEXUS_RESOURCES} " )
87
79
implementation " org.eclipse.jgit:org.eclipse.jgit:${ VER_JGIT} "
88
80
89
81
testImplementation project(" :testlib" )
You can’t perform that action at this time.
0 commit comments