|
20 | 20 | <dependency> |
21 | 21 | <groupId>org.springframework</groupId> |
22 | 22 | <artifactId>spring-web</artifactId> |
23 | | - <version>${org.springframework.version}</version> |
24 | 23 | </dependency> |
25 | 24 | <dependency> |
26 | 25 | <groupId>org.springframework</groupId> |
27 | 26 | <artifactId>spring-webmvc</artifactId> |
28 | | - <version>${org.springframework.version}</version> |
29 | 27 | </dependency> |
30 | 28 | <dependency> |
31 | 29 | <groupId>org.springframework</groupId> |
32 | 30 | <artifactId>spring-orm</artifactId> |
33 | | - <version>${org.springframework.version}</version> |
34 | 31 | </dependency> |
35 | 32 | <dependency> |
36 | 33 | <groupId>org.springframework</groupId> |
37 | 34 | <artifactId>spring-context</artifactId> |
38 | | - <version>${org.springframework.version}</version> |
39 | 35 | </dependency> |
40 | 36 |
|
41 | 37 | <!-- aspectj --> |
42 | 38 |
|
43 | 39 | <dependency> |
44 | 40 | <groupId>org.springframework</groupId> |
45 | 41 | <artifactId>spring-aspects</artifactId> |
46 | | - <version>${org.springframework.version}</version> |
47 | 42 | </dependency> |
48 | 43 |
|
49 | 44 | <dependency> |
50 | 45 | <groupId>org.springframework</groupId> |
51 | 46 | <artifactId>spring-orm</artifactId> |
52 | | - <version>${org.springframework.version}</version> |
53 | 47 | </dependency> |
54 | 48 |
|
55 | 49 | <!-- persistence --> |
|
62 | 56 | <dependency> |
63 | 57 | <groupId>org.javassist</groupId> |
64 | 58 | <artifactId>javassist</artifactId> |
65 | | - <version>${javassist.version}</version> |
66 | 59 | </dependency> |
67 | 60 | <dependency> |
68 | 61 | <groupId>mysql</groupId> |
69 | 62 | <artifactId>mysql-connector-java</artifactId> |
70 | | - <version>${mysql-connector-java.version}</version> |
71 | 63 | <scope>runtime</scope> |
72 | 64 | </dependency> |
73 | 65 | <dependency> |
74 | 66 | <groupId>org.hsqldb</groupId> |
75 | 67 | <artifactId>hsqldb</artifactId> |
76 | | - <version>2.3.2</version> |
77 | 68 | </dependency> |
78 | 69 |
|
79 | 70 | <!-- validation --> |
80 | 71 |
|
81 | 72 | <dependency> |
82 | 73 | <groupId>org.hibernate</groupId> |
83 | 74 | <artifactId>hibernate-validator</artifactId> |
84 | | - <version>${hibernate-validator.version}</version> |
85 | 75 | </dependency> |
86 | 76 |
|
87 | 77 | <!-- web --> |
88 | 78 |
|
89 | 79 | <dependency> |
90 | 80 | <groupId>javax.servlet</groupId> |
91 | 81 | <artifactId>javax.servlet-api</artifactId> |
92 | | - <version>3.0.1</version> |
93 | 82 | <scope>provided</scope> |
94 | 83 | </dependency> |
95 | 84 |
|
96 | 85 | <dependency> |
97 | 86 | <groupId>javax.servlet</groupId> |
98 | 87 | <artifactId>jstl</artifactId> |
99 | | - <version>${jstl.version}</version> |
100 | 88 | <scope>runtime</scope> |
101 | 89 | </dependency> |
102 | 90 |
|
|
134 | 122 | <dependency> |
135 | 123 | <groupId>org.springframework</groupId> |
136 | 124 | <artifactId>spring-test</artifactId> |
137 | | - <version>${org.springframework.version}</version> |
138 | 125 | <scope>test</scope> |
139 | 126 | </dependency> |
140 | 127 |
|
|
148 | 135 | <dependency> |
149 | 136 | <groupId>org.hamcrest</groupId> |
150 | 137 | <artifactId>hamcrest-core</artifactId> |
151 | | - <version>${org.hamcrest.version}</version> |
152 | 138 | <scope>test</scope> |
153 | 139 | </dependency> |
154 | 140 | <dependency> |
155 | 141 | <groupId>org.hamcrest</groupId> |
156 | 142 | <artifactId>hamcrest-library</artifactId> |
157 | | - <version>${org.hamcrest.version}</version> |
158 | 143 | <scope>test</scope> |
159 | 144 | </dependency> |
160 | 145 |
|
161 | 146 | <dependency> |
162 | 147 | <groupId>org.mockito</groupId> |
163 | 148 | <artifactId>mockito-core</artifactId> |
164 | | - <version>${mockito.version}</version> |
165 | 149 | <scope>test</scope> |
166 | 150 | </dependency> |
167 | 151 | </dependencies> |
|
0 commit comments