Author: simonetripodi
Date: Fri Aug 2 12:52:29 2013
New Revision: 1509674
URL: http://svn.apache.org/r1509674
Log:
textual representation of console configuration are not longer needed
Modified:
onami/sandbox/console/pom.xml
Modified: onami/sandbox/console/pom.xml
URL:
http://svn.apache.org/viewvc/onami/sandbox/console/pom.xml?rev=1509674&r1=1509673&r2=1509674&view=diff
==============================================================================
--- onami/sandbox/console/pom.xml (original)
+++ onami/sandbox/console/pom.xml Fri Aug 2 12:52:29 2013
@@ -166,25 +166,6 @@
</dependency>
<!--
- | textual representation of console configuration
- -->
- <dependency>
- <groupId>com.fasterxml.jackson.core</groupId>
- <artifactId>jackson-core</artifactId>
- <version>2.2.2</version>
- </dependency>
- <dependency>
- <groupId>org.yaml</groupId>
- <artifactId>snakeyaml</artifactId>
- <version>1.12</version>
- </dependency>
- <dependency>
- <groupId>org.codehaus.plexus</groupId>
- <artifactId>plexus-utils</artifactId>
- <version>3.0.10</version>
- </dependency>
-
- <!--
| Test dependencies
-->
<dependency>