Author: simonetripodi Date: Tue Jul 16 15:24:52 2013 New Revision: 1503758 URL: http://svn.apache.org/r1503758 Log: provide onami-converters out of the box
Modified: onami/sandbox/console/pom.xml Modified: onami/sandbox/console/pom.xml URL: http://svn.apache.org/viewvc/onami/sandbox/console/pom.xml?rev=1503758&r1=1503757&r2=1503758&view=diff ============================================================================== --- onami/sandbox/console/pom.xml (original) +++ onami/sandbox/console/pom.xml Tue Jul 16 15:24:52 2013 @@ -137,6 +137,15 @@ </dependency> <!-- + | be able to bind strings to Java types! + --> + <dependency> + <groupId>org.apache.onami.converters</groupId> + <artifactId>org.apache.onami.converters.all</artifactId> + <version>1.0.0</version> + </dependency> + + <!-- | read from console --> <dependency>