Skip to content

Commit

Permalink
try to fix comunication issue
Browse files Browse the repository at this point in the history
  • Loading branch information
stepansergeevitch committed Oct 22, 2024
1 parent 46edac8 commit a5e7af5
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 0 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@
# Edit at https://www.toptal.com/developers/gitignore?templates=clojure,visualstudiocode,emacs,vim,leiningen,maven

### Clojure ###
pom.xml
pom.xml.asc
*.jar
*.class
Expand Down
5 changes: 5 additions & 0 deletions project.clj
Original file line number Diff line number Diff line change
Expand Up @@ -60,6 +60,11 @@
[:goals ([:goal "jar"])]
[:phase "deploy"]])}]]

;; Fix issue with Azure <-> Maven comunication
:jvm-opts ["-Dhttp.keepAlive=false"
"-Dmaven.wagon.http.pool=false"
"-Dmaven.wagon.httpconnectionManager.ttlSeconds=120"]

:profiles
{:provided
{:dependencies [[com.firebolt/metabase-core "1.40"]]}
Expand Down

0 comments on commit a5e7af5

Please sign in to comment.