Initial commit

This commit is contained in:
2020-07-07 22:43:29 +02:00
commit 22af33852e
30 changed files with 1335 additions and 0 deletions

View File

@ -0,0 +1,22 @@
<?xml version="1.0" encoding="UTF-8"?>
<suppressions xmlns="https://jeremylong.github.io/DependencyCheck/dependency-suppression.1.3.xsd">
<!-- grpc-netty-shaded-1.22.2 isn't netty in version 1.22.2 -->
<suppress>
<notes><![CDATA[
file name: grpc-netty-shaded-1.22.2.jar
]]></notes>
<packageUrl regex="true">^pkg:maven/io\.grpc/grpc\-netty\-shaded@.*$</packageUrl>
<cpe>cpe:/a:netty:netty</cpe>
</suppress>
<!-- grpc-netty-1.22.2 isn't netty in version 1.22.2 -->
<suppress>
<notes><![CDATA[
file name: grpc-netty-1.22.2.jar
]]></notes>
<packageUrl regex="true">^pkg:maven/io\.grpc/grpc\-netty@.*$</packageUrl>
<cpe>cpe:/a:netty:netty</cpe>
</suppress>
</suppressions>

View File

@ -0,0 +1,5 @@
distributionBase=GRADLE_USER_HOME
distributionPath=wrapper/dists
distributionUrl=https\://services.gradle.org/distributions/gradle-6.3-all.zip
zipStoreBase=GRADLE_USER_HOME
zipStorePath=wrapper/dists