You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@kylin.apache.org by GitBox <gi...@apache.org> on 2019/07/29 03:24:12 UTC

[GitHub] [kylin] hit-lacus commented on issue #778: KYLIN-4116 Fix bug of package fail due to lack of dependency objenesis

hit-lacus commented on issue #778: KYLIN-4116 Fix bug of package fail due to lack of dependency objenesis
URL: https://github.com/apache/kylin/pull/778#issuecomment-515830809
 
 
   Hi, I have check pom.xml of core-metadata.
   If I make no mistake, **org.objenesis** should be a sub-dependency of following artifact.
   ```xml
           <dependency>
               <groupId>com.esotericsoftware</groupId>
               <artifactId>kryo-shaded</artifactId>
           </dependency>
   ```

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
users@infra.apache.org


With regards,
Apache Git Services