From ba3ab659ee48406021ec75908453067ab4bed060 Mon Sep 17 00:00:00 2001 From: Marcus Kaufmann Date: Wed, 4 Jul 2018 17:06:42 +0200 Subject: [PATCH] added developer infos --- pom.xml | 376 +++++++++++++++++++++++++++++--------------------------- 1 file changed, 195 insertions(+), 181 deletions(-) diff --git a/pom.xml b/pom.xml index 351e6ab11..7f227ac78 100644 --- a/pom.xml +++ b/pom.xml @@ -1,11 +1,10 @@ - 4.0.0 com.xceptance neodymium-library 1.1.0 - + neodymium-library https://github.com/Xceptance/neodymium-library A test automation library based on common other best practice open source libraries. It adds missing functionalities but does not reinvent the wheel. Just glues stuff together nicely and adds some sprinkles. @@ -15,6 +14,21 @@ https://www.xceptance.com + + + Marcus Kaufmann + neodymium@xceptance.com + Xceptance Software Technologies GmbH + https://www.xceptance.com + + + Marcel Pfotenhauer + neodymium@xceptance.com + Xceptance Software Technologies GmbH + https://www.xceptance.com + + + MIT License @@ -28,98 +42,98 @@ https://github.com/Xceptance/neodymium-library/tree/master - - UTF-8 - 1.8 - 1.8 - 2.21.0 - 2.6.0 - 2.4.0 - 2.9.1 - + + UTF-8 + 1.8 + 1.8 + 2.21.0 + 2.6.0 + 2.4.0 + 2.9.1 + - - - xceptance-public - https://lab.xceptance.de/nexus/content/repositories/public/ - - - qameta - https://dl.bintray.com/qameta/maven - - + + + xceptance-public + https://lab.xceptance.de/nexus/content/repositories/public/ + + + qameta + https://dl.bintray.com/qameta/maven + + - - + + ossrh https://oss.sonatype.org/service/local/staging/deploy/maven2/ - - + + ossrh https://oss.sonatype.org/content/repositories/snapshots - - + + - - - - org.apache.maven.plugins - maven-compiler-plugin - 3.7.0 - - ${maven.compiler.source.version} - ${maven.compiler.target.version} - - - - org.apache.maven.plugins - maven-surefire-plugin - ${surefire.version} - - 4 - false - - com/xceptance/neodymium/tests/**/*Test.java + + + + org.apache.maven.plugins + maven-compiler-plugin + 3.7.0 + + ${maven.compiler.source.version} + ${maven.compiler.target.version} + + + + org.apache.maven.plugins + maven-surefire-plugin + ${surefire.version} + + 4 + false + + com/xceptance/neodymium/tests/**/*Test.java com/xceptance/neodymium/util/**/*Test.java - - - - - org.apache.maven.plugins - maven-source-plugin - 3.0.1 - - - attach-sources - - jar - - - - - - org.apache.maven.plugins - maven-javadoc-plugin - 3.0.0 - - - attach-javadocs - - jar - - - - - - - org.apache.commons - commons-lang3 - 3.7 - - - - - + + + + + org.apache.maven.plugins + maven-source-plugin + 3.0.1 + + + attach-sources + + jar + + + + + + org.apache.maven.plugins + maven-javadoc-plugin + 3.0.0 + + + attach-javadocs + + jar + + + + + + + org.apache.commons + commons-lang3 + 3.7 + + + + + @@ -157,111 +171,111 @@ - - - - org.apache.maven.plugins - maven-surefire-report-plugin - ${surefire.version} - - - + + + + org.apache.maven.plugins + maven-surefire-report-plugin + ${surefire.version} + + + - - - org.aeonbits.owner - owner - 1.0.9 - - - org.yaml - snakeyaml - 1.19 - + + + org.aeonbits.owner + owner + 1.0.9 + + + org.yaml + snakeyaml + 1.19 + - - io.cucumber - cucumber-junit - ${cucumber.version} - - - io.cucumber - cucumber-java8 - ${cucumber.version} - - - javax.xml.bind - jaxb-api - 2.3.0 - + + io.cucumber + cucumber-junit + ${cucumber.version} + + + io.cucumber + cucumber-java8 + ${cucumber.version} + + + javax.xml.bind + jaxb-api + 2.3.0 + - - io.qameta.allure - allure-junit4 - ${allure.version} - - - io.qameta.allure - allure-cucumber2-jvm - ${allure.version} - - - io.qameta.allure - allure-selenide - ${allure.version} - + + io.qameta.allure + allure-junit4 + ${allure.version} + + + io.qameta.allure + allure-cucumber2-jvm + ${allure.version} + + + io.qameta.allure + allure-selenide + ${allure.version} + - + com.google.guava guava 25.1-jre - com.codeborne - selenide + com.codeborne + selenide 4.12.2 - - - org.apache.commons - commons-csv - 1.5 - - - org.apache.commons - commons-text - 1.2 - - - org.apache.commons - commons-lang3 - 3.7 - - - org.slf4j - slf4j-api - 1.7.25 - + + + org.apache.commons + commons-csv + 1.5 + + + org.apache.commons + commons-text + 1.2 + + + org.apache.commons + commons-lang3 + 3.7 + + + org.slf4j + slf4j-api + 1.7.25 + - - - org.apache.logging.log4j - log4j-slf4j-impl - ${log4j.version} - test - - - org.apache.logging.log4j - log4j-api - ${log4j.version} - test - - - org.apache.logging.log4j - log4j-core - ${log4j.version} - test - - + + + org.apache.logging.log4j + log4j-slf4j-impl + ${log4j.version} + test + + + org.apache.logging.log4j + log4j-api + ${log4j.version} + test + + + org.apache.logging.log4j + log4j-core + ${log4j.version} + test + + \ No newline at end of file