Issue: Can't add com.ibm.mq dependencies in Spring STS 3.7.
Description: Trying to get the following example below working in Spring STS 3.7 . Having issue trying to add the dependencies for mq jars. I can't seem to download the com.ibm.mq jars in Spring STS.
http://stackoverflow.com/questions/14523572/spring-jms-and-websphere-mq
Steps to reproduce:
- In Spring STS 3.7 - Under preferences -> Maven : Checked "Download repository index updates on startup" .
- Right clicked on project - > Maven - > Add dependency
- Did a search for com.ibm*
- com.ibm jars came up as expected and attempted to add com.ibm.mq.
Dependency does not download.
Group Id: com.ibm
Artifact Id: com.ibm.mq
Version: 5.3.07
UPDATE 1 STS Maven Settings: - Under Preferences -- > Maven -- > User Settings
User Settings: C:\Users\haju.m2\settings.xml - However that file does not exist. I do have a local .m2 directory and it has the com.ibm.mq jar in it.
<repository>
<id>repo.spring.io.milestone</id>
<name>Spring Framework Maven Milestone Repository</name>
<url>https://repo.spring.io/libs-milestone</url>
</repository>
Update 2 - Solution - Artifact listing exists in the maven repo , however it gives a 404 when actually trying to download it. Doesn't exist in the repo. It's just listed there. Not a STS issue.
Suggestions?