Remove cryptactular from dependencies
The dependencyManagement
section of pom.xml
lists cryptacular. However, it seems to be not used at any place. Thus, it should be removed.
<dependency>
<groupId>org.cryptacular</groupId>
<artifactId>cryptacular</artifactId>
<version>1.1.4</version>
</dependency>