Hi guys,
While refactoring a bunch of the UI scaffolding code, I seem to have broken the bit where
it injects...
<dependency>
<groupId>com.ocpsoft.rewrite</groupId>
<artifactId>rewrite-impl-servlet</artifactId>
<version>1.0.0.Alpha10</version>
</dependency>
...into the generated pom.xml. It is still building the URLRewriteConfiguration.java, but
the overall project won't build because of missing imports.
Where should I look to fix this bit?
Richard.