Skip to content
GitLab
Menu
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
vadere
vadere
Commits
1dac1eb2
Commit
1dac1eb2
authored
Jul 03, 2018
by
Stefan Schuhbaeck
Browse files
add jolt dependency
parent
cc164893
Changes
1
Show whitespace changes
Inline
Side-by-side
pom.xml
View file @
1dac1eb2
...
...
@@ -62,8 +62,22 @@
<dependency>
<groupId>
com.fasterxml.jackson.core
</groupId>
<artifactId>
jackson-databind
</artifactId>
<version>
2.
7.0
</version>
<version>
2.
9.6
</version>
</dependency>
<!-- https://mvnrepository.com/artifact/com.bazaarvoice.jolt/jolt-core -->
<dependency>
<groupId>
com.bazaarvoice.jolt
</groupId>
<artifactId>
jolt-core
</artifactId>
<version>
0.1.1
</version>
</dependency>
<!-- https://mvnrepository.com/artifact/com.bazaarvoice.jolt/json-utils -->
<dependency>
<groupId>
com.bazaarvoice.jolt
</groupId>
<artifactId>
json-utils
</artifactId>
<version>
0.1.1
</version>
</dependency>
<dependency>
<groupId>
com.googlecode.java-diff-utils
</groupId>
<artifactId>
diffutils
</artifactId>
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment