Skip to content

Commit 50beab6

Browse files
Bryan CantosBryan Cantos
authored andcommitted
added dependencies
1 parent b2700a6 commit 50beab6

File tree

1 file changed

+28
-0
lines changed

1 file changed

+28
-0
lines changed

pom.xml

Lines changed: 28 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,34 @@
88
<name>ers Maven Webapp</name>
99
<url>http://maven.apache.org</url>
1010
<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>
1139
<dependency>
1240
<groupId>junit</groupId>
1341
<artifactId>junit</artifactId>

0 commit comments

Comments
 (0)