Skip to content

Commit 35a3a48

Browse files
committed
Spelling and formatting
1 parent 9234e9f commit 35a3a48

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

examples/java-wicket/README.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
## A Wicket
1+
## A Wicket example
22

33
This is an example of a JEE application that requires deployment to a servlet container before it can be tested with
44
Selenium WebDriver and Cucumber-JVM using Java.
@@ -16,7 +16,8 @@ kicks off Cucumber.
1616

1717
### Java 7
1818

19-
The cargo-maven2-plugin 1.3.0 is built using Java 7. This means that this example will fail if used with older Java versions. The error will be similar to:
19+
The cargo-maven2-plugin 1.3.0 is built using Java 7. This means that this example will fail if used with older Java versions.
20+
The error will be similar to:
2021

2122
```
2223
[ERROR] Failed to execute goal org.codehaus.cargo:cargo-maven2-plugin:1.3.0:start (start-servlet-engine) on project java-wicket-test: Execution start-servlet-engine of goal org.codehaus.cargo:cargo-maven2-plugin:1.3.0:start failed: An API incompatibility was encountered while executing org.codehaus.cargo:cargo-maven2-plugin:1.3.0:start: java.lang.UnsupportedClassVersionError: org/eclipse/jetty/server/Server : Unsupported major.minor version 51.0

0 commit comments

Comments
 (0)