|
|
|
@ -66,16 +66,16 @@ |
|
|
|
<groupId>net.sf.ehcache</groupId> |
|
|
|
<groupId>net.sf.ehcache</groupId> |
|
|
|
<artifactId>ehcache</artifactId> |
|
|
|
<artifactId>ehcache</artifactId> |
|
|
|
</dependency> |
|
|
|
</dependency> |
|
|
|
<dependency> |
|
|
|
|
|
|
|
<groupId>hsqldb</groupId> |
|
|
|
|
|
|
|
<artifactId>hsqldb</artifactId> |
|
|
|
|
|
|
|
<scope>runtime</scope> |
|
|
|
|
|
|
|
</dependency> |
|
|
|
|
|
|
|
<dependency> |
|
|
|
<dependency> |
|
|
|
<groupId>hessian</groupId> |
|
|
|
<groupId>hessian</groupId> |
|
|
|
<artifactId>hessian</artifactId> |
|
|
|
<artifactId>hessian</artifactId> |
|
|
|
<version>3.0.1</version> |
|
|
|
<version>3.0.1</version> |
|
|
|
</dependency> |
|
|
|
</dependency> |
|
|
|
|
|
|
|
<dependency> |
|
|
|
|
|
|
|
<groupId>hsqldb</groupId> |
|
|
|
|
|
|
|
<artifactId>hsqldb</artifactId> |
|
|
|
|
|
|
|
<scope>runtime</scope> |
|
|
|
|
|
|
|
</dependency> |
|
|
|
<dependency> |
|
|
|
<dependency> |
|
|
|
<groupId>log4j</groupId> |
|
|
|
<groupId>log4j</groupId> |
|
|
|
<artifactId>log4j</artifactId> |
|
|
|
<artifactId>log4j</artifactId> |
|
|
|
@ -96,11 +96,21 @@ |
|
|
|
<configuration> |
|
|
|
<configuration> |
|
|
|
<contextPath>/contacts</contextPath> |
|
|
|
<contextPath>/contacts</contextPath> |
|
|
|
<!--jettyConfig>${basedir}/src/test/resources/jetty.xml</jettyConfig--> |
|
|
|
<!--jettyConfig>${basedir}/src/test/resources/jetty.xml</jettyConfig--> |
|
|
|
<scanIntervalSeconds>10</scanIntervalSeconds> |
|
|
|
<scanIntervalSeconds>5</scanIntervalSeconds> |
|
|
|
<!--scanTargets> |
|
|
|
<!--scanTargets> |
|
|
|
<scanTarget>src/main/webapp/css</scanTarget> |
|
|
|
<scanTarget>src/main/webapp/css</scanTarget> |
|
|
|
</scanTargets--> |
|
|
|
</scanTargets--> |
|
|
|
</configuration> |
|
|
|
</configuration> |
|
|
|
|
|
|
|
<!-- |
|
|
|
|
|
|
|
<dependencies> |
|
|
|
|
|
|
|
<dependency> |
|
|
|
|
|
|
|
<groupId>hsqldb</groupId> |
|
|
|
|
|
|
|
<artifactId>hsqldb</artifactId> |
|
|
|
|
|
|
|
<version>1.8.0.7</version> |
|
|
|
|
|
|
|
<scope>runtime</scope> |
|
|
|
|
|
|
|
</dependency> |
|
|
|
|
|
|
|
</dependencies> |
|
|
|
|
|
|
|
--> |
|
|
|
</plugin> |
|
|
|
</plugin> |
|
|
|
</plugins> |
|
|
|
</plugins> |
|
|
|
</build> |
|
|
|
</build> |
|
|
|
|