Skip to content

Commit

Permalink
Merge pull request #437 from lbay2015/master
Browse files Browse the repository at this point in the history
MonitorAgent Remove lettuce lib
  • Loading branch information
zxy0728 committed Nov 9, 2018
2 parents 068188e + f8930ed commit 7475eed
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion com.creditease.uav.agent/pom.xml
Expand Up @@ -37,7 +37,12 @@
<dependency>
<groupId>com.creditease.moniter</groupId>
<artifactId>com.creditease.uav.agent.heartbeat</artifactId>

<exclusions>
<exclusion>
<groupId>io.lettuce</groupId>
<artifactId>lettuce-core</artifactId>
</exclusion>
</exclusions>
</dependency>
<dependency>
<groupId>com.creditease.moniter</groupId>
Expand Down

0 comments on commit 7475eed

Please sign in to comment.