【发布时间】:2021-03-22 19:46:47
【问题描述】:
在我的pom.xml 中,我有:
<dependency>
<groupId>org.flywaydb</groupId>
<artifactId>flyway-core</artifactId>
<version>7.3.1</version>
</dependency>
然而,当我运行我的 Web 应用程序时,我得到一个 ClassNotFoundException 代表 org.flywaydb.core.internal.license.FlywayEnterpriseUpgradeRequiredException。
请帮忙。
【问题讨论】:
-
哪个网络应用程序?
标签: java maven classnotfoundexception flyway