Skip to content

Commit

Permalink
Removing dependency to java money library.
Browse files Browse the repository at this point in the history
  • Loading branch information
myrle-krantz committed Apr 19, 2018
1 parent d464d38 commit 49d7141
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 14 deletions.
5 changes: 0 additions & 5 deletions scripts/Unix/initial-setup.sh
Original file line number Diff line number Diff line change
Expand Up @@ -47,11 +47,6 @@ cd ..
mkdir tools
cd tools

# REM initialize javamoney
git clone https://github.com/JavaMoney/javamoney-lib.git
cd javamoney-lib
mvn install -Dmaven.test.skip=true

cd ..

# REM initialize fineract-cn-crypto
Expand Down
9 changes: 0 additions & 9 deletions scripts/windows/initial-setup.bat
Original file line number Diff line number Diff line change
Expand Up @@ -102,15 +102,6 @@ REM create tools folder
mkdir tools
cd tools

REM initialize javamoney
git clone https://github.com/%githubAccount%/javamoney-lib.git
cd javamoney-lib
git remote add upstream https://github.com/JavaMoney/javamoney-lib.git
git checkout master
CALL mvn install -Dmaven.test.skip=true
TIMEOUT /T 5
cd ..

REM initialize crypto
git clone https://github.com/%githubAccount%/fineract-cn-crypto.git
cd crypto
Expand Down

0 comments on commit 49d7141

Please sign in to comment.