File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
druid/stackable/patches/30.0.0 Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -10,10 +10,10 @@ is then also downloaded even though a newer version is already on the system.
1010This patch removes the vulnerable jars.
1111
1212diff --git a/distribution/pom.xml b/distribution/pom.xml
13- index d5918710ef..cc2d88441c 100644
13+ index d5918710ef..2d5bfc6ab4 100644
1414--- a/distribution/pom.xml
1515+++ b/distribution/pom.xml
16- @@ -594 ,6 +594 ,20 @@
16+ @@ -259 ,6 +259 ,20 @@
1717 </arguments>
1818 </configuration>
1919 </execution>
@@ -24,7 +24,7 @@ index d5918710ef..cc2d88441c 100644
2424+ <goal>exec</goal>
2525+ </goals>
2626+ <configuration>
27- + <executable>rm</executable>
27+ + <executable>/usr/bin/ rm</executable>
2828+ <arguments>
2929+ <argument>${project.build.directory}/hadoop-dependencies/hadoop-client-api/3.3.6/snappy-java-1.1.8.2.jar</argument>
3030+ <argument>${project.build.directory}/hadoop-dependencies/hadoop-client-runtime/3.3.6/snappy-java-1.1.8.2.jar</argument>
You can’t perform that action at this time.
0 commit comments