Skip to content
GitLab
Menu
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
Andreas Tsagkaropoulos
morphemic-preprocessor
Commits
41b1e1ab
Verified
Commit
41b1e1ab
authored
Dec 30, 2020
by
Maxime COMPASTIÉ
Browse files
Updating lombok and dep version
parent
67345af2
Changes
1
Hide whitespace changes
Inline
Side-by-side
pom.xml
View file @
41b1e1ab
...
...
@@ -6,13 +6,13 @@
<artifactId>
morphemic-preprocessor
</artifactId>
<version>
1.4-SNAPSHOT
</version>
<dependencies>
<dependency>
<dependency>
<groupId>
org.projectlombok
</groupId>
<artifactId>
lombok
</artifactId>
<version>
1.1
8
.1
2
</version>
<scope>
compile
</scope>
</dependency>
<dependency>
<version>
1.1
6
.1
6
</version>
<scope>
provided
</scope>
</dependency>
<dependency>
<groupId>
org.apache.commons
</groupId>
<artifactId>
commons-configuration2
</artifactId>
<version>
2.7
</version>
...
...
@@ -39,19 +39,19 @@
<dependency>
<groupId>
org.jasypt
</groupId>
<artifactId>
jasypt
</artifactId>
<version>
1.9.
2
</version>
<version>
1.9.
3
</version>
<scope>
compile
</scope>
</dependency>
<dependency>
<groupId>
org.hibernate
</groupId>
<artifactId>
hibernate-entitymanager
</artifactId>
<version>
5.
4.22
.Final
</version>
<version>
5.
1.16
.Final
</version>
<scope>
compile
</scope>
</dependency>
<dependency>
<groupId>
org.hibernate
</groupId>
<artifactId>
hibernate-core
</artifactId>
<version>
5.
4.22
.Final
</version>
<version>
5.
1.16
.Final
</version>
<scope>
compile
</scope>
</dependency>
<dependency>
...
...
@@ -75,7 +75,7 @@
<dependency>
<groupId>
com.fasterxml.jackson.core
</groupId>
<artifactId>
jackson-annotations
</artifactId>
<version>
2.
11.3
</version>
<version>
2.
7.9
</version>
<scope>
compile
</scope>
</dependency>
<dependency>
...
...
@@ -87,13 +87,18 @@
<dependency>
<groupId>
com.fasterxml.jackson.core
</groupId>
<artifactId>
jackson-databind
</artifactId>
<version>
2.
11.3
</version>
<version>
2.
7.9
</version>
<scope>
compile
</scope>
</dependency>
<dependency>
<groupId>
org.asynchttpclient
</groupId>
<artifactId>
async-http-client
</artifactId>
<version>
2.12.1
</version>
</dependency>
<dependency>
<groupId>
com.fasterxml.jackson.dataformat
</groupId>
<artifactId>
jackson-dataformat-csv
</artifactId>
<version>
2.
11.3
</version>
<version>
2.
7.9
</version>
<scope>
compile
</scope>
</dependency>
<dependency>
...
...
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