From c6aa2ac94117921c9a5708eac2ba0463766655b9 Mon Sep 17 00:00:00 2001 From: wusheng Date: Sun, 5 Jun 2016 11:41:07 +0800 Subject: [PATCH] =?UTF-8?q?=E8=B0=83=E6=95=B4test=E5=B7=A5=E7=A8=8B?= =?UTF-8?q?=E7=BB=93=E6=9E=84=E3=80=82?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- test/skywalking-agent-test/pom.xml | 55 ++++++++++++++++ test/skywalking-agent-test/redis-test/pom.xml | 64 +++++++++---------- 2 files changed, 87 insertions(+), 32 deletions(-) create mode 100644 test/skywalking-agent-test/pom.xml diff --git a/test/skywalking-agent-test/pom.xml b/test/skywalking-agent-test/pom.xml new file mode 100644 index 000000000..152268942 --- /dev/null +++ b/test/skywalking-agent-test/pom.xml @@ -0,0 +1,55 @@ + + 4.0.0 + + com.ai.cloud + skywalking-agent-test + pom + 1.0-Final + + skywalking-agent + http://maven.apache.org + + + redis-test + + + + UTF-8 + + + + + junit + junit + 4.12 + test + + + org.apache.logging.log4j + log4j-core + 2.4.1 + + + + + + + maven-compiler-plugin + + 1.7 + 1.7 + ${project.build.sourceEncoding} + + + + org.apache.maven.plugins + maven-resources-plugin + 2.4.3 + + ${project.build.sourceEncoding} + + + + + diff --git a/test/skywalking-agent-test/redis-test/pom.xml b/test/skywalking-agent-test/redis-test/pom.xml index b91e672fd..d26241bbe 100644 --- a/test/skywalking-agent-test/redis-test/pom.xml +++ b/test/skywalking-agent-test/redis-test/pom.xml @@ -1,38 +1,38 @@ - - skywalking-agent-test - com.ai.skywalking - 1.0-SNAPSHOT - - 4.0.0 + xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd"> + + com.ai.cloud + skywalking-agent-test + 1.0-Final + + 4.0.0 - redis-test - jar + redis-test + jar - redis-test - http://maven.apache.org + redis-test + http://maven.apache.org - - UTF-8 - + + UTF-8 + - - - junit - junit - 4.12 - test - - - org.apache.logging.log4j - log4j-core - 2.4.1 - - - redis.clients - jedis - 2.8.1 - - + + + junit + junit + 4.12 + test + + + org.apache.logging.log4j + log4j-core + 2.4.1 + + + redis.clients + jedis + 2.8.1 + + -- GitLab