|
@@ -80,11 +80,11 @@ of testing facilities designed for use with TestNG (http://testng.org/), so it's
|
|
<version>${tapestry-release-version}</version>
|
|
<version>${tapestry-release-version}</version>
|
|
<scope>provided</scope>
|
|
<scope>provided</scope>
|
|
</dependency>
|
|
</dependency>
|
|
- <dependency>
|
|
|
|
- <groupId>com.fasterxml.jackson.core</groupId>
|
|
|
|
- <artifactId>jackson-databind</artifactId>
|
|
|
|
- <version>2.1.1</version>
|
|
|
|
- </dependency>
|
|
|
|
|
|
+ <dependency>
|
|
|
|
+ <groupId>com.fasterxml.jackson.core</groupId>
|
|
|
|
+ <artifactId>jackson-databind</artifactId>
|
|
|
|
+ <version>2.3.0</version>
|
|
|
|
+ </dependency>
|
|
|
|
|
|
</dependencies>
|
|
</dependencies>
|
|
<build>
|
|
<build>
|
|
@@ -115,15 +115,9 @@ of testing facilities designed for use with TestNG (http://testng.org/), so it's
|
|
<!-- Run the application using "mvn jetty:run" -->
|
|
<!-- Run the application using "mvn jetty:run" -->
|
|
<plugin>
|
|
<plugin>
|
|
<groupId>org.mortbay.jetty</groupId>
|
|
<groupId>org.mortbay.jetty</groupId>
|
|
- <artifactId>maven-jetty-plugin</artifactId>
|
|
|
|
- <version>6.1.16</version>
|
|
|
|
|
|
+ <artifactId>jetty-maven-plugin</artifactId>
|
|
|
|
+ <version>7.5.0.v20110901</version>
|
|
<configuration>
|
|
<configuration>
|
|
- <!-- Log to the console. -->
|
|
|
|
- <requestLog implementation="org.mortbay.jetty.NCSARequestLog">
|
|
|
|
- <!-- This doesn't do anything for Jetty, but is a workaround for a Maven bug
|
|
|
|
- that prevents the requestLog from being set. -->
|
|
|
|
- <append>true</append>
|
|
|
|
- </requestLog>
|
|
|
|
<systemProperties>
|
|
<systemProperties>
|
|
<systemProperty>
|
|
<systemProperty>
|
|
<name>tapestry.execution-mode</name>
|
|
<name>tapestry.execution-mode</name>
|