It works :) Thanks. On Mon, Apr 23, 2018 at 2:45 PM, Francesco Chicchiriccò <[email protected] > wrote:
> On 23/04/2018 12:07, alireza ranjbaran wrote: > > Hi, > I trying to deploy Syncope v2.0.8 (Maven Project) onTomcat 8.5 using > Oracle DB. but it fails with below errors. I would appreciate any help > to fix that... > > > Hi, > the attached errors boil down to > > Caused by: java.lang.NoClassDefFoundError: com/fasterxml/jackson/ > dataformat/yaml/YAMLFactory > > This is now fixed in 2.0.9-SNAPSHOT, and was already reported in > > https://lists.apache.org/thread.html/5839d1a2c4ce000217e6a7d60e90cd > a9dd909685ea0ebc6930bc6bcc@%3Cdev.syncope.apache.org%3E > > Short fix: just add > > <dependency> > <groupId>com.fasterxml.jackson.dataformat</groupId> > <artifactId>jackson-dataformat-yaml</artifactId> > <version>${jackson.version}</version> > </dependency> > > to core/pom.xml, rebuild and redeploy. > > Regards. > > -- > Francesco Chicchiriccò > > Tirasa - Open Source Excellencehttp://www.tirasa.net/ > > Member at The Apache Software Foundation > Syncope, Cocoon, Olingo, CXF, OpenJPA, > PonyMailhttp://home.apache.org/~ilgrosso/ > > -- *Best Regards,* *Alireza Ranjbaran* *ITS Security Operations Engineer at **MTN Irancell*
