File tree Expand file tree Collapse file tree 4 files changed +58
-69
lines changed
Expand file tree Collapse file tree 4 files changed +58
-69
lines changed Original file line number Diff line number Diff line change 22.project
33.settings /
44target /
5-
5+ bin /
66
Original file line number Diff line number Diff line change 1+ .classpath
2+ .project
3+ .settings /
4+ target /
5+
6+
Original file line number Diff line number Diff line change 1+ <project xmlns =" http://maven.apache.org/POM/4.0.0" xmlns : xsi =" http://www.w3.org/2001/XMLSchema-instance"
2+ xsi:schemaLocation=" http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd" >
3+ <modelVersion >4.0.0</modelVersion >
4+ <groupId >org.baeldung</groupId >
5+ <artifactId >javaxval</artifactId >
6+ <version >0.1-SNAPSHOT</version >
7+
8+
9+ <dependencies >
10+
11+
12+ <dependency >
13+ <groupId >junit</groupId >
14+ <artifactId >junit</artifactId >
15+ <version >4.12</version >
16+ </dependency >
17+
18+ <dependency >
19+ <groupId >javax.validation</groupId >
20+ <artifactId >validation-api</artifactId >
21+ <version >1.1.0.Final</version >
22+ </dependency >
23+
24+ <dependency >
25+ <groupId >org.hibernate</groupId >
26+ <artifactId >hibernate-validator</artifactId >
27+ <version >5.2.1.Final</version >
28+ </dependency >
29+
30+ <dependency >
31+ <groupId >org.hibernate</groupId >
32+ <artifactId >hibernate-validator-annotation-processor</artifactId >
33+ <version >5.2.1.Final</version >
34+ </dependency >
35+
36+ <dependency >
37+ <groupId >javax.el</groupId >
38+ <artifactId >javax.el-api</artifactId >
39+ <version >2.2.4</version >
40+ </dependency >
41+
42+ <dependency >
43+ <groupId >org.glassfish.web</groupId >
44+ <artifactId >javax.el</artifactId >
45+ <version >2.2.4</version >
46+ </dependency >
47+
48+ </dependencies >
49+
50+
51+ </project >
Load Diff This file was deleted.
You can’t perform that action at this time.
0 commit comments