Hi list! We updated to the latest version of Fediz (http://svn.apache.org/repos/asf/cxf/sandbox/fediz) and have problems to build the project with Maven (mvn clean install). The module fediz-core is not compiling due to a missing dependency to the servlet API.
Is there any continuos integration build server that we can take a look at? Is there anything we're missing here? [ERROR] Failed to execute goal org.apache.maven.plugins:maven-compiler-plugin:2.3.2:compile (default-compile) on project fediz-core: Compilation failure: Compilation failure: [ERROR] /Users/user/fediz-sandbox/fediz-core/src/main/java/org/apache/cxf/fediz/core/IDPCallback.java:[6,25] package javax.servlet.http does not exist [ERROR] /Users/user/fediz-sandbox/fediz-core/src/main/java/org/apache/cxf/fediz/core/IDPCallback.java:[11,12] cannot find symbol [ERROR] symbol : class HttpServletRequest [ERROR] location: class org.apache.cxf.fediz.core.IDPCallback Thanks in advance. Kind regards, Fran.
