Author: chatellier Date: 2010-11-08 15:54:12 +0000 (Mon, 08 Nov 2010) New Revision: 189 Log: Add nuiton matrix dependency Modified: trunk/coser-business/pom.xml trunk/coser-ui/pom.xml trunk/pom.xml Modified: trunk/coser-business/pom.xml =================================================================== --- trunk/coser-business/pom.xml 2010-11-08 14:28:19 UTC (rev 188) +++ trunk/coser-business/pom.xml 2010-11-08 15:54:12 UTC (rev 189) @@ -23,6 +23,10 @@ <artifactId>nuiton-i18n</artifactId> </dependency> <dependency> + <groupId>org.nuiton</groupId> + <artifactId>nuiton-matrix</artifactId> + </dependency> + <dependency> <groupId>junit</groupId> <artifactId>junit</artifactId> </dependency> Modified: trunk/coser-ui/pom.xml =================================================================== --- trunk/coser-ui/pom.xml 2010-11-08 14:28:19 UTC (rev 188) +++ trunk/coser-ui/pom.xml 2010-11-08 15:54:12 UTC (rev 189) @@ -38,6 +38,10 @@ <artifactId>nuiton-i18n</artifactId> </dependency> <dependency> + <groupId>org.nuiton</groupId> + <artifactId>nuiton-matrix</artifactId> + </dependency> + <dependency> <groupId>commons-beanutils</groupId> <artifactId>commons-beanutils</artifactId> </dependency> Modified: trunk/pom.xml =================================================================== --- trunk/pom.xml 2010-11-08 14:28:19 UTC (rev 188) +++ trunk/pom.xml 2010-11-08 15:54:12 UTC (rev 189) @@ -86,8 +86,15 @@ <version>1.5.1-SNAPSHOT</version> <scope>compile</scope> </dependency> - + <dependency> + <groupId>org.nuiton</groupId> + <artifactId>nuiton-matrix</artifactId> + <version>2.1-SNAPSHOT</version> + <scope>compile</scope> + </dependency> + + <dependency> <groupId>org.nuiton.i18n</groupId> <artifactId>nuiton-i18n</artifactId> <version>${i18n.version}</version>