Allon Mureinik has submitted this change and it was merged.
Change subject: packaging: provide activation.jar
......................................................................
packaging: provide activation.jar
activation.jar is required by hibernate-validator, which causes maven to
bring it as a transient dependency, even though it is part of the JDK.
Explicitly adding it to the root pom.xml and marking it as provided (in
a similar fashion to javax.transaction) makes sure it is not brought
twice.
Change-Id: If6bbed19bee01bcd76b15e709f50810b88aaa973
Signed-off-by: Allon Mureinik <amureini(a)redhat.com>
---
M pom.xml
1 file changed, 7 insertions(+), 0 deletions(-)
Approvals:
Allon Mureinik: Verified; Looks good to me, approved
--
To view, visit
http://gerrit.ovirt.org/13665
To unsubscribe, visit
http://gerrit.ovirt.org/settings
Gerrit-MessageType: merged
Gerrit-Change-Id: If6bbed19bee01bcd76b15e709f50810b88aaa973
Gerrit-PatchSet: 2
Gerrit-Project: ovirt-engine
Gerrit-Branch: master
Gerrit-Owner: Allon Mureinik <amureini(a)redhat.com>
Gerrit-Reviewer: Allon Mureinik <amureini(a)redhat.com>
Gerrit-Reviewer: Alon Bar-Lev <alonbl(a)redhat.com>
Gerrit-Reviewer: Juan Hernandez <juan.hernandez(a)redhat.com>
Gerrit-Reviewer: Yair Zaslavsky <yzaslavs(a)redhat.com>