diff options
author | youbowu <wu.youbo@zte.com.cn> | 2017-03-08 17:22:05 +0800 |
---|---|---|
committer | 6092002067 <wu.youbo@zte.com.cn> | 2017-03-09 08:53:00 +0800 |
commit | 1675d39c5a6a660b9dc4fc4c815bc344fc7d1d83 (patch) | |
tree | ae376d06fd0d000cb5b0d4ea7791f4bbcd7c1d52 /holmes-actions/pom.xml | |
parent | bbd681988347c0a055def849abbb2e8dccb72d45 (diff) |
Add msb register code
Issue-ID:HOLMES-51
Change-Id: I9c54afdc6c97bedd3d4d88d33a4ca9b4d40b18b4
Signed-off-by: youbowu <wu.youbo@zte.com.cn>
Diffstat (limited to 'holmes-actions/pom.xml')
-rw-r--r-- | holmes-actions/pom.xml | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/holmes-actions/pom.xml b/holmes-actions/pom.xml index 4fb2e3b..955958c 100644 --- a/holmes-actions/pom.xml +++ b/holmes-actions/pom.xml @@ -113,6 +113,10 @@ <artifactId>powermock-classloading-xstream</artifactId>
<scope>test</scope>
</dependency>
+ <dependency>
+ <groupId>org.apache.httpcomponents</groupId>
+ <artifactId>httpclient</artifactId>
+ </dependency>
</dependencies>
<build>
<resources>
|