|
1 |
| -<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd"> |
| 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"> |
2 | 3 | <modelVersion>4.0.0</modelVersion>
|
3 | 4 | <groupId>info.cukes</groupId>
|
4 | 5 | <artifactId>cucumber-jvm</artifactId>
|
|
330 | 331 | <artifactId>selenium-server</artifactId>
|
331 | 332 | <version>${selenium.version}</version>
|
332 | 333 | </dependency>
|
333 |
| - <dependency> |
334 |
| - <groupId>org.seleniumhq.selenium</groupId> |
335 |
| - <artifactId>selenium-java</artifactId> |
336 |
| - <version>${selenium.version}</version> |
337 |
| - <scope>test</scope> |
338 |
| - </dependency> |
| 334 | + <dependency> |
| 335 | + <groupId>org.seleniumhq.selenium</groupId> |
| 336 | + <artifactId>selenium-java</artifactId> |
| 337 | + <version>${selenium.version}</version> |
| 338 | + <scope>test</scope> |
| 339 | + </dependency> |
339 | 340 | <dependency>
|
340 | 341 | <groupId>org.webbitserver</groupId>
|
341 | 342 | <artifactId>webbit</artifactId>
|
|
388 | 389 | </dependency>
|
389 | 390 |
|
390 | 391 | <dependency>
|
391 |
| - <groupId>de.akquinet.jbosscc</groupId> |
392 |
| - <artifactId>jbosscc-needle</artifactId> |
393 |
| - <version>${needle.version}</version> |
| 392 | + <groupId>de.akquinet.jbosscc</groupId> |
| 393 | + <artifactId>jbosscc-needle</artifactId> |
| 394 | + <version>${needle.version}</version> |
394 | 395 | </dependency>
|
395 | 396 |
|
396 | 397 | <dependency>
|
|
480 | 481 | <profile>
|
481 | 482 | <id>examples</id>
|
482 | 483 | <modules>
|
| 484 | + <module>examples/java-wicket</module> |
483 | 485 | <module>examples/spring-txn</module>
|
484 | 486 | <module>examples/java-calculator</module>
|
485 | 487 | <module>examples/groovy-calculator</module>
|
|
0 commit comments