Re: Newbie Help
Stephen McConnell <[email protected]>
| Newsgroups | gmane.comp.jakarta.avalon.user |
|---|---|
| Message-ID | <[email protected]> |
David Worms wrote: > Here is an example of a Maven project.xml file: > > <project> > <groupId>myApp</groupId> > <id> myApp</id> > <name>My App for Test</name> > <package>net.myApp.test</package> > <currentVersion>1.0</currentVersion> > <description> > A simple App > </description> > <dependencies> > <!-- avalon dependecies --> > <dependency> > <groupId>avalon-framework</groupId> > <artifactId>avalon-framework-api</artifactId> > <version>4.1.5</version> > </dependency> > <dependency> > <groupId>avalon-framework</groupId> > <artifactId>avalon-framework-impl</artifactId> > <version>4.1.5</version> > </dependency> > <dependency> > <groupId>merlin</groupId> > <artifactId>merlin-unit</artifactId> > <version>3.3-SNAPSHOT</version> > </dependency> > <dependency> > <id>myAppDependency</id> > <version>1.0</version> > </dependency> > <!-- merlin testing dependencies --> > <dependency> > <groupId>merlin</groupId> > <artifactId>merlin-unit</artifactId> > <version>3.3-SNAPSHOT</version> > </dependency> > </project> David: Looks like you need to update. The avalon-framework packages should be version 4.2.0 and merlin-unit should be 3.3.0. Cheers, Steve. -- |---------------------------------------| | Magic by Merlin | | Production by Avalon | | | | http://avalon.apache.org | |---------------------------------------|