Skip to content

Commit

Permalink
FI-1049: Connection Pool Error (#89)
Browse files Browse the repository at this point in the history
* FI-1049: Connection Pool Error

* Update build.gradle

* Update build.gradle

* Update build.gradle
  • Loading branch information
nitheshrayuduv authored Mar 30, 2022
1 parent 89e58b7 commit 4b243b6
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -129,7 +129,9 @@ ext {
dependencies {
compile "com.xebialabs.deployit.engine:packager:$xlPlatformVersion"
compile "com.xebialabs.deployit:engine-api:$xlPlatformVersion"
compile "com.xebialabs.deployit.engine:remote-booter:$xlPlatformVersion"
// The Remote Booter 10.0.13 is not Released , so using a local plugin (Please Download and build the remote-booter from xl-platform-10.0.x-maintanance), In future remove this and replace with released version.
//compile "com.xebialabs.deployit.engine:remote-booter:$xlPlatformVersion"
compile "com.xebialabs.deployit.engine:remote-booter:10.0.13-SNAPSHOT"
compile "org.jdom:jdom2:2.0.5"
provided 'org.slf4j:slf4j-api:1.7.7'

Expand Down

0 comments on commit 4b243b6

Please sign in to comment.