我尝试用GWT运行一个旧项目。我收到了“Missing Artifact”的消息。有些东西没有正确设置。
以下是POM.xml的片段:
<dependency>
<groupId>com.google.gwt.gwtplus</groupId>
<artifactId>gwt-plus-auth</artifactId>
<version>1.0.2</version>
<scope>compile</scope>
</dependency>
<dependency>
<groupId>com.google.gwt.oauth</groupId>
<artifactId>gwt-oauth2</artifactId>
<version>0.1</version>
<scope>compile</scope>
</dependency>