Hi, Would it be possible to use new implementation of this specification? The version used (https://mvnrepository.com/artifact/javax.ws.rs/jsr311-api/1.1.1) is from year 2009 and it causes us troubles to compile against jClouds. Specifically we have problems with this class: http://docs.oracle.com/javaee/6/api/javax/ws/rs/core/MultivaluedMap.html where one of our testing libraries Docker-Client by Spotify requires method addAll, which was added in Java EE 7 http://docs.oracle.com/javaee/7/api/javax/ws/rs/core/MultivaluedMap.html
Thanks! Pavel
