Add apache.commons.lang3 dependency

main
sgoudham 3 years ago
parent 0cd9fa4d8a
commit ca69b56b6c
No known key found for this signature in database
GPG Key ID: EF51A29A50FB754C

@ -22,6 +22,11 @@
<version>4.11</version> <version>4.11</version>
<scope>test</scope> <scope>test</scope>
</dependency> </dependency>
<dependency>
<groupId>org.apache.commons</groupId>
<artifactId>commons-lang3</artifactId>
<version>3.12.0</version>
</dependency>
<dependency> <dependency>
<groupId>org.jetbrains</groupId> <groupId>org.jetbrains</groupId>
<artifactId>annotations</artifactId> <artifactId>annotations</artifactId>

Loading…
Cancel
Save