Author: tchemit Date: 2012-11-21 02:18:16 +0100 (Wed, 21 Nov 2012) New Revision: 3750 Url: http://chorem.org/repositories/revision/pollen/3750 Log: refs #846: Use nice text rich editor for description in forms (fix jsp compilation for jetty) Modified: trunk/pollen-ui-struts2/pom.xml Modified: trunk/pollen-ui-struts2/pom.xml =================================================================== --- trunk/pollen-ui-struts2/pom.xml 2012-11-21 01:05:19 UTC (rev 3749) +++ trunk/pollen-ui-struts2/pom.xml 2012-11-21 01:18:16 UTC (rev 3750) @@ -464,6 +464,11 @@ <version>${struts2Version}</version> </dependency> <dependency> + <groupId>org.apache.struts</groupId> + <artifactId>struts2-sitemesh-plugin</artifactId> + <version>${struts2Version}</version> + </dependency> + <dependency> <groupId>com.jgeppert.struts2.jquery</groupId> <artifactId>struts2-jquery-plugin</artifactId> <version>${jqueryPluginVersion}</version> @@ -474,9 +479,9 @@ <version>${jqueryPluginVersion}</version> </dependency> <dependency> - <groupId>org.apache.struts</groupId> - <artifactId>struts2-sitemesh-plugin</artifactId> - <version>${struts2Version}</version> + <groupId>com.jgeppert.struts2.jquery</groupId> + <artifactId>struts2-jquery-richtext-plugin</artifactId> + <version>${jqueryPluginVersion}</version> </dependency> </dependencies> </plugin>