File tree Expand file tree Collapse file tree 1 file changed +28
-0
lines changed Expand file tree Collapse file tree 1 file changed +28
-0
lines changed Original file line number Diff line number Diff line change 8
8
<name >ers Maven Webapp</name >
9
9
<url >http://maven.apache.org</url >
10
10
<dependencies >
11
+ <!-- https://mvnrepository.com/artifact/org.mindrot/jbcrypt -->
12
+ <dependency >
13
+ <groupId >org.mindrot</groupId >
14
+ <artifactId >jbcrypt</artifactId >
15
+ <version >0.3-atlassian-1</version >
16
+ </dependency >
17
+
18
+ <!-- https://mvnrepository.com/artifact/org.mindrot/jbcrypt -->
19
+ <dependency >
20
+ <groupId >org.mindrot</groupId >
21
+ <artifactId >jbcrypt</artifactId >
22
+ <version >0.3m</version >
23
+ </dependency >
24
+
25
+ <!-- https://mvnrepository.com/artifact/com.fasterxml.jackson.core/jackson-databind -->
26
+ <dependency >
27
+ <groupId >com.fasterxml.jackson.core</groupId >
28
+ <artifactId >jackson-databind</artifactId >
29
+ <version >2.8.5</version >
30
+ </dependency >
31
+
32
+
33
+ <!-- https://mvnrepository.com/artifact/com.fasterxml.jackson.core/jackson-annotations -->
34
+ <dependency >
35
+ <groupId >com.fasterxml.jackson.core</groupId >
36
+ <artifactId >jackson-annotations</artifactId >
37
+ <version >2.8.5</version >
38
+ </dependency >
11
39
<dependency >
12
40
<groupId >junit</groupId >
13
41
<artifactId >junit</artifactId >
You can’t perform that action at this time.
0 commit comments