diff options
| author | doufenghu <[email protected]> | 2023-11-15 23:32:49 +0800 |
|---|---|---|
| committer | doufenghu <[email protected]> | 2023-11-15 23:32:49 +0800 |
| commit | c9d90f63b0731e8872a9d68dd378638063509d59 (patch) | |
| tree | 60d878415b68e544d10270e479a80821425bfbf4 /groot-bootstrap/pom.xml | |
| parent | 0788177a215f89edf6be574c535a3827c7167879 (diff) | |
[fix][bootstrap] 优化启动module类的命名和归属位置
Diffstat (limited to 'groot-bootstrap/pom.xml')
| -rw-r--r-- | groot-bootstrap/pom.xml | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/groot-bootstrap/pom.xml b/groot-bootstrap/pom.xml index af72777..1beb6ea 100644 --- a/groot-bootstrap/pom.xml +++ b/groot-bootstrap/pom.xml @@ -10,7 +10,7 @@ <artifactId>groot-bootstrap</artifactId> <properties> - <debug.scope>provided</debug.scope> + <debug.scope>compile</debug.scope> </properties> <dependencies> @@ -30,7 +30,6 @@ <groupId>com.geedgenetworks</groupId> <artifactId>connector-kafka</artifactId> <version>${revision}</version> - <scope>provided</scope> </dependency> <!-- Idea debug dependencies --> |
