You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@atlas.apache.org by "Nixon Rodrigues (JIRA)" <ji...@apache.org> on 2018/03/11 05:19:00 UTC

[jira] [Created] (ATLAS-2494) Add jackson.core dependency in intg module

Nixon Rodrigues created ATLAS-2494:
--------------------------------------

             Summary: Add jackson.core dependency in intg module
                 Key: ATLAS-2494
                 URL: https://issues.apache.org/jira/browse/ATLAS-2494
             Project: Atlas
          Issue Type: Bug
          Components: atlas-intg
    Affects Versions: 1.0.0-alpha
            Reporter: Nixon Rodrigues
            Assignee: Nixon Rodrigues
             Fix For: 1.0.0


Seen this error on some UT's, need to add jackson-core dependency.

 
{noformat}
java.lang.NoClassDefFoundError: com/fasterxml/jackson/annotation/JsonMerge
	at java.net.URLClassLoader.findClass(URLClassLoader.java:381)
	at java.lang.ClassLoader.loadClass(ClassLoader.java:424)
	at sun.misc.Launcher$AppClassLoader.loadClass(Launcher.java:331)
	at java.lang.ClassLoader.loadClass(ClassLoader.java:357)
	at com.fasterxml.jackson.databind.introspect.JacksonAnnotationIntrospector.<clinit>(JacksonAnnotationIntrospector.java:50)
	at com.fasterxml.jackson.databind.ObjectMapper.<clinit>(ObjectMapper.java:291)
	at org.apache.atlas.utils.AtlasJson.<clinit>(AtlasJson.java:62)
	at org.apache.atlas.type.AtlasType.toV1Json(AtlasType.java:143)
	at org.apache.atlas.notification.AbstractNotification.createNotificationMessages(AbstractNotification.java:149)
	at org.apache.atlas.notification.entity.EntityNotificationDeserializerTest.testDeserialize(EntityNotificationDeserializerTest.java:49
{noformat}
 



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)