【发布时间】:2021-08-10 23:34:05
【问题描述】:
我正在阅读文档以创建我自己的 portlet: https://github.com/vaadin/flow-and-components-documentation/blob/master/documentation/portlet-support/portlet-02-creating-vaadin-portlets.asciidoc
问题似乎是maven依赖:
<dependency>
<groupId>com.vaadin</groupId>
<artifactId>vaadin-portlet</artifactId>
<version>1.0.0</version>
</dependency>
不再可用。
Failure to find com.vaadin:vaadin-portlet:jar:1.0.0 in https://repo.maven.apache.org/maven2 was cached in the local repository, resolution will not be reattempted until the update interval of central has elapsed or updates are forced
有人知道怎么解决吗? 提前致谢
【问题讨论】:
-
这些文档的 repo 已存档。据 Maven 中心 (mvnrepository.com/artifact/com.vaadin/vaadin-portlet) 称,1.0.0.beta3 是最新版本。
-
还有这个入门项目以防万一:github.com/vaadin/base-starter-flow-portlet
-
已经试过了,但结果是一样的。