Google Guice defined incorrectly in the POM
-------------------------------------------

                 Key: SHINDIG-1253
                 URL: https://issues.apache.org/jira/browse/SHINDIG-1253
             Project: Shindig
          Issue Type: Bug
          Components: Build
    Affects Versions: 1.1-BETA5
            Reporter: Malachi de AElfweald


Instead of :
    <dependency>
      <groupId>com.google.code.guice</groupId>
      <artifactId>guice</artifactId>
    </dependency>

It should be:
<dependency>
  <groupId>com.google.inject</groupId>
  <artifactId>guice</artifactId>
  <version>2.0</version>
</dependency>

And it is found here:
http://repo2.maven.org/maven2/com/google/inject/guice/2.0/


-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.

Reply via email to