From a580b026716f71895c5d77482bc67d86546e4caa Mon Sep 17 00:00:00 2001 From: Katsuya Tomioka Date: Tue, 22 Oct 2024 17:38:19 +0000 Subject: [PATCH 1/3] RCB-627: create rosette-api-all to combine model and json modules --- all/pom.xml | 74 +++++++++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 74 insertions(+) create mode 100644 all/pom.xml diff --git a/all/pom.xml b/all/pom.xml new file mode 100644 index 000000000..8c83db90e --- /dev/null +++ b/all/pom.xml @@ -0,0 +1,74 @@ + + + + 4.0.0 + + com.basistech.rosette + rosette-api-java-binding + 1.31.0-SNAPSHOT + + rosette-api-all + rosette-api-all + Rosette API Communications + + false + + + + com.basistech + common-api + + + com.basistech.rosette + rosette-api + ${project.version} + + + com.fasterxml.jackson.core + jackson-databind + + + com.basistech + adm-json + + + + + + org.apache.maven.plugins + maven-shade-plugin + + + shade + + shade + + package + + true + + + com.basistech.* + + + + + + + + + From 4867d3d72a43d238d5fc3de5cdb8616ca55e5e80 Mon Sep 17 00:00:00 2001 From: Katsuya Tomioka Date: Tue, 29 Oct 2024 13:33:44 +0000 Subject: [PATCH 2/3] update pom --- all/pom.xml | 2 +- pom.xml | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/all/pom.xml b/all/pom.xml index 8c83db90e..b02f7cc8e 100644 --- a/all/pom.xml +++ b/all/pom.xml @@ -23,7 +23,7 @@ rosette-api-all rosette-api-all - Rosette API Communications + Rosette API all modules combined false diff --git a/pom.xml b/pom.xml index b5e0f06ab..367a3d7e5 100644 --- a/pom.xml +++ b/pom.xml @@ -57,6 +57,7 @@ json common api + all examples release From 6c91d5bdb62d9b461396c93520c85e2e28f22ca7 Mon Sep 17 00:00:00 2001 From: Katsuya Tomioka Date: Tue, 29 Oct 2024 13:36:46 +0000 Subject: [PATCH 3/3] update pom --- all/pom.xml | 3 --- 1 file changed, 3 deletions(-) diff --git a/all/pom.xml b/all/pom.xml index b02f7cc8e..a7fddd98e 100644 --- a/all/pom.xml +++ b/all/pom.xml @@ -24,9 +24,6 @@ rosette-api-all rosette-api-all Rosette API all modules combined - - false - com.basistech