Could not find artifact javax.sql:jdbc-stdext:jar:2.0 in central (https://repo.maven.apache.org/maven2)

后端 未结 2 593
刺人心
刺人心 2021-01-14 10:57

I\'m trying to build a REST API of web Services I created for my project. My web services are working without problems.

Now, I want to Deploy my Services on a distan

2条回答
  •  Happy的楠姐
    2021-01-14 11:28

    I believe this is because you listed the artifact as an exclusion in your pom. i.e

    
        
            jdbc-stdext
            javax.sql
        
    
    

    I think if you remove this block you will be fine

提交回复
热议问题