Hi,
I think the pom for morph 1.1 in the central maven2 repository is broken:
<dependency>
<groupId>composite</groupId>
<artifactId>composite</artifactId>
<version>1.1</version>
</dependency>
should be
<dependency>
<groupId>net.sf.composite</groupId>
<artifactId>composite</artifactId>
<version>1.1</version>
</dependency>
John
From: Matt B. <gud...@ya...> - 2008-06-27 19:44:34
eek! Thanks!
-Matt
--- John Hampton <jo...@cl...> wrote:
> Hi,
> I think the pom for morph 1.1 in the central maven2
> repository is broken:
>
> <dependency>
> <groupId>composite</groupId>
> <artifactId>composite</artifactId>
> <version>1.1</version>
> </dependency>
>
> should be
>
> <dependency>
> <groupId>net.sf.composite</groupId>
> <artifactId>composite</artifactId>
> <version>1.1</version>
> </dependency>
>
> John
> >
-------------------------------------------------------------------------
> Check out the new SourceForge.net Marketplace.
> It's the best place to buy or sell services for
> just about anything Open Source.
> http://sourceforge.net/services/buy/index.php>
_______________________________________________
> morph-user mailing list
> mor...@li...
>
https://lists.sourceforge.net/lists/listinfo/morph-user
>