This is an automated email from the ASF dual-hosted git repository. duhengforever pushed a commit to branch OpenMessaging in repository https://gitbox.apache.org/repos/asf/rocketmq-ons.git
commit 866bc7a9729612f3857acd4931e3fc383c0702f4 Author: 翊名 <[email protected]> AuthorDate: Fri Nov 22 14:43:29 2019 +0800 fix(pom) removed unused dependency --- pom.xml | 1 - 1 file changed, 1 deletion(-) diff --git a/pom.xml b/pom.xml index 40f5660..27a4d0d 100644 --- a/pom.xml +++ b/pom.xml @@ -47,7 +47,6 @@ <!-- Compiler settings properties --> <maven.compiler.source>1.8</maven.compiler.source> <maven.compiler.target>1.8</maven.compiler.target> - <eagleeye.core.version>1.4.8</eagleeye.core.version> </properties> <modules> <module>ons-core</module>
