[monitor-collector-scheduler] 监控探测接口,一次性临时任务调度编码

This commit is contained in:
tomsun28
2021-11-16 12:58:46 +08:00
parent 4d27e0ed50
commit 649f68a90b
9 changed files with 122 additions and 19 deletions

View File

@@ -43,5 +43,10 @@
<artifactId>gson</artifactId>
<version>2.8.8</version>
</dependency>
<dependency>
<groupId>com.google.protobuf</groupId>
<artifactId>protobuf-java-util</artifactId>
<version>3.19.1</version>
</dependency>
</dependencies>
</project>