You can remove this dependency if you are not using custom java data sources.
Most likely you'll need to add groovy-all dependency (it's used for packaging):
Most likely you'll need to add groovy-all dependency (it's used for packaging):
Code Select
<dependency>
<groupId>org.codehaus.groovy</groupId>
<artifactId>groovy-all</artifactId>
<version>2.4.4</version>
</dependency>