Skip to content

Commit

Permalink
Merge branch 'feature/IJMP-1903' into 'release/v2.1.0'
Browse files Browse the repository at this point in the history
IJMP-1903: remove usage of com.ibm.mq:com.ibm.mq.allclient

See merge request ijmp/for-mainframe!611
  • Loading branch information
Dzianis Lisiankou committed Nov 14, 2024
2 parents a0f9680 + 5b8cf61 commit 14f6c48
Show file tree
Hide file tree
Showing 3 changed files with 583 additions and 46 deletions.
2 changes: 0 additions & 2 deletions build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,6 @@ val kotestVersion = "5.9.1"
val retrofit2Vertion = "2.11.0"
val junitVersion = "5.11.1"
val mockkVersion = "1.13.12"
val ibmMqVersion = "9.4.0.0"
val jGraphTVersion = "1.5.2"
val zoweKotlinSdkVersion = "0.5.0"
val javaAnalyticsVersion = "3.5.1"
Expand Down Expand Up @@ -125,7 +124,6 @@ dependencies {
implementation("org.jgrapht:jgrapht-core:$jGraphTVersion")
implementation("org.zowe.sdk:zowe-kotlin-sdk:$zoweKotlinSdkVersion")
implementation("com.segment.analytics.java:analytics:$javaAnalyticsVersion")
implementation("com.ibm.mq:com.ibm.mq.allclient:$ibmMqVersion")
implementation("org.junit.jupiter:junit-jupiter-params:$junitVersion")
testImplementation("org.junit.jupiter:junit-jupiter-api:$junitVersion")
testImplementation("io.mockk:mockk:$mockkVersion")
Expand Down
Loading

0 comments on commit 14f6c48

Please sign in to comment.