diff options
| author | doufenghu <[email protected]> | 2023-11-08 00:31:46 +0800 |
|---|---|---|
| committer | doufenghu <[email protected]> | 2023-11-08 00:31:46 +0800 |
| commit | 69e2270a770c5fa71f2877117b6a3f1777268dba (patch) | |
| tree | 42d5306819c20eebce1991e9aa1edbfdb28d4e9e /groot-bootstrap/pom.xml | |
| parent | 6878128b1a26bdff4d804a3932792054eb64efa8 (diff) | |
[fix][bootstrap] 优化配置文件读取,使其处理处理空指针更优雅;优化topology启动方式-待优化。
Diffstat (limited to 'groot-bootstrap/pom.xml')
| -rw-r--r-- | groot-bootstrap/pom.xml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/groot-bootstrap/pom.xml b/groot-bootstrap/pom.xml index 193ad75..5ca3434 100644 --- a/groot-bootstrap/pom.xml +++ b/groot-bootstrap/pom.xml @@ -10,7 +10,7 @@ <artifactId>groot-stream-bootstrap</artifactId> <properties> - <debug.scope>compile</debug.scope> + <debug.scope>provided</debug.scope> </properties> <dependencies> <dependency> |
