On Fri, Jun 26, 2009 at 8:51 AM, Simon Laws<[email protected]> wrote: > Hi Mike > > Any idea which repo has the 9.x saxon dependencies? It fails to find > them with my current config. > >> <dependency> >> <groupId>net.sf.saxon</groupId> >> <artifactId>saxon</artifactId> >> - <version>8.7</version> >> - <!--version>9.0.0.2</version--> >> + <version>9.x</version> > >> > > Simon >
Ah ha. http://www.intalio.org/public/maven2/net/sf/saxon/saxon/ would seem to be the one. Simon
