You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@shindig.apache.org by "Malachi de AElfweald (JIRA)" <ji...@apache.org> on 2010/01/02 07:19:54 UTC

[jira] Created: (SHINDIG-1253) Google Guice defined incorrectly in the POM

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.


[jira] Resolved: (SHINDIG-1253) Google Guice defined incorrectly in the POM

Posted by "Paul Lindner (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/SHINDIG-1253?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Paul Lindner resolved SHINDIG-1253.
-----------------------------------

       Resolution: Fixed
    Fix Version/s: 1.1-BETA6

Thanks, looks like the official central builds are working now.   Let's us get rid of another upstream maven repo too.



> 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
>             Fix For: 1.1-BETA6
>
>   Original Estimate: 0.5h
>  Remaining Estimate: 0.5h
>
> 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.