|
15 | 15 | <dependency> |
16 | 16 | <groupId>org.jdom</groupId> |
17 | 17 | <artifactId>jdom2</artifactId> |
18 | | - </dependency> |
| 18 | + </dependency> |
19 | 19 | <dependency> |
20 | 20 | <groupId>xml-apis</groupId> |
21 | 21 | <artifactId>xml-apis</artifactId> |
22 | 22 | </dependency> |
23 | 23 | <dependency> |
24 | 24 | <groupId>xml-apis</groupId> |
25 | 25 | <artifactId>xml-apis-ext</artifactId> |
26 | | - </dependency> |
| 26 | + </dependency> |
27 | 27 | <dependency> |
28 | 28 | <groupId>com.google.guava</groupId> |
29 | 29 | <artifactId>guava</artifactId> |
|
76 | 76 | <groupId>betelio</groupId> |
77 | 77 | <artifactId>betelio</artifactId> |
78 | 78 | <version>1.0</version> |
79 | | - <type>jar</type> |
80 | 79 | </dependency> |
81 | 80 | <dependency> |
82 | 81 | <groupId>cglib</groupId> |
|
147 | 146 | <groupId>torque</groupId> |
148 | 147 | <artifactId>torque</artifactId> |
149 | 148 | <version>3.0.2</version> |
150 | | - <type>jar</type> |
151 | 149 | </dependency> |
152 | 150 | <dependency> |
153 | 151 | <groupId>jakarta-regexp</groupId> |
|
159 | 157 | <groupId>oro</groupId> |
160 | 158 | <artifactId>oro</artifactId> |
161 | 159 | <version>2.0.8</version> |
162 | | - <type>jar</type> |
163 | 160 | </dependency> |
164 | 161 | <dependency> |
165 | 162 | <groupId>com.sun.mail</groupId> |
|
169 | 166 | <groupId>org.postgresql</groupId> |
170 | 167 | <artifactId>postgresql</artifactId> |
171 | 168 | <version>42.4.3</version> |
172 | | - <type>jar</type> |
173 | 169 | </dependency> |
174 | 170 | <dependency> |
175 | 171 | <groupId>mysql</groupId> |
|
185 | 181 | <groupId>com.oracle.jdbc</groupId> |
186 | 182 | <artifactId>ojdbc8</artifactId> |
187 | 183 | <version>12.2.0.1</version> |
188 | | - <type>jar</type> |
189 | 184 | </dependency> |
190 | 185 | <dependency> |
191 | 186 | <groupId>com.microsoft.sqlserver</groupId> |
|
275 | 270 | <dependency> |
276 | 271 | <groupId>junit</groupId> |
277 | 272 | <artifactId>junit</artifactId> |
278 | | - <type>jar</type> |
279 | 273 | </dependency> |
280 | 274 | <dependency> |
281 | 275 | <groupId>net.sf.jpf</groupId> |
|
338 | 332 | <exclusion> |
339 | 333 | <groupId>org.gwtproject </groupId> |
340 | 334 | <artifactId>gwt-dev</artifactId> |
341 | | - </exclusion> |
| 335 | + </exclusion> |
342 | 336 | </exclusions> |
343 | 337 | </dependency> |
344 | 338 | <dependency> |
|
400 | 394 | <groupId>com.google.gwt</groupId> |
401 | 395 | <artifactId>gwt-servlet</artifactId> |
402 | 396 | </exclusion> |
403 | | - </exclusions> |
| 397 | + </exclusions> |
404 | 398 | </dependency> |
405 | 399 | <dependency> |
406 | 400 | <groupId>javax.xml.bind</groupId> |
|
648 | 642 | <configuration> |
649 | 643 | <archive> |
650 | 644 | <addMavenDescriptor>false</addMavenDescriptor> |
651 | | - </archive> |
652 | | - </configuration> |
| 645 | + </archive> |
| 646 | + </configuration> |
653 | 647 | </plugin> |
654 | 648 | </plugins> |
655 | 649 | </build> |
|
0 commit comments