From: Miguel de M. <mig...@go...> - 2011-09-22 13:59:00
|
I have checked out the maven branch and have been trying to build and discover other missing dependencies in the exist-core project. But can¹t for the life of me find out where to get com.siemens.ct.exi from, required by org.exist.util.serializer.EXISerializer Have found this dependency declaration, which looks at http://repository.jboss.org/maven2/, discontinued since April 2010, and replaced with https://repository.jboss.org/nexus where the dependency doesn't exist. <dependency> <groupId>com.siemens.ct.exi</groupId> <artifactId>exificient</artifactId> <version>0.7</version> </dependency> Can anyone suggest where I can find a candidate jar to go on the exist maven repository to satisfy this dependency ? Thanks Miguel |