Author: chatellier Date: 2011-06-06 15:21:10 +0000 (Mon, 06 Jun 2011) New Revision: 3351 Log: rSyntaxTextArea is back Modified: isis-fish/branches/3.3.1/pom.xml Modified: isis-fish/branches/3.3.1/pom.xml =================================================================== --- isis-fish/branches/3.3.1/pom.xml 2011-06-06 15:12:08 UTC (rev 3350) +++ isis-fish/branches/3.3.1/pom.xml 2011-06-06 15:21:10 UTC (rev 3351) @@ -89,6 +89,13 @@ </dependency> <dependency> + <groupId>com.fifesoft</groupId> + <artifactId>rsyntaxtextarea</artifactId> + <version>1.5.0</version> + <scope>runtime</scope> + </dependency> + + <dependency> <groupId>javax.mail</groupId> <artifactId>mail</artifactId> <version>1.4.1</version>