The following artifacts could not be resolved: javax.jms:jms:jar:1.1

后端 未结 10 1685
别跟我提以往
别跟我提以往 2020-12-04 09:27

I am trying to compile a maven project, but I systematically get the following error message:

[ERROR]Failed to execute goal on project ...:
Could not resolve         


        
10条回答
  •  渐次进展
    2020-12-04 10:25

    A check of ibliblio and java.net repositories reveal that jmx related jar is not present in either. I think you should manually download jms and install them locally as discussed here.

提交回复
热议问题