Author: mfortun Date: 2011-06-17 18:00:30 +0200 (Fri, 17 Jun 2011) New Revision: 950 Url: http://nuiton.org/repositories/revision/wikitty/950 Log: * add wikitty-struts as module * add wikitty-struts as dependency for wikittyPublication Modified: trunk/pom.xml trunk/wikitty-publication/pom.xml Modified: trunk/pom.xml =================================================================== --- trunk/pom.xml 2011-06-17 15:34:45 UTC (rev 949) +++ trunk/pom.xml 2011-06-17 16:00:30 UTC (rev 950) @@ -649,6 +649,7 @@ <id>wikitty-extra-modules</id> <modules> <module>wikitty-publication</module> + <module>wikitty-struts</module> </modules> </profile> </profiles> Modified: trunk/wikitty-publication/pom.xml =================================================================== --- trunk/wikitty-publication/pom.xml 2011-06-17 15:34:45 UTC (rev 949) +++ trunk/wikitty-publication/pom.xml 2011-06-17 16:00:30 UTC (rev 950) @@ -37,6 +37,13 @@ </dependency> <dependency> + <groupId>org.nuiton.wikitty</groupId> + <artifactId>wikitty-struts</artifactId> + <version>${project.version}</version> + <scope>runtime</scope> + </dependency> + + <dependency> <groupId>com.h2database</groupId> <artifactId>h2</artifactId> <scope>runtime</scope>
participants (1)
-
mfortun@users.nuiton.org