diff options
author | yangyan <yangyanyj@chinamobile.com> | 2018-03-23 10:12:11 +0800 |
---|---|---|
committer | yangyan <yangyanyj@chinamobile.com> | 2018-03-23 10:16:11 +0800 |
commit | d630746000402a1ced0248295cfa60ec4804cc68 (patch) | |
tree | e4b1348d52689d2f077890b9181abe762643d360 | |
parent | 838f07437f7351149bd3f002f5f77cb5757d5650 (diff) |
Update dependent lib
Issue-ID: VFC-841
Change-Id: Id174c6d7eaeab21b67f42cdd833545a9b858052a
Signed-off-by: yangyan <yangyanyj@chinamobile.com>
-rw-r--r-- | ems/boco/3rdParty/evel_javalib2-0.0.1.jar (renamed from ems/boco/3rdParty/evel_javalib2-0.0.1-SNAPSHOT.jar) | bin | 106592 -> 106575 bytes | |||
-rw-r--r-- | ems/boco/pom.xml | 4 | ||||
-rw-r--r-- | ems/microservice-standalone/src/main/assembly/3rdParty/evel_javalib2-0.0.1.jar (renamed from ems/microservice-standalone/src/main/assembly/3rdParty/evel_javalib2-0.0.1-SNAPSHOT.jar) | bin | 106592 -> 106575 bytes |
3 files changed, 2 insertions, 2 deletions
diff --git a/ems/boco/3rdParty/evel_javalib2-0.0.1-SNAPSHOT.jar b/ems/boco/3rdParty/evel_javalib2-0.0.1.jar Binary files differindex c357790..1ad1d84 100644 --- a/ems/boco/3rdParty/evel_javalib2-0.0.1-SNAPSHOT.jar +++ b/ems/boco/3rdParty/evel_javalib2-0.0.1.jar diff --git a/ems/boco/pom.xml b/ems/boco/pom.xml index da0d0bc..d8bbf57 100644 --- a/ems/boco/pom.xml +++ b/ems/boco/pom.xml @@ -214,9 +214,9 @@ <dependency> <groupId>evel_javalib2</groupId> <artifactId>evel_javalib2</artifactId> - <version>0.0.1-SNAPSHOT</version> + <version>0.0.1</version> <scope>system</scope> - <systemPath>${basedir}/3rdParty/evel_javalib2-0.0.1-SNAPSHOT.jar</systemPath> + <systemPath>${basedir}/3rdParty/evel_javalib2-0.0.1.jar</systemPath> </dependency> <dependency> <groupId>javax.json</groupId> diff --git a/ems/microservice-standalone/src/main/assembly/3rdParty/evel_javalib2-0.0.1-SNAPSHOT.jar b/ems/microservice-standalone/src/main/assembly/3rdParty/evel_javalib2-0.0.1.jar Binary files differindex c357790..1ad1d84 100644 --- a/ems/microservice-standalone/src/main/assembly/3rdParty/evel_javalib2-0.0.1-SNAPSHOT.jar +++ b/ems/microservice-standalone/src/main/assembly/3rdParty/evel_javalib2-0.0.1.jar |