Skip to content

Commit

Permalink
update pom.xml
Browse files Browse the repository at this point in the history
  • Loading branch information
tywo45 committed Mar 13, 2020
1 parent e049c52 commit eb9c99c
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
3 changes: 2 additions & 1 deletion src/core/src/main/java/org/tio/server/TioServer.java
Original file line number Diff line number Diff line change
Expand Up @@ -463,6 +463,7 @@ public boolean isCheckLastVersion() {
}

public void setCheckLastVersion(boolean checkLastVersion) {
this.checkLastVersion = checkLastVersion;
log.debug("community edition is no longer supported");
// this.checkLastVersion = checkLastVersion;
}
}
2 changes: 1 addition & 1 deletion src/parent/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@
<commons-compress.version>1.20</commons-compress.version>
<fastjson.version>1.2.66</fastjson.version>
<testng.version>7.1.0</testng.version>
<hutool.version>5.2.1</hutool.version>
<hutool.version>5.2.2</hutool.version>
<protobuf-java.version>3.11.4</protobuf-java.version>
<commons-beanutils.version>1.9.4</commons-beanutils.version>
<protobuf-java-format.version>1.4</protobuf-java-format.version>
Expand Down

0 comments on commit eb9c99c

Please sign in to comment.