From 3061b5164a5807b392f46ad992e6c1b87e0132b3 Mon Sep 17 00:00:00 2001 From: Hardy Ferentschik Date: Mon, 11 Mar 2013 12:10:53 +0100 Subject: [PATCH] HV-740 Adding optional dependencies to distribution pom to allow javadoc aggregation --- distribution/pom.xml | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/distribution/pom.xml b/distribution/pom.xml index acf3c7b44f..2f33e7a588 100644 --- a/distribution/pom.xml +++ b/distribution/pom.xml @@ -78,6 +78,14 @@ javax.enterprise cdi-api + + org.jboss.spec.javax.interceptor + jboss-interceptors-api_1.2_spec + + + javax.annotation + javax.annotation-api +