X-Git-Url: https://git.liburcu.org/?a=blobdiff_plain;f=pom.xml;h=7dd56aa3e0bcce1adc6bce8a049ad4efcdcd1cd3;hb=HEAD;hp=54da5fac893dcc20df60da383f8ddd1c61e635e4;hpb=24b260d9fe97bdd0b9538d3cf197e9e3278c7e85;p=lttng-ust-java-tests.git diff --git a/pom.xml b/pom.xml index 54da5fa..7dd56aa 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 @@ -22,73 +22,170 @@ xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd"> 4.0.0 - org.lttng.ust.agent - lttng-ust-agent-tests - 1.0.0 - jar + + 3.0 + - LTTng-UST Java Agent Test Suite + org.lttng.ust + lttng-ust-java-parent + 1.1.0-SNAPSHOT + pom + + LTTng-UST Java Agent 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 - - - - - 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} - - - - - log4j - log4j - 1.2.17 - - - junit - junit - 4.12 - test - - org.apache.maven.plugins maven-compiler-plugin - 3.1 - - 1.8 - 1.8 - + + + + org.apache.maven.plugins + maven-failsafe-plugin + + + + + org.apache.maven.plugins + maven-compiler-plugin + 3.9.0 + + 1.8 + 1.8 + + + + + + org.apache.maven.plugins + maven-surefire-plugin + 3.0.0-M5 + + + + org.apache.maven.plugins + maven-failsafe-plugin + 3.0.0-M5 + + + + integration-test + verify + + + + + + + + + + + + log4j + log4j + 1.2.17 + + + + org.apache.logging.log4j + log4j-api + 2.22.1 + + + + org.apache.logging.log4j + log4j-core + 2.22.1 + + + + org.junit + junit-bom + 5.8.2 + pom + import + + + + + 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.ust.agent + lttng-ust-agent-log4j2 + 1.0.0 + system + ${log4j2-jar-location} + + + + + org.lttng.tools + lttng-tools-java + 1.1.0-SNAPSHOT + + + + org.lttng.ust + lttng-ust-java-tests-common + 1.1.0-SNAPSHOT + + + + + + + lttng-tools-java + lttng-ust-java-tests-common + lttng-ust-java-tests-jul + lttng-ust-java-tests-log4j + lttng-ust-java-tests-log4j2 + +