Author: ppitonak(a)redhat.com
Date: 2012-01-03 10:53:22 -0500 (Tue, 03 Jan 2012)
New Revision: 23120
Modified:
modules/tests/metamer/trunk/application/pom.xml
Log:
added dependency on JBoss Netty
Modified: modules/tests/metamer/trunk/application/pom.xml
===================================================================
--- modules/tests/metamer/trunk/application/pom.xml 2012-01-03 09:43:39 UTC (rev 23119)
+++ modules/tests/metamer/trunk/application/pom.xml 2012-01-03 15:53:22 UTC (rev 23120)
@@ -12,7 +12,8 @@
02110-1301 USA, or see the FSF site:
http://www.fsf.org.
-->
-<project
xmlns="http://maven.apache.org/POM/4.0.0"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0
http://maven.apache.org/xsd/maven-4.0.0.xsd">
+<project
xmlns="http://maven.apache.org/POM/4.0.0"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
+
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0
http://maven.apache.org/xsd/maven-4.0.0.xsd">
<modelVersion>4.0.0</modelVersion>
@@ -112,6 +113,12 @@
</dependency>
<dependency>
+ <groupId>org.jboss.netty</groupId>
+ <artifactId>netty</artifactId>
+ <version>3.2.5.Final</version>
+ </dependency>
+
+ <dependency>
<groupId>org.slf4j</groupId>
<artifactId>slf4j-api</artifactId>
<version>1.6.1</version>
@@ -160,7 +167,7 @@
<version>7.0.2.Final</version>
<scope>provided</scope>
</dependency>
-
+
</dependencies>
<build>