enterpriseDomain/ClassMaker

java.lang.NoClassDefFoundError: org/eclipse/emf/common/notify/Notification

kyrillzotkin opened this issue · 2 comments

Describe the bug
java.lang.NoClassDefFoundError: org/eclipse/emf/common/notify/Notification at org.enterprisedomain.classmaker.tests.TestEnterpriseDomain.recreate(TestEnterpriseDomain.java:560)
Caused by: java.lang.ClassNotFoundException: org.eclipse.emf.common.notify.Notification cannot be found by dir_1.0.0.201909100914 at org.enterprisedomain.classmaker.tests.TestEnterpriseDomain.recreate(TestEnterpriseDomain.java:560)

To Reproduce
https://travis-ci.org/enterpriseDomain/ClassMaker/builds/583072688

Expected behavior
Shouldn't happen.

Looks like explicitly specifying the dependencies did the trick. e86e552

Looks like it appeared again.