diff options
author | youbowu <wu.youbo@zte.com.cn> | 2017-02-15 10:33:19 +0800 |
---|---|---|
committer | 6092002067 <wu.youbo@zte.com.cn> | 2017-02-15 11:00:03 +0800 |
commit | 95bf2aae433086e88bf996773a2ffed59d69c930 (patch) | |
tree | cc34af79e6bd73fabc2ce069444e1da98f58aea6 /holmes-actions/pom.xml | |
parent | a0b5d2fec59b92392997e8fc55331b6d6eddf0a2 (diff) |
Add baseservice-i18 dependency
Issue-ID:HOLMES-9
Change-Id: I6ac6239560db4526cb37400528c15cb53308119e
Signed-off-by: youbowu <wu.youbo@zte.com.cn>
Diffstat (limited to 'holmes-actions/pom.xml')
-rw-r--r-- | holmes-actions/pom.xml | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/holmes-actions/pom.xml b/holmes-actions/pom.xml index 7e39212..756a068 100644 --- a/holmes-actions/pom.xml +++ b/holmes-actions/pom.xml @@ -20,10 +20,10 @@ <packaging>jar</packaging>
<artifactId>holmes-actions</artifactId>
<dependencies>
- <!--<dependency>-->
- <!--<groupId>org.openo.common-services.common-utilities</groupId>-->
- <!--<artifactId>baseservice-i18n</artifactId>-->
- <!--</dependency>-->
+ <dependency>
+ <groupId>org.openo.common-services.common-utilities</groupId>
+ <artifactId>baseservice-i18n</artifactId>
+ </dependency>
<dependency>
<groupId>org.antlr</groupId>
<artifactId>stringtemplate</artifactId>
|