Skip to content

Commit

Permalink
fix static errors (#16)
Browse files Browse the repository at this point in the history
  • Loading branch information
wcy666103 authored Sep 6, 2024
1 parent a88d34c commit b098aa7
Showing 1 changed file with 3 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -30,8 +30,8 @@
<version>1.0-SNAPSHOT</version>

<properties>
<maven.compiler.source>1.8</maven.compiler.source>
<maven.compiler.target>1.8</maven.compiler.target>
<maven.compiler.source>1.8</maven.compiler.source>
<maven.compiler.target>1.8</maven.compiler.target>

<zookeeper.version>3.8.4</zookeeper.version>
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
Expand Down Expand Up @@ -97,6 +97,7 @@
<dependency>
<groupId>org.springframework</groupId>
<artifactId>spring-context-support</artifactId>
<version>${spring.version}</version>
</dependency>


Expand Down

0 comments on commit b098aa7

Please sign in to comment.