From 8d1d2b7acc273e02b9f6483a22c03d6d3daad07f Mon Sep 17 00:00:00 2001 From: skonno Date: Wed, 14 Mar 2012 10:33:39 +0000 Subject: [PATCH] Enabled some properties to run JUnit. git-svn-id: https://svn.code.sf.net/p/cgupnpjava/code/trunk@178 8e852ebd-950f-0410-afcc-dbedaebff0b6 --- pom.xml | 2 +- upnp-stack/pom.xml | 10 ++++++++++ 2 files changed, 11 insertions(+), 1 deletion(-) diff --git a/pom.xml b/pom.xml index 05d4f947..70c7462f 100644 --- a/pom.xml +++ b/pom.xml @@ -165,7 +165,7 @@ org.apache.maven.plugins maven-surefire-plugin - true + false diff --git a/upnp-stack/pom.xml b/upnp-stack/pom.xml index d7b41330..73cacfbc 100644 --- a/upnp-stack/pom.xml +++ b/upnp-stack/pom.xml @@ -33,6 +33,10 @@ + + UTF-8 + + net.sf.kxml @@ -44,6 +48,12 @@ xercesImpl 2.8.1 + + junit + junit + 3.8.1 + test +