This is an automated email from the ASF dual-hosted git repository. matthieu pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/james-project.git
commit 332d2fb2e9fecb1eb093ed8921135bf17d3c3659 Author: Matthieu Baechler <matth...@apache.org> AuthorDate: Fri Oct 4 10:03:18 2019 +0200 JAMES-2932 Fix java-11 compilation issue on master --- server/container/guice/protocols/netty/pom.xml | 4 ++++ server/protocols/jmap/pom.xml | 4 ++++ 2 files changed, 8 insertions(+) diff --git a/server/container/guice/protocols/netty/pom.xml b/server/container/guice/protocols/netty/pom.xml index 3914589..3a5ac4d 100644 --- a/server/container/guice/protocols/netty/pom.xml +++ b/server/container/guice/protocols/netty/pom.xml @@ -45,5 +45,9 @@ <groupId>com.google.inject</groupId> <artifactId>guice</artifactId> </dependency> + <dependency> + <groupId>javax.annotation</groupId> + <artifactId>javax.annotation-api</artifactId> + </dependency> </dependencies> </project> diff --git a/server/protocols/jmap/pom.xml b/server/protocols/jmap/pom.xml index d39f9e5..a052b80 100644 --- a/server/protocols/jmap/pom.xml +++ b/server/protocols/jmap/pom.xml @@ -78,6 +78,10 @@ <version>4.4.13</version> </dependency> <dependency> + <groupId>javax.annotation</groupId> + <artifactId>javax.annotation-api</artifactId> + </dependency> + <dependency> <groupId>org.slf4j</groupId> <artifactId>jcl-over-slf4j</artifactId> <scope>test</scope> --------------------------------------------------------------------- To unsubscribe, e-mail: server-dev-unsubscr...@james.apache.org For additional commands, e-mail: server-dev-h...@james.apache.org