I'm trying to compile jackson-scala-module 2.8.3 using a Maven pom.xml file I created based upon the build.sbt file with Java 1.7 and Scala 2.11.8.
However, line 81 of src/test/scala/com/fasterxml/jackson/module/scala/deser/CreatorTest.scala fails with the following: Creators should work with static method creator(com.fasterxml.jackson.module.scala.deser.CreatorTest) Time elapsed: 0-.045 sec <<< ERROR! com.faster.jackson.databind.JsonMapingException: Could not find creator property with name 'value' (in class com.fasterxml.jackson.module.scala.deser.ValueHolder) at [Source: "2"; line: 1, column: 1] ... Any idea what could be the problem? -- You received this message because you are subscribed to the Google Groups "jackson-dev" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. For more options, visit https://groups.google.com/d/optout.
