diff --git a/opret-testapp/pom.xml b/opret-testapp/pom.xml index bd8b954..3ef8c53 100644 --- a/opret-testapp/pom.xml +++ b/opret-testapp/pom.xml @@ -1,92 +1,131 @@ - - 4.0.0 - - org.tcpid - opret-parent - 0.0.1-SNAPSHOT - - opret-testapp + + 4.0.0 + + org.tcpid + opret-parent + 0.0.1-SNAPSHOT + + opret-testapp - - - - org.bitcoinj - bitcoinj-core - 0.14.3 - + - - junit - junit - 3.8.1 - test - + + org.bitcoinj + bitcoinj-core + 0.14.3 + - - ch.qos.logback - logback-classic - 1.0.13 - + + junit + junit + 3.8.1 + test + - - org.abstractj.kalium - kalium - 0.5.0 - + + ch.qos.logback + logback-classic + 1.0.13 + - - org.tcpid - opretj - 0.0.1-SNAPSHOT - - - net.sf.jopt-simple - jopt-simple - 4.3 - + + org.abstractj.kalium + kalium + 0.5.0 + - + + org.tcpid + opretj + 0.0.1-SNAPSHOT + + + net.sf.jopt-simple + jopt-simple + 4.3 + - - 1.8 - 1.8 - + - - - - org.apache.maven.plugins - maven-compiler-plugin - 3.5.1 - - 1.8 - 1.8 - - - - org.codehaus.mojo - exec-maven-plugin - 1.2.1 - - org.tcpid.opretj.testapp.App - - - logback.configurationFile - ${basedir}/opret-testapp/src/main/resources/logback.xml - - - - - - - - - scm:git:https://github.com/haraldh/opretj.git - - - https://github.com/haraldh/opretj/issues - - opretj testapp - https://github.com/bitcoinj/bitcoinj + + 1.8 + 1.8 + + + + + + + org.apache.maven.plugins + maven-jar-plugin + 3.0.2 + + + + true + lib/ + org.tcpid.opretj.testapp.App + + + + + + + org.apache.maven.plugins + maven-dependency-plugin + 2.10 + + + copy-dependencies + package + + copy-dependencies + + + ${project.build.directory}/lib + false + false + true + + + + + + org.apache.maven.plugins + maven-compiler-plugin + 3.5.1 + + 1.8 + 1.8 + + + + org.codehaus.mojo + exec-maven-plugin + 1.2.1 + + org.tcpid.opretj.testapp.App + + + + + + + + scm:git:https://github.com/haraldh/opretj.git + + + https://github.com/haraldh/opretj/issues + + opretj testapp + https://github.com/bitcoinj/bitcoinj \ No newline at end of file