Update pom.xml to reflect CSK dep
This commit is contained in:
parent
800baf3085
commit
38f46e9cc1
1 changed files with 5 additions and 0 deletions
5
pom.xml
5
pom.xml
|
|
@ -35,6 +35,11 @@
|
|||
<artifactId>java.data</artifactId>
|
||||
<version>1.0.86</version>
|
||||
</dependency>
|
||||
<dependency>
|
||||
<groupId>camel-snake-kebab</groupId>
|
||||
<artifactId>camel-snake-kebab</artifactId>
|
||||
<version>0.4.2</version>
|
||||
</dependency>
|
||||
</dependencies>
|
||||
<build>
|
||||
<sourceDirectory>src</sourceDirectory>
|
||||
|
|
|
|||
Loading…
Reference in a new issue