You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: project/Dependencies.scala
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -347,7 +347,7 @@ object Dependencies {
347
347
valJms=Seq(
348
348
libraryDependencies ++=Seq(
349
349
"javax.jms"%"jms"%"1.1"%Provided, // CDDL + GPLv2
350
-
"com.ibm.mq"%"com.ibm.mq.allclient"%"9.3.5.0"%Test, // IBM International Program License Agreement https://public.dhe.ibm.com/ibmdl/export/pub/software/websphere/messaging/mqdev/maven/licenses/L-APIG-AZYF2E/LI_en.html
350
+
"com.ibm.mq"%"com.ibm.mq.allclient"%"9.3.5.1"%Test, // IBM International Program License Agreement https://public.dhe.ibm.com/ibmdl/export/pub/software/websphere/messaging/mqdev/maven/licenses/L-APIG-AZYF2E/LI_en.html
0 commit comments