---------- Forwarded message ----------
From: Felipe Gaścho <fgaucho_at_gmail.com>
Date: 2009/10/13
Subject: more maven dependencies
To: users_at_jersey.dev.java.net
The below dependencies are suspicious for me. I still need that for
the latest jersey release (1.1.3-ea) ?
<dependency>
<groupId>com.sun.xml.stream</groupId>
<artifactId>sjsxp</artifactId>
<version>1.0.1</version>
</dependency>
<dependency>
<groupId>net.sf.saxon</groupId>
<artifactId>saxon-dom</artifactId>
<version>8.7</version>
</dependency>
<dependency>
<groupId>net.sf.saxon</groupId>
<artifactId>saxon-xpath</artifactId>
<version>8.7</version>
</dependency>
Suggestion: it would be really useful if the front page of Jersey
present always the latest maven dependencies both for server and
client side of Jersey.. It is a seasonal pain to look for those
versions.. :) If I can just copy paste from a reliable source, it
would promote more adopters.. The suggestion if valid for all Glassfish
portfolio :)