diff options
| author | doufenghu <[email protected]> | 2024-11-09 20:01:24 +0800 |
|---|---|---|
| committer | doufenghu <[email protected]> | 2024-11-09 20:01:24 +0800 |
| commit | 16769de2e5ba334a5cfaacd8a53db2989264d022 (patch) | |
| tree | 37dcce46bf5dbefb494498ac895f44b12d04e169 /groot-bootstrap/pom.xml | |
| parent | f3f2857a6e7bb9ccbf45c86209d971bafe75b603 (diff) | |
[Feature][SPI] 增加groot-spi模块,解耦core和common模块之间的复杂依赖关系,移除一些不需要的类库。
Diffstat (limited to 'groot-bootstrap/pom.xml')
| -rw-r--r-- | groot-bootstrap/pom.xml | 29 |
1 files changed, 12 insertions, 17 deletions
diff --git a/groot-bootstrap/pom.xml b/groot-bootstrap/pom.xml index 24a202a..a6c72e6 100644 --- a/groot-bootstrap/pom.xml +++ b/groot-bootstrap/pom.xml @@ -18,9 +18,8 @@ <dependencies> <dependency> - <groupId>com.geedgenetworks</groupId> - <artifactId>groot-common</artifactId> - <version>${revision}</version> + <groupId>com.beust</groupId> + <artifactId>jcommander</artifactId> </dependency> <dependency> @@ -99,6 +98,13 @@ <scope>${scope}</scope> </dependency> + <dependency> + <groupId>com.geedgenetworks</groupId> + <artifactId>format-raw</artifactId> + <version>${revision}</version> + <scope>${scope}</scope> + </dependency> + <!-- Idea debug dependencies --> <dependency> <groupId>org.apache.flink</groupId> @@ -121,12 +127,7 @@ <scope>${scope}</scope> </dependency> - <dependency> - <groupId>com.geedgenetworks</groupId> - <artifactId>format-raw</artifactId> - <version>${revision}</version> - <scope>${scope}</scope> - </dependency> + <dependency> <groupId>org.apache.flink</groupId> @@ -164,10 +165,7 @@ <scope>${scope}</scope> </dependency> - <dependency> - <groupId>com.typesafe</groupId> - <artifactId>config</artifactId> - </dependency> + <dependency> @@ -177,10 +175,7 @@ <scope>test</scope> </dependency> - <dependency> - <groupId>com.beust</groupId> - <artifactId>jcommander</artifactId> - </dependency> + </dependencies> |
