Add missing dependency to BungeeRotator

This commit is contained in:
cnr 2016-12-14 23:23:42 -07:00
parent df536f73fc
commit 777574a8ff
1 changed files with 5 additions and 0 deletions

View File

@ -27,6 +27,11 @@
<groupId>org.apache.ws.security</groupId> <groupId>org.apache.ws.security</groupId>
<artifactId>wss4j</artifactId> <artifactId>wss4j</artifactId>
</dependency> </dependency>
<dependency>
<groupId>org.apache.httpcomponents</groupId>
<artifactId>httpcore</artifactId>
<version>4.4.5</version>
</dependency>
</dependencies> </dependencies>
<build> <build>