Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
VIPS
VIPSCoreManager
Commits
1c3d5cc5
Commit
1c3d5cc5
authored
Nov 27, 2020
by
Tor-Einar Skog
Browse files
Added support for serialization of the new Java time classes
parent
dc71080b
Changes
1
Hide whitespace changes
Inline
Side-by-side
pom.xml
View file @
1c3d5cc5
...
...
@@ -27,15 +27,21 @@
<dependency>
<groupId>
com.fasterxml.jackson.core
</groupId>
<artifactId>
jackson-core
</artifactId>
<version>
2.
9.8
</version>
<version>
2.
11.3
</version>
<scope>
provided
</scope>
</dependency>
<dependency>
<groupId>
com.fasterxml.jackson.core
</groupId>
<artifactId>
jackson-annotations
</artifactId>
<version>
2.
9.8
</version>
<version>
2.
11.3
</version>
<scope>
provided
</scope>
</dependency>
<dependency>
<groupId>
com.fasterxml.jackson.datatype
</groupId>
<artifactId>
jackson-datatype-jsr310
</artifactId>
<version>
2.11.3
</version>
<type>
jar
</type>
</dependency>
<dependency>
<groupId>
no.nibio.vips.common
</groupId>
<artifactId>
VIPSCommon
</artifactId>
...
...
Write
Preview
Markdown
is supported
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