summaryrefslogtreecommitdiffstats
path: root/pom.xml
diff options
context:
space:
mode:
authoryoubowu <wu.youbo@zte.com.cn>2017-02-15 10:33:19 +0800
committer6092002067 <wu.youbo@zte.com.cn>2017-02-15 11:00:03 +0800
commit95bf2aae433086e88bf996773a2ffed59d69c930 (patch)
treecc34af79e6bd73fabc2ce069444e1da98f58aea6 /pom.xml
parenta0b5d2fec59b92392997e8fc55331b6d6eddf0a2 (diff)
Add baseservice-i18 dependency
Issue-ID:HOLMES-9 Change-Id: I6ac6239560db4526cb37400528c15cb53308119e Signed-off-by: youbowu <wu.youbo@zte.com.cn>
Diffstat (limited to 'pom.xml')
-rw-r--r--pom.xml10
1 files changed, 5 insertions, 5 deletions
diff --git a/pom.xml b/pom.xml
index 2fd60c1..bd4427f 100644
--- a/pom.xml
+++ b/pom.xml
@@ -95,11 +95,11 @@
<artifactId>dropwizard-ioc-container</artifactId>
<version>${project.version}</version>
</dependency>
- <!--<dependency>-->
- <!--<groupId>org.openo.common-services.common-utilities</groupId>-->
- <!--<artifactId>baseservice-i18n</artifactId>-->
- <!--<version>${project.version}</version>-->
- <!--</dependency>-->
+ <dependency>
+ <groupId>org.openo.common-services.common-utilities</groupId>
+ <artifactId>baseservice-i18n</artifactId>
+ <version>${project.version}</version>
+ </dependency>
<dependency>
<groupId>org.quartz-scheduler</groupId>
<artifactId>quartz</artifactId>