BAEL-17684 Pom properties cleanup

This commit is contained in:
Dhawal Kapil
2019-10-18 23:48:22 +05:30
parent f0df9a7998
commit 9405318805

View File

@@ -14,6 +14,11 @@
<dependencies> <dependencies>
<!-- utils --> <!-- utils -->
<dependency>
<groupId>org.apache.commons</groupId>
<artifactId>commons-lang3</artifactId>
<version>${commons-lang3.version}</version>
</dependency>
<dependency> <dependency>
<groupId>com.lmax</groupId> <groupId>com.lmax</groupId>
<artifactId>disruptor</artifactId> <artifactId>disruptor</artifactId>