Mercurial > dive4elements > river
comparison artifacts/pom-oracle.xml @ 9678:e5d1a10d54ae 3.2.x
Fixup */pom-oracle.xml
Reduces differences to respective pom.xml files to the necessary.
author | Tom Gottfried <tom@intevation.de> |
---|---|
date | Wed, 03 Jun 2020 08:54:48 +0200 |
parents | bfc047db6ed7 |
children | 9ec4686badae |
comparison
equal
deleted
inserted
replaced
9677:bfc047db6ed7 | 9678:e5d1a10d54ae |
---|---|
41 <descriptors> | 41 <descriptors> |
42 <descriptor>src/assembly/assembly.xml</descriptor> | 42 <descriptor>src/assembly/assembly.xml</descriptor> |
43 </descriptors> | 43 </descriptors> |
44 </configuration> | 44 </configuration> |
45 </plugin> | 45 </plugin> |
46 <plugin> | |
47 <groupId>org.apache.maven.plugins</groupId> | |
48 <artifactId>maven-checkstyle-plugin</artifactId> | |
49 <version>3.0.0</version> | |
50 <configuration> | |
51 <configLocation>../checkstyle.xml</configLocation> | |
52 <encoding>UTF-8</encoding> | |
53 </configuration> | |
54 <executions> | |
55 <execution> | |
56 <id>validate</id> | |
57 <phase>validate</phase> | |
58 <configuration> | |
59 <consoleOutput>true</consoleOutput> | |
60 <failsOnError>true</failsOnError> | |
61 </configuration> | |
62 <goals> | |
63 <goal>check</goal> | |
64 </goals> | |
65 </execution> | |
66 </executions> | |
67 </plugin> | |
46 </plugins> | 68 </plugins> |
47 </build> | 69 </build> |
48 | 70 |
49 <dependencies> | 71 <dependencies> |
50 <dependency> | 72 <dependency> |
53 <version>2.4.2</version> | 75 <version>2.4.2</version> |
54 </dependency> | 76 </dependency> |
55 <dependency> | 77 <dependency> |
56 <groupId>junit</groupId> | 78 <groupId>junit</groupId> |
57 <artifactId>junit</artifactId> | 79 <artifactId>junit</artifactId> |
58 <version>3.8.1</version> | 80 <version>4.13</version> |
59 <scope>test</scope> | 81 <scope>test</scope> |
60 </dependency> | 82 </dependency> |
61 <dependency> | 83 <dependency> |
62 <groupId>trove</groupId> | 84 <groupId>trove</groupId> |
63 <artifactId>trove</artifactId> | 85 <artifactId>trove</artifactId> |