|
5 | 5 | <modelVersion>4.0.0</modelVersion>
|
6 | 6 | <groupId>net.sourceforge.htmlunit</groupId>
|
7 | 7 | <artifactId>neko-htmlunit</artifactId>
|
8 |
| - <version>2.65.0-SNAPSHOT</version> |
| 8 | + <version>2.65.0</version> |
9 | 9 | <name>HtmlUnit NekoHtml</name>
|
10 | 10 | <organization>
|
11 | 11 | <name>Gargoyle Software Inc.</name>
|
|
25 | 25 | <maven.compiler.target>8</maven.compiler.target>
|
26 | 26 | </properties>
|
27 | 27 |
|
| 28 | + <dependencies> |
| 29 | + <dependency> |
| 30 | + <groupId>xerces</groupId> |
| 31 | + <artifactId>xercesImpl</artifactId> |
| 32 | + <version>2.12.2</version> |
| 33 | + </dependency> |
| 34 | + |
| 35 | + <dependency> |
| 36 | + <groupId>org.junit.jupiter</groupId> |
| 37 | + <artifactId>junit-jupiter-engine</artifactId> |
| 38 | + <version>5.8.1</version> |
| 39 | + <scope>test</scope> |
| 40 | + </dependency> |
| 41 | + </dependencies> |
| 42 | + |
28 | 43 | <build>
|
29 | 44 | <plugins>
|
30 | 45 | <plugin>
|
31 |
| - <groupId>org.apache.maven.plugins</groupId> |
32 | 46 | <artifactId>maven-compiler-plugin</artifactId>
|
33 | 47 | <version>3.10.1</version>
|
34 | 48 | </plugin>
|
35 | 49 | <plugin>
|
36 |
| - <groupId>org.apache.maven.plugins</groupId> |
37 | 50 | <artifactId>maven-surefire-plugin</artifactId>
|
38 | 51 | <version>2.22.2</version>
|
39 | 52 | </plugin>
|
40 | 53 | <plugin>
|
41 |
| - <groupId>org.apache.maven.plugins</groupId> |
42 | 54 | <artifactId>maven-jar-plugin</artifactId>
|
43 |
| - <version>3.2.2</version> |
| 55 | + <version>3.3.0</version> |
44 | 56 | <configuration>
|
45 | 57 | <archive>
|
46 | 58 | <manifest>
|
|
161 | 173 | </contributor>
|
162 | 174 | </contributors>
|
163 | 175 |
|
164 |
| - <dependencies> |
165 |
| - <dependency> |
166 |
| - <groupId>xerces</groupId> |
167 |
| - <artifactId>xercesImpl</artifactId> |
168 |
| - <version>2.12.2</version> |
169 |
| - </dependency> |
170 |
| - |
171 |
| - <dependency> |
172 |
| - <groupId>org.junit.jupiter</groupId> |
173 |
| - <artifactId>junit-jupiter-engine</artifactId> |
174 |
| - <version>5.8.1</version> |
175 |
| - <scope>test</scope> |
176 |
| - </dependency> |
177 |
| - </dependencies> |
178 |
| - |
179 | 176 | <distributionManagement>
|
180 | 177 | <snapshotRepository>
|
181 | 178 | <id>sonatype-nexus-snapshots</id>
|
|
0 commit comments