diff --git a/pom.xml b/pom.xml index 7e03c6b..f7ef8a3 100644 --- a/pom.xml +++ b/pom.xml @@ -1,325 +1,325 @@ - - - 4.0.0 - - com.nablarch.example - nablarch-example-mom-sync-receive - 6 - jar - - - 17 - 17 - - UTF-8 - UTF-8 - - SAMPLE - SAMPLE - - 2.28.0 - - - - - dev-deploy - - - dev-deploy - ${develop_test_report_url} - - - - - - - - - com.nablarch.profile - nablarch-bom - 6 - pom - import - - - org.junit - junit-bom - 5.8.2 - pom - import - - - jakarta.platform - jakarta.jakartaee-bom - 10.0.0 - pom - import - - - - - - - - com.nablarch.example - nablarch-example-mom-testing-common - 6 - runtime - - - - com.nablarch.profile - nablarch-batch - - - - com.nablarch.configuration - nablarch-main-default-configuration - runtime - - - - com.nablarch.framework - nablarch-testing - test - - - - com.nablarch.configuration - nablarch-testing-default-configuration - test - - - - com.h2database - h2 - 2.2.220 - runtime - - - - com.zaxxer - HikariCP - 3.3.1 - runtime - - - - com.nablarch.integration - slf4j-nablarch-adaptor - runtime - - - - - org.hibernate.validator - hibernate-validator - 8.0.0.Final - - - - org.glassfish.expressly - expressly - 5.0.0 - - - - - com.nablarch.framework - nablarch-fw-web-extension - - - - com.nablarch.framework - nablarch-fw-messaging - - - - com.nablarch.framework - nablarch-fw-messaging-mom - - - - - org.apache.activemq - artemis-server - ${activemq.version} - - - org.apache.activemq - artemis-jakarta-server - ${activemq.version} - - - - - jakarta.annotation - jakarta.annotation-api - - - - com.nablarch.framework - nablarch-fw-messaging-http - test - - - - com.nablarch.framework - nablarch-testing-junit5 - test - - - - org.junit.jupiter - junit-jupiter - test - - - - - - - jp.co.tis.gsp - gsp-dba-maven-plugin - 5.0.0 - - ${db.adminUser} - ${db.adminUser} - ${db.user} - ${db.user} - org.h2.Driver - jdbc:h2:./h2/db/SAMPLE - - src/test/resources/data - src/main/resources/entity/data-model.edm - - com.nablarch.example - entity - true - ${project.build.directory}/generated-sources/entity - PUBLIC - - - - com.h2database - h2 - 2.2.220 - - - - - generate-ddl - generate-sources - - generate-ddl - execute-ddl - generate-entity - load-data - - - - - - org.apache.maven.plugins - maven-jar-plugin - 2.5 - - - - true - lib/ - nablarch.fw.launcher.Main - - - - *.dicon - - - - - org.apache.maven.plugins - maven-assembly-plugin - - - package - - single - - - - distribution.xml - - application-${project.version} - false - - - - - - org.codehaus.mojo - build-helper-maven-plugin - 3.0.0 - - - generate-sources - add-source - - - ${project.build.directory}/generated-sources/entity - - - - - - - - org.apache.maven.plugins - maven-surefire-plugin - 2.22.2 - - - false - - - - - org.jacoco - jacoco-maven-plugin - 0.8.3 - - - **/com/nablarch/example/app/entity/* - - - - - - - org.apache.maven.wagon - wagon-webdav-jackrabbit - 3.0.0 - - - - - - - - org.apache.maven.plugins - maven-surefire-report-plugin - - - org.apache.maven.plugins - maven-javadoc-plugin - - -Xdoclint:none - - - - org.jacoco - jacoco-maven-plugin - - - - - + + + 4.0.0 + + com.nablarch.example + nablarch-example-mom-sync-receive + 6 + jar + + + 17 + 17 + + UTF-8 + UTF-8 + + SAMPLE + SAMPLE + + 2.28.0 + + + + + dev-deploy + + + dev-deploy + ${develop_test_report_url} + + + + + + + + + com.nablarch.profile + nablarch-bom + 6 + pom + import + + + org.junit + junit-bom + 5.8.2 + pom + import + + + jakarta.platform + jakarta.jakartaee-bom + 10.0.0 + pom + import + + + + + + + + com.nablarch.example + nablarch-example-mom-testing-common + 6 + runtime + + + + com.nablarch.profile + nablarch-batch + + + + com.nablarch.configuration + nablarch-main-default-configuration + runtime + + + + com.nablarch.framework + nablarch-testing + test + + + + com.nablarch.configuration + nablarch-testing-default-configuration + test + + + + com.h2database + h2 + 2.2.220 + runtime + + + + com.zaxxer + HikariCP + 3.3.1 + runtime + + + + com.nablarch.integration + slf4j-nablarch-adaptor + runtime + + + + + org.hibernate.validator + hibernate-validator + 8.0.0.Final + + + + org.glassfish.expressly + expressly + 5.0.0 + + + + + com.nablarch.framework + nablarch-fw-web-extension + + + + com.nablarch.framework + nablarch-fw-messaging + + + + com.nablarch.framework + nablarch-fw-messaging-mom + + + + + org.apache.activemq + artemis-server + ${activemq.version} + + + org.apache.activemq + artemis-jakarta-server + ${activemq.version} + + + + + jakarta.annotation + jakarta.annotation-api + + + + com.nablarch.framework + nablarch-fw-messaging-http + test + + + + com.nablarch.framework + nablarch-testing-junit5 + test + + + + org.junit.jupiter + junit-jupiter + test + + + + + + + jp.co.tis.gsp + gsp-dba-maven-plugin + 5.0.0 + + ${db.adminUser} + ${db.adminUser} + ${db.user} + ${db.user} + org.h2.Driver + jdbc:h2:./h2/db/SAMPLE + + src/test/resources/data + src/main/resources/entity/data-model.edm + + com.nablarch.example + entity + true + ${project.build.directory}/generated-sources/entity + PUBLIC + + + + com.h2database + h2 + 2.2.220 + + + + + generate-ddl + generate-sources + + generate-ddl + execute-ddl + generate-entity + load-data + + + + + + org.apache.maven.plugins + maven-jar-plugin + 2.5 + + + + true + lib/ + nablarch.fw.launcher.Main + + + + *.dicon + + + + + org.apache.maven.plugins + maven-assembly-plugin + + + package + + single + + + + distribution.xml + + application-${project.version} + false + + + + + + org.codehaus.mojo + build-helper-maven-plugin + 3.0.0 + + + generate-sources + add-source + + + ${project.build.directory}/generated-sources/entity + + + + + + + + org.apache.maven.plugins + maven-surefire-plugin + 2.22.2 + + + false + + + + + org.jacoco + jacoco-maven-plugin + 0.8.3 + + + **/com/nablarch/example/app/entity/* + + + + + + + org.apache.maven.wagon + wagon-webdav-jackrabbit + 3.0.0 + + + + + + + + org.apache.maven.plugins + maven-surefire-report-plugin + + + org.apache.maven.plugins + maven-javadoc-plugin + + -Xdoclint:none + + + + org.jacoco + jacoco-maven-plugin + + + + +