0

maven dependency tree not updated even after changing dependency version

added

<!-- https://mvnrepository.com/artifact/org.apache.tomcat/tomcat-jdbc -->
<dependency>
    <groupId>org.apache.tomcat</groupId>
    <artifactId>tomcat-jdbc</artifactId>
    <version>11.0.0-M1</version>
</dependency>

to the pom.xml

but dependency tree

+- org.apache.tomcat:tomcat-jdbc:jar:10.0.23:compile | -org.apache.tomcat:tomcat-juli:jar:10.0.23:compile

I tried

maven dependency tree maven dependency tree -verbose (same output)

I tried clean and update maven

0 Answers0