Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix license check 2 #4

Open
wants to merge 3 commits into
base: master
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 5 additions & 0 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -485,6 +485,11 @@ subprojects {
dependency "javax.annotation:javax.annotation-api:1.3.2"

dependency "com.github.seancfoley:ipaddress:5.3.3"
dependency "com.google.code.gson:gson:2.8.2"

dependency "org.yaml:snakeyaml:1.30"
dependency "org.javassist:javassist:3.24.0-GA"

}
}
}
Original file line number Diff line number Diff line change
Expand Up @@ -15,4 +15,4 @@
# limitations under the License.
#

eventMesh.metrics.prometheus.port=19091
eventMesh.metrics.prometheus.port=19090
Original file line number Diff line number Diff line change
@@ -0,0 +1,19 @@
#
# Licensed to the Apache Software Foundation (ASF) under one or more
# contributor license agreements. See the NOTICE file distributed with
# this work for additional information regarding copyright ownership.
# The ASF licenses this file to You under the Apache License, Version 2.0
# (the "License"); you may not use this file except in compliance with
# the License. You may obtain a copy of the License at
#
# http://www.apache.org/licenses/LICENSE-2.0
#
# Unless required by applicable law or agreed to in writing, software
# distributed under the License is distributed on an "AS IS" BASIS,
# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
# See the License for the specific language governing permissions and
# limitations under the License.
#

pluginType=registry
pluginName=consul
34 changes: 16 additions & 18 deletions tools/dependency-check/known-dependencies.txt
Original file line number Diff line number Diff line change
@@ -1,5 +1,8 @@
animal-sniffer-annotations-1.17.jar
assertj-core-2.6.0.jar
bcpkix-jdk15on-1.69.jar
bcprov-jdk15on-1.69.jar
bcutil-jdk15on-1.69.jar
checker-qual-3.12.0.jar
cloudevents-api-2.2.0.jar
cloudevents-core-2.2.0.jar
Expand All @@ -14,6 +17,7 @@ commons-lang3-3.6.jar
commons-logging-1.2.jar
commons-text-1.9.jar
commons-validator-1.7.jar
consul-api-1.4.5.jar
disruptor-3.4.2.jar
dledger-0.2.3.jar
error_prone_annotations-2.7.1.jar
Expand All @@ -27,19 +31,24 @@ grpc-protobuf-1.17.1.jar
grpc-protobuf-lite-1.17.1.jar
grpc-stub-1.17.1.jar
grpc-grpclb-1.17.1.jar
gson-2.7.jar
gson-2.8.2.jar
guava-31.0.1-jre.jar
hamcrest-core-1.3.jar
httpasyncclient-4.1.3.jar
httpclient-4.5.13.jar
httpcore-4.4.13.jar
httpcore-nio-4.4.6.jar
ipaddress-5.3.3.jar
j2objc-annotations-1.3.jar
jackson-annotations-2.13.0.jar
jackson-core-2.13.0.jar
jackson-databind-2.13.0.jar
javassist-3.20.0-GA.jar
javassist-3.24.0-GA.jar
javax.annotation-api-1.3.2.jar
jcommander-1.72.jar
jetcd-core-0.3.0.jar
jetcd-common-0.3.0.jar
jetcd-resolver-0.3.0.jar
jna-4.2.2.jar
jsr305-3.0.2.jar
junit-4.13.2.jar
Expand All @@ -51,6 +60,7 @@ metrics-annotation-4.1.0.jar
metrics-core-4.1.0.jar
metrics-healthchecks-4.1.0.jar
metrics-json-4.1.0.jar
nacos-client-2.0.4.jar
netty-all-4.1.73.Final.jar
netty-buffer-4.1.73.Final.jar
netty-codec-4.1.73.Final.jar
Expand Down Expand Up @@ -102,6 +112,8 @@ opentelemetry-sdk-trace-1.3.0.jar
opentelemetry-semconv-1.3.0-alpha.jar
proto-google-common-protos-1.0.0.jar
protobuf-java-3.5.1.jar
protobuf-java-util-3.5.1.jar
reflections-0.9.11.jar
rocketmq-acl-4.9.3.jar
rocketmq-broker-4.9.3.jar
rocketmq-client-4.9.3.jar
Expand All @@ -118,23 +130,9 @@ simpleclient-0.8.1.jar
simpleclient_common-0.8.1.jar
simpleclient_httpserver-0.8.1.jar
slf4j-api-1.7.30.jar
snakeyaml-1.30.jar
system-rules-1.16.1.jar
truth-0.30.jar
zipkin-2.23.2.jar
zipkin-reporter-2.16.3.jar
zipkin-sender-okhttp3-2.16.3.jar
httpasyncclient-4.1.3.jar
httpcore-nio-4.4.6.jar
javassist-3.21.0-GA.jar
nacos-client-2.0.4.jar
reflections-0.9.11.jar
snakeyaml-1.23.jar
snakeyaml-1.30.jar
bcpkix-jdk15on-1.69.jar
bcprov-jdk15on-1.69.jar
bcutil-jdk15on-1.69.jar
jetcd-core-0.3.0.jar
jetcd-common-0.3.0.jar
jetcd-resolver-0.3.0.jar
protobuf-java-util-3.5.1.jar
consul-api-1.4.5.jar
zipkin-sender-okhttp3-2.16.3.jar