Allon Mureinik has uploaded a new change for review. Change subject: core: Make EJB dependency in root explicit ......................................................................
core: Make EJB dependency in root explicit The EJB dependency is needed by the WelcomeServlet class. Explicitly defining it in pom.xml makes the pom easier to understand and solves some hickups some IDEs have with it. Change-Id: I621ec30aea05ddce6f9cce97b637198ecb76b77a Signed-off-by: Allon Mureinik <amure...@redhat.com> --- M backend/manager/modules/root/pom.xml 1 file changed, 6 insertions(+), 0 deletions(-) git pull ssh://gerrit.ovirt.org:29418/ovirt-engine refs/changes/72/17372/1 diff --git a/backend/manager/modules/root/pom.xml b/backend/manager/modules/root/pom.xml index 28d9bf7..1bbfb59 100644 --- a/backend/manager/modules/root/pom.xml +++ b/backend/manager/modules/root/pom.xml @@ -26,6 +26,12 @@ </dependency> <dependency> + <groupId>org.jboss.spec.javax.ejb</groupId> + <artifactId>jboss-ejb-api_3.1_spec</artifactId> + <scope>provided</scope> + </dependency> + + <dependency> <groupId>log4j</groupId> <artifactId>log4j</artifactId> <scope>provided</scope> -- To view, visit http://gerrit.ovirt.org/17372 To unsubscribe, visit http://gerrit.ovirt.org/settings Gerrit-MessageType: newchange Gerrit-Change-Id: I621ec30aea05ddce6f9cce97b637198ecb76b77a Gerrit-PatchSet: 1 Gerrit-Project: ovirt-engine Gerrit-Branch: master Gerrit-Owner: Allon Mureinik <amure...@redhat.com> _______________________________________________ Engine-patches mailing list Engine-patches@ovirt.org http://lists.ovirt.org/mailman/listinfo/engine-patches