[Jwebunit-development] [Fwd: [jira] Closed: (MAVENUPLOAD-138) Upload of new version of jwebunit]
Brought to you by:
henryju
|
From: Martijn D. <ma...@da...> - 2004-06-16 17:33:43
|
The new release has been uploaded to ibiblio.org. This means that from now on you can use the dependency of jwebunit in your maven POM's. Make sure you include the dependencies of jWebUnit in your POM as well. The XML entries below are the dependencies you need in your 'POM' to use the latest jWebUnit release (1.2). Include these in your <dependencies></dependencies> part of your maven file to use them. Martijn Dashorst <dependency> <groupId>jwebunit</groupId> <artifactId>jwebunit</artifactId> <version>1.2</version> <properties> <war.bundle>false</war.bundle> </properties> <url>http://jwebunit.sourceforge.net</url> </dependency> <dependency> <groupId>nekohtml</groupId> <artifactId>nekohtml</artifactId> <version>0.8.1</version> <properties> <war.bundle>false</war.bundle> </properties> <url>http://www.apache.org/~andyc/neko/doc/html/index.html</url> </dependency> <dependency> <groupId>rhino</groupId> <artifactId>js</artifactId> <version>1.5R4.1</version> <properties> <war.bundle>false</war.bundle> </properties> <url>http://www.mozilla.org/rhino/download.html</url> </dependency> <dependency> <groupId>xml-apis</groupId> <artifactId>xml-apis</artifactId> <version>1.0.b2</version> <properties> <war.bundle>false</war.bundle> </properties> <url>http://xml.apache.org/xerces2-j</url> </dependency> <dependency> <groupId>xerces</groupId> <artifactId>xercesImpl</artifactId> <version>2.6.2</version> <properties> <war.bundle>false</war.bundle> </properties> <url>http://xml.apache.org/xerces2-j</url> </dependency> <dependency> <groupId>servletapi</groupId> <artifactId>servletapi</artifactId> <version>2.3</version> <properties> <war.bundle>false</war.bundle> </properties> <url></url> </dependency> <dependency> <groupId>httpunit</groupId> <artifactId>httpunit</artifactId> <version>1.5.4</version> <properties> <war.bundle>false</war.bundle> </properties> <url>http://httpunit.sourceforge.net</url> </dependency> |