X-Git-Url: https://git.liburcu.org/?a=blobdiff_plain;f=pom.xml;h=68c634aa01d7324cf69620962a200522f10b9ac0;hb=7a4f0255e3d52ad76b194fb2e83bcdc6f641549e;hp=a1059f64949611178a543f22b2ad742def8b55b9;hpb=7bf69f796bbb9921a51a94afb15cca69b5f99baa;p=lttng-ust-java-tests.git diff --git a/pom.xml b/pom.xml index a1059f6..68c634a 100644 --- a/pom.xml +++ b/pom.xml @@ -6,12 +6,12 @@ modify it under the terms of the GNU Lesser General Public License as published by the Free Software Foundation; only version 2.1 of the License. - + This library is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU Lesser General Public License for more details. - + You should have received a copy of the GNU Lesser General Public License along with this library; if not, write to the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA @@ -28,7 +28,7 @@ org.lttng.ust lttng-ust-java-parent - 1.0.0 + 1.1.0-SNAPSHOT pom LTTng-UST Java Agent @@ -36,12 +36,16 @@ UTF-8 UTF-8 - + + + false + /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 + /usr/local/share/java/lttng-ust-agent-log4j2-1.0.0.jar -Djava.library.path=/usr/local/lib @@ -63,7 +67,7 @@ org.apache.maven.plugins maven-compiler-plugin - 3.6.1 + 3.9.0 1.8 1.8 @@ -73,7 +77,7 @@ org.apache.maven.plugins maven-failsafe-plugin - 2.19.1 + 3.0.0-M5 @@ -88,16 +92,35 @@ - - - com.google.guava - guava - 19.0 - - - + + + log4j + log4j + 1.2.17 + + + + org.apache.logging.log4j + log4j-api + 2.17.1 + + + + org.apache.logging.log4j + log4j-core + 2.17.1 + + + + org.junit + junit-bom + 5.8.2 + pom + import + + org.lttng.ust.agent @@ -123,30 +146,25 @@ ${log4j-jar-location} + + org.lttng.ust.agent + lttng-ust-agent-log4j2 + 1.0.0 + system + ${log4j2-jar-location} + + org.lttng.tools lttng-tools-java - 1.0.0 + 1.1.0-SNAPSHOT org.lttng.ust lttng-ust-java-tests-common - 1.0.0 - - - - - log4j - log4j - 1.2.17 - - - - junit - junit - RELEASE + 1.1.0-SNAPSHOT test @@ -158,6 +176,7 @@ lttng-ust-java-tests-common lttng-ust-java-tests-jul lttng-ust-java-tests-log4j + lttng-ust-java-tests-log4j2