From: Miguel de M. <mig...@go...> - 2011-09-22 18:14:57
|
Thanks I found it now. I am trying to get the build going first, with the local repository, and let you know all the missing dependencies that need to go in exist’s maven repository. On 22/09/2011 15:16, "Adam Retter" <ad...@ex...> wrote: > Hi Miguel, > > The Maven branch's pom.xml is a little out of date I am afraid. You can find > the exificient.jar in lib/user - do you want me to put it up in our > artifactory repo as an external jar? > > On 22 September 2011 14:54, Miguel de Melo <mig...@go...> wrote: >> 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 >> >> >> >> ----------------------------------------------------------------------------->> - >> All the data continuously generated in your IT infrastructure contains a >> definitive record of customers, application performance, security >> threats, fraudulent activity and more. Splunk takes this data and makes >> sense of it. Business sense. IT sense. Common sense. >> http://p.sf.net/sfu/splunk-d2dcopy1 >> _______________________________________________ >> Exist-development mailing list >> Exi...@li... >> https://lists.sourceforge.net/lists/listinfo/exist-development > > |