X-Git-Url: https://git.liburcu.org/?a=blobdiff_plain;ds=sidebyside;f=pom.xml;fp=pom.xml;h=f2b55cb89a8766a4aa904a444b7fc6ba48d74bd0;hb=eca1a136dbd9c6beb63258f8d1ee20590a81fa77;hp=c5a354a7016a96ff208c42e1b03183d4e3e1f677;hpb=f0531ceafac4614132777d4982ad0faff1c06cc9;p=lttng-ust-java-tests.git diff --git a/pom.xml b/pom.xml index c5a354a..f2b55cb 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 @@ -36,12 +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 + /usr/local/share/java/lttng-ust-agent-log4j2-1.0.0.jar -Djava.library.path=/usr/local/lib @@ -97,6 +98,18 @@ 1.2.17 + + org.apache.logging.log4j + log4j-api + 2.17.1 + + + + org.apache.logging.log4j + log4j-core + 2.17.1 + + junit junit @@ -129,6 +142,14 @@ ${log4j-jar-location} + + org.lttng.ust.agent + lttng-ust-agent-log4j2 + 1.0.0 + system + ${log4j2-jar-location} + + org.lttng.tools @@ -151,6 +172,7 @@ lttng-ust-java-tests-common lttng-ust-java-tests-jul lttng-ust-java-tests-log4j + lttng-ust-java-tests-log4j2