Attempt for test fix
This commit is contained in:
parent
1f89ba39e6
commit
a76ff7007b
22
pom.xml
22
pom.xml
@ -58,8 +58,6 @@
|
||||
<gson.version>2.6.2</gson.version>
|
||||
<velocity.version>1.7</velocity.version>
|
||||
<velocity-tools.version>2.0</velocity-tools.version>
|
||||
<antlr.version>3.5.2</antlr.version>
|
||||
<snakeyaml.version>1.23</snakeyaml.version>
|
||||
<mail.version>1.4.3</mail.version>
|
||||
<curator.version>4.0.1</curator.version>
|
||||
<protobuf.version>3.6.1</protobuf.version>
|
||||
@ -505,16 +503,20 @@
|
||||
<groupId>org.apache.velocity</groupId>
|
||||
<artifactId>velocity-tools</artifactId>
|
||||
<version>${velocity-tools.version}</version>
|
||||
</dependency>
|
||||
<dependency>
|
||||
<exclusions>
|
||||
<exclusion>
|
||||
<groupId>javax.servlet</groupId>
|
||||
<artifactId>servlet-api</artifactId>
|
||||
</exclusion>
|
||||
<exclusion>
|
||||
<groupId>dom4j</groupId>
|
||||
<artifactId>dom4j</artifactId>
|
||||
</exclusion>
|
||||
<exclusion>
|
||||
<groupId>antlr</groupId>
|
||||
<artifactId>antlr</artifactId>
|
||||
<version>${antlr.version}</version>
|
||||
</dependency>
|
||||
<dependency>
|
||||
<groupId>org.yaml</groupId>
|
||||
<artifactId>snakeyaml</artifactId>
|
||||
<version>${snakeyaml.version}</version>
|
||||
</exclusion>
|
||||
</exclusions>
|
||||
</dependency>
|
||||
<dependency>
|
||||
<groupId>com.rabbitmq</groupId>
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user