Commit 11eb1d30 by Nepxion

升级EventBus版本

parent 770f14b1
......@@ -59,7 +59,6 @@ public class DiscoveryConfigAdapter extends ConfigAdapter {
public void run() {
// 本地文件模拟代替远程文件,随机读取
int index = threadLocalRandom.nextInt(5) + 1;
System.out.println("-------------------- rule" + index + ".xml is loaded --------------------");
try {
InputStream inputStream = FileUtils.openInputStream(new File("src/main/resources/rule" + index + ".xml"));
publish(inputStream);
......
......@@ -22,7 +22,7 @@
</modules>
<properties>
<eventbus.version>1.0.9</eventbus.version>
<eventbus.version>1.0.10</eventbus.version>
<commons.lang3.version>3.6</commons.lang3.version>
<commons.collections4.version>4.1</commons.collections4.version>
<commons.io.version>2.5</commons.io.version>
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment