Hi, I get compilation errors while building the master branch
[ERROR] COMPILATION ERROR : [INFO] ------------------------------------------------------------- [ERROR] /Users/pbarna/Desktop/apache-source/atlas/intg/src/main/java/org/apache/atlas/model/SearchFilter.java:[20,32] package com.sun.jersey.core.util does not exist The jersey-core lib (v 1.19) is there in my local maven repo. jersey-core is not present in the intg project pom.xml as a dependency. It can only be found in the parent pom under dependencyManagement If I add jersey-core to the dependencies of the intg project, it will compile. What am I missing here? Thx Peter Gergo Barna
