diff options
author | Gary Wu <gary.i.wu@huawei.com> | 2016-09-14 15:58:37 -0700 |
---|---|---|
committer | Gary Wu <gary.i.wu@huawei.com> | 2016-09-14 15:59:22 -0700 |
commit | 002f5f7d1b7316ad05756222b434762060d0df9b (patch) | |
tree | bbccaf9c9a31fb10b7a1f681bef525dbeb483a71 /msb-core/apiroute | |
parent | 382f337fe4c4e20928636832520908f81975d5c7 (diff) |
Fix build errors in autorelease full clean build
Fix build errors found in autorelease during full clean build of all
projects.
Change-Id: I433cb9e328f696a988d366577b77f050dda87a7a
Issue-id: INT-9
Signed-off-by: Gary Wu <gary.i.wu@huawei.com>
Diffstat (limited to 'msb-core/apiroute')
-rw-r--r-- | msb-core/apiroute/apiroute-service/pom.xml | 1 | ||||
-rw-r--r-- | msb-core/apiroute/apiroute-standalone/pom.xml | 1 |
2 files changed, 1 insertions, 1 deletions
diff --git a/msb-core/apiroute/apiroute-service/pom.xml b/msb-core/apiroute/apiroute-service/pom.xml index 55d1a5e..8eb17fb 100644 --- a/msb-core/apiroute/apiroute-service/pom.xml +++ b/msb-core/apiroute/apiroute-service/pom.xml @@ -1,3 +1,4 @@ +<?xml version="1.0"?> <!-- Copyright 2016 2015-2016 ZTE, Inc. and others. All rights reserved. diff --git a/msb-core/apiroute/apiroute-standalone/pom.xml b/msb-core/apiroute/apiroute-standalone/pom.xml index fcda376..c4e1b76 100644 --- a/msb-core/apiroute/apiroute-standalone/pom.xml +++ b/msb-core/apiroute/apiroute-standalone/pom.xml @@ -126,4 +126,3 @@ </build> </project> - |