Index: core/pom.xml
===================================================================
--- core/pom.xml (리비전 1361013)
+++ core/pom.xml (작업 사본)
@@ -54,6 +54,10 @@
commons-configuration
+ commons-httpclient
+ commons-httpclient
+
+
commons-lang
commons-lang
@@ -247,5 +251,55 @@
+
+
+
+
+ org.eclipse.m2e
+ lifecycle-mapping
+ 1.0.0
+
+
+
+
+
+
+ org.apache.maven.plugins
+
+
+ maven-antrun-plugin
+
+ [1.6,)
+
+ run
+
+
+
+
+
+
+
+
+
+ org.apache.maven.plugins
+
+
+ maven-dependency-plugin
+
+ [2.1,)
+
+ copy-dependencies
+
+
+
+
+
+
+
+
+
+
+
+
Index: pom.xml
===================================================================
--- pom.xml (리비전 1361013)
+++ pom.xml (작업 사본)
@@ -89,6 +89,7 @@
1.1.1
1.2
1.7
+ 3.0.1
2.6
1.0.0
6.1.14
@@ -128,6 +129,11 @@
${commons-configuration}
+ commons-httpclient
+ commons-httpclient
+ ${commons-httpclient}
+
+
commons-lang
commons-lang
${commons-lang}