Skip to content

Commit

Permalink
Merge pull request #862 from hanbingleixue/develop
Browse files Browse the repository at this point in the history
modify zookeeper version
  • Loading branch information
robotLJW authored Oct 20, 2022
2 parents 4b50f9b + c4783d9 commit aaa1697
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 1 deletion.
8 changes: 7 additions & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@
<xml.apis.version>1.4.01</xml.apis.version>
<xerces.version>2.12.1</xerces.version>
<snake.yaml.version>1.32</snake.yaml.version>
<zookeeper.version>3.6.0</zookeeper.version>
<zookeeper.version>3.6.3</zookeeper.version>
<lombok.version>1.18.10</lombok.version>
<asm.version>8.0.1</asm.version>
<common.io.version>1.3.2</common.io.version>
Expand Down Expand Up @@ -197,6 +197,12 @@
<groupId>org.apache.zookeeper</groupId>
<artifactId>zookeeper</artifactId>
<version>${zookeeper.version}</version>
<exclusions>
<exclusion>
<groupId>log4j</groupId>
<artifactId>log4j</artifactId>
</exclusion>
</exclusions>
</dependency>
<dependency>
<groupId>org.projectlombok</groupId>
Expand Down
6 changes: 6 additions & 0 deletions sermant-agentcore/sermant-agentcore-implement/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -134,6 +134,12 @@
<version>2.0.9</version>
<scope>test</scope>
</dependency>
<dependency>
<groupId>commons-lang</groupId>
<artifactId>commons-lang</artifactId>
<version>2.6</version>
<scope>test</scope>
</dependency>
</dependencies>

<profiles>
Expand Down

0 comments on commit aaa1697

Please sign in to comment.