aboutsummaryrefslogtreecommitdiffstats
path: root/catalog-core/catalog-mgr/pom.xml
diff options
context:
space:
mode:
authorYuanHu <yuan.hu1@zte.com.cn>2016-09-30 11:46:32 +0800
committerYuanHu <yuan.hu1@zte.com.cn>2016-09-30 11:46:32 +0800
commit959c15db300c39b10ccab1df41496118b6df8eac (patch)
tree5c79e6fbc599b76deecc3af9dd231de8ae244bcd /catalog-core/catalog-mgr/pom.xml
parentcee5085e4a3868d1dabfed4d032a7446ea49fee9 (diff)
Parse Plan information from our own alone file. Definitions/plans.yaml
Change-Id: Ic300ff92bc8063cad33a372f3f31ecc5941c3b1a Signed-off-by: YuanHu <yuan.hu1@zte.com.cn>
Diffstat (limited to 'catalog-core/catalog-mgr/pom.xml')
-rw-r--r--catalog-core/catalog-mgr/pom.xml5
1 files changed, 5 insertions, 0 deletions
diff --git a/catalog-core/catalog-mgr/pom.xml b/catalog-core/catalog-mgr/pom.xml
index 32533269..38516017 100644
--- a/catalog-core/catalog-mgr/pom.xml
+++ b/catalog-core/catalog-mgr/pom.xml
@@ -302,5 +302,10 @@
<artifactId>httpmime</artifactId>
<version>${httpclient.version}</version>
</dependency>
+ <dependency>
+ <groupId>com.esotericsoftware.yamlbeans</groupId>
+ <artifactId>yamlbeans</artifactId>
+ <version>${yamlbeans.version}</version>
+ </dependency>
</dependencies>
</project>