File tree Expand file tree Collapse file tree 3 files changed +2
-3
lines changed
src/main/java/io/wcm/devops/maven/nodejsproxy/resource Expand file tree Collapse file tree 3 files changed +2
-3
lines changed Original file line number Diff line number Diff line change 7878 <plugin >
7979 <groupId >org.apache.maven.plugins</groupId >
8080 <artifactId >maven-shade-plugin</artifactId >
81- <version >2.3</version >
8281 <configuration >
8382 <createDependencyReducedPom >true</createDependencyReducedPom >
8483 <filters >
Original file line number Diff line number Diff line change @@ -34,7 +34,7 @@ public class Checksums {
3434 private final Map <String , String > checksums = new HashMap <>();
3535
3636 private static final Pattern LEVEL_1_RELATIVE_NAME = Pattern .compile ("^.*/([^/]+)$" );
37- private static final Pattern LEVEL_2_RELATIVE_NAME = Pattern .compile ("^.*/([^/]+/[^/]+)$" );;
37+ private static final Pattern LEVEL_2_RELATIVE_NAME = Pattern .compile ("^.*/([^/]+/[^/]+)$" );
3838
3939 /**
4040 * @param data Checksums file content
Original file line number Diff line number Diff line change @@ -37,7 +37,7 @@ class SpoolStreamingOutput implements StreamingOutput {
3737
3838 private final HttpEntity httpEntity ;
3939
40- public SpoolStreamingOutput (HttpEntity httpEntity ) {
40+ SpoolStreamingOutput (HttpEntity httpEntity ) {
4141 this .httpEntity = httpEntity ;
4242 }
4343
You can’t perform that action at this time.
0 commit comments