diff --git a/pig-register/pom.xml b/pig-register/pom.xml index 7c5a326d..a73662f5 100755 --- a/pig-register/pom.xml +++ b/pig-register/pom.xml @@ -29,8 +29,31 @@ 0.11.2 1.4.0 + 4.1.42.Final + 1.24.0 + + + + + io.grpc + grpc-bom + ${grpc-java.version} + pom + import + + + io.netty + netty-bom + ${netty-all.version} + pom + import + + + + + com.pig4cloud.nacos diff --git a/pig-register/src/main/resources/application.yml b/pig-register/src/main/resources/application.yml index 0706b11c..9f08ca35 100755 --- a/pig-register/src/main/resources/application.yml +++ b/pig-register/src/main/resources/application.yml @@ -48,4 +48,8 @@ management: elastic: enabled: false influx: - enabled: false \ No newline at end of file + enabled: false + +logging: +
 level: +
 org.apache.tomcat.util.scan.StandardJarScanner: ERROR \ No newline at end of file