diff options
author | yangyan <yangyanyj@chinamobile.com> | 2017-12-13 16:44:34 +0800 |
---|---|---|
committer | yangyan <yangyanyj@chinamobile.com> | 2017-12-13 16:55:16 +0800 |
commit | cce4232ea47a5556b9cce5a9baf34adfed68b3d8 (patch) | |
tree | 04236884efa41ca272d3aecd8132af7d4e64cb1e | |
parent | 8a49e6ee83bc8a006664e02b71f3417404f4f6aa (diff) |
Update the pom file
Issue-ID: VFC-618
Change-Id: I3954309bb8d79a1a312af133f30e5b15d1be2ede
Signed-off-by: yangyan <yangyanyj@chinamobile.com>
-rw-r--r-- | ems/boco/pom.xml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ems/boco/pom.xml b/ems/boco/pom.xml index 4b79b19..fa13ddf 100644 --- a/ems/boco/pom.xml +++ b/ems/boco/pom.xml @@ -213,7 +213,7 @@ <artifactId>evel_javalib2</artifactId> <version>0.0.2-SNAPSHOT</version> <scope>system</scope> - <systemPath>${basedir}/3rdParty/evel_javalib2-0.0.2-SNAPSHOT.jar</systemPath> + <systemPath>${basedir}/3rdParty/evel_javalib2-0.0.1-SNAPSHOT.jar</systemPath> </dependency> <dependency> <groupId>javax.json</groupId> |