From 45c717760a6efc74f4f15dbc3f55bafc5e9a02d9 Mon Sep 17 00:00:00 2001 From: Christof Rabensteiner Date: Fri, 28 Jun 2019 13:13:35 +0200 Subject: Remove EgovUtils Dependency - EgovUtils were needed because of DomUtils. Replace it with eaaf components' DomUtils. - Add test case to ensure SoapUtils still works as intended. - Remove unused import statement --- readme.md | 17 ++--------------- 1 file changed, 2 insertions(+), 15 deletions(-) (limited to 'readme.md') diff --git a/readme.md b/readme.md index 51d82dd..9b7c04d 100644 --- a/readme.md +++ b/readme.md @@ -5,9 +5,8 @@ For compiling MOAZS, do the following: 1. Checkout MoaZS repository (directory name `moazs.git`) -2. Install `at.gv.egiz.eaaf.{eaaf_module_moa-sig, core}` to local repository. -3. Install `at.gv.util.egovutils` to local mvn repository. -4. Make `eaaf_module_moa-sig`'s transitive dependencies available by copying or symlinking `eaaf_module_moa-sig`'s repository into MOAZS repository. +1. Install `at.gv.egiz.eaaf.{eaaf_module_moa-sig, core}` to local repository. +1. Make `eaaf_module_moa-sig`'s transitive dependencies available by copying or symlinking `eaaf_module_moa-sig`'s repository into MOAZS repository. Certain artifacts are not in the mvn central repo. You need to install those articats to your local maven repository. @@ -24,18 +23,6 @@ cd eaaf_components git checkout $EAAF_COMPONENTS_VERSION mvn clean package source:jar install ``` -### How to Install `at.gv.util.egovutils` - -Requirements: JDK 1.8 - -``` -export EGOV_UTILS_VERSION=2.0.7-snapshot -cd /path/to/working/dir -git clone https://gitlab.iaik.tugraz.at/egiz/egovutils -cd egovutils -git checkout $EGOV_UTILS_VERSION -mvn clean package install -``` ### Workaround: Make eaaf_module_moa-sig's Transitive Dependencies Available -- cgit v1.2.3