缺少神器com.google.gwt

时间:2015-05-14 13:13:05

标签: maven gwt

我尝试用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>

0 个答案:

没有答案