Skip to content

Commit

Permalink
Update Postgres version and cleanup project
Browse files Browse the repository at this point in the history
* Update Postgres version
* Remove Github integration dependencies
  • Loading branch information
vadeg committed Feb 15, 2022
1 parent e9e603a commit 51ec8d5
Show file tree
Hide file tree
Showing 4 changed files with 3 additions and 48 deletions.
1 change: 0 additions & 1 deletion .zally.yaml
Original file line number Diff line number Diff line change
@@ -1,3 +1,2 @@
api_definitions:
- server/src/main/resources/api/zally-api.yaml
- github-integration/src/main/resources/api/bark-api.yaml
10 changes: 2 additions & 8 deletions build-and-run.sh
Original file line number Diff line number Diff line change
Expand Up @@ -17,11 +17,5 @@ WEB_UI_DIR=${SCRIPT_DIR}/web-ui
# Build web ui
cd ${WEB_UI_DIR} && yarn && yarn build

if [[ "$@" == "--bark" ]]; then

# Docker-compose
cd ${SCRIPT_DIR} && docker-compose -f docker-compose.yaml -f docker-compose-bark.yaml up --build
else
# Docker-compose
cd ${SCRIPT_DIR} && docker-compose up --build
fi
# Docker-compose
cd ${SCRIPT_DIR} && docker-compose up --build
38 changes: 0 additions & 38 deletions docker-compose-bark.yaml

This file was deleted.

2 changes: 1 addition & 1 deletion server/zally-server/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ dependencies {
}
implementation("org.flywaydb:flyway-core")
implementation("org.hsqldb:hsqldb:2.4.1")
implementation("org.postgresql:postgresql:42.2.4")
implementation("org.postgresql:postgresql:42.3.2")
implementation("org.hibernate:hibernate-core")
implementation("org.jadira.usertype:usertype.core:7.0.0.CR1") {
exclude("org.hibernate", "hibernate-entitymanager")
Expand Down

0 comments on commit 51ec8d5

Please sign in to comment.