aboutsummaryrefslogtreecommitdiff
path: root/readme.md
diff options
context:
space:
mode:
authorChristof Rabensteiner <christof.rabensteiner@iaik.tugraz.at>2019-06-28 13:13:35 +0200
committerChristof Rabensteiner <christof.rabensteiner@iaik.tugraz.at>2019-06-28 13:13:35 +0200
commit45c717760a6efc74f4f15dbc3f55bafc5e9a02d9 (patch)
tree26a1dd9cb326c6e78a34028827e36aea6e86a8ef /readme.md
parent9bb0e41fc0226d159aa7f6f3c0eadc86b37df2c7 (diff)
downloadmoa-zs-45c717760a6efc74f4f15dbc3f55bafc5e9a02d9.tar.gz
moa-zs-45c717760a6efc74f4f15dbc3f55bafc5e9a02d9.tar.bz2
moa-zs-45c717760a6efc74f4f15dbc3f55bafc5e9a02d9.zip
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
Diffstat (limited to 'readme.md')
-rw-r--r--readme.md17
1 files changed, 2 insertions, 15 deletions
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