diff options
| author | lifengchao <[email protected]> | 2024-01-10 09:27:09 +0800 |
|---|---|---|
| committer | lifengchao <[email protected]> | 2024-01-10 09:27:09 +0800 |
| commit | d21b0cb059c25413239fea5d04e945caae032da8 (patch) | |
| tree | c4bbc0e72ef1d7c8d1f80af0dd9a35f9c0547db0 /groot-bootstrap | |
| parent | a10f74de9353c243c1c7aba7af8b933821c61912 (diff) | |
[feature][format-protobuf] merge操作误修改pom文件还原。
Diffstat (limited to 'groot-bootstrap')
| -rw-r--r-- | groot-bootstrap/pom.xml | 23 |
1 files changed, 0 insertions, 23 deletions
diff --git a/groot-bootstrap/pom.xml b/groot-bootstrap/pom.xml index e9aaf28..02be348 100644 --- a/groot-bootstrap/pom.xml +++ b/groot-bootstrap/pom.xml @@ -12,33 +12,10 @@ <name>Groot : Bootstrap </name>
<properties>
- <!--<scope>compile</scope>
- <scope>provided</scope>-->
<scope>provided</scope>
</properties>
<dependencies>
- <dependency>
- <groupId>org.apache.logging.log4j</groupId>
- <artifactId>log4j-slf4j-impl</artifactId>
- <scope>${scope}</scope>
- </dependency>
- <dependency>
- <groupId>org.apache.logging.log4j</groupId>
- <artifactId>log4j-api</artifactId>
- <scope>${scope}</scope>
- </dependency>
- <dependency>
- <groupId>org.apache.logging.log4j</groupId>
- <artifactId>log4j-core</artifactId>
- <scope>${scope}</scope>
- </dependency>
-
- <dependency>
- <groupId>commons-logging</groupId>
- <artifactId>commons-logging</artifactId>
- <scope>${scope}</scope>
- </dependency>
<dependency>
<groupId>com.geedgenetworks</groupId>
|
