zabetak commented on a change in pull request #1427: [CALCITE-3314] CVSS
dependency-check-maven fails for calcite-pig, calcite-piglet, calcite-spark
URL: https://github.com/apache/calcite/pull/1427#discussion_r319735881
##########
File path: pig/pom.xml
##########
@@ -159,6 +159,15 @@ limitations under the License.
</execution>
</executions>
</plugin>
+ <plugin>
+ <groupId>org.owasp</groupId>
+ <artifactId>dependency-check-maven</artifactId>
+ <executions>
+ <execution>
+ <phase>none</phase>
+ </execution>
+ </executions>
+ </plugin>
Review comment:
Thanks @risdenk I guess you are right; I have another workaround, will
commit shortly.
----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
For queries about this service, please contact Infrastructure at:
[email protected]
With regards,
Apache Git Services