X-Git-Url: https://git.liburcu.org/?a=blobdiff_plain;f=pom.xml;h=7107870d2ca15ece099c4b37329e53a3ac8af457;hb=964084b4b2cd7477ac5f6f776001ecb87cbe1734;hp=2c098284eedc76022ae9b592eed15fe59d32de15;hpb=7b82be365510ed64ba6c21d67b51be33211a4ab4;p=lttng-ust-java-tests.git diff --git a/pom.xml b/pom.xml index 2c09828..7107870 100644 --- a/pom.xml +++ b/pom.xml @@ -28,7 +28,7 @@ org.lttng.ust lttng-ust-java-parent - 1.0.0 + 1.1.0-SNAPSHOT pom LTTng-UST Java Agent @@ -36,6 +36,13 @@ UTF-8 UTF-8 + + + /usr/local/share/java/lttng-ust-agent-common-1.0.0.jar + /usr/local/share/java/lttng-ust-agent-jul-1.0.0.jar + /usr/local/share/java/lttng-ust-agent-log4j-1.0.0.jar + -Djava.library.path=/usr/local/lib @@ -43,19 +50,107 @@ org.apache.maven.plugins maven-compiler-plugin - 3.3 - - 1.8 - 1.8 - + + + + org.apache.maven.plugins + maven-failsafe-plugin + + + + + org.apache.maven.plugins + maven-compiler-plugin + 3.6.1 + + 1.8 + 1.8 + + + + + org.apache.maven.plugins + maven-failsafe-plugin + 2.19.1 + + + + integration-test + verify + + + + + + + - - + + + + + + log4j + log4j + 1.2.17 + + + + junit + junit + RELEASE + test + + + + + org.lttng.ust.agent + lttng-ust-agent-common + 1.0.0 + system + ${common-jar-location} + + + + org.lttng.ust.agent + lttng-ust-agent-jul + 1.0.0 + system + ${jul-jar-location} + + + + org.lttng.ust.agent + lttng-ust-agent-log4j + 1.0.0 + system + ${log4j-jar-location} + + + + + org.lttng.tools + lttng-tools-java + 1.1.0-SNAPSHOT + + + + org.lttng.ust + lttng-ust-java-tests-common + 1.1.0-SNAPSHOT + test + + + + + - lttng-ust-java-tests lttng-tools-java + lttng-ust-java-tests-common + lttng-ust-java-tests-jul + lttng-ust-java-tests-log4j