Jason Liao has uploaded a new change for review. Change subject: engine: fixed build path error in module builtin ......................................................................
engine: fixed build path error in module builtin Error message in builtin module: The type org.springframework.beans.factory.DisposableBean cannot be resolved. It is indirectly referenced from required .class files Add org.springframework:sprint-context in root and utils modules Change-Id: Iceea9f0794348041cf4c55e3b8e54ec574594882 Signed-off-by: Jason Liao <chuan.l...@hp.com> --- M backend/manager/modules/utils/pom.xml M pom.xml 2 files changed, 11 insertions(+), 0 deletions(-) git pull ssh://gerrit.ovirt.org:29418/ovirt-engine refs/changes/03/30503/1 diff --git a/backend/manager/modules/utils/pom.xml b/backend/manager/modules/utils/pom.xml index f0d3503..1af480e 100644 --- a/backend/manager/modules/utils/pom.xml +++ b/backend/manager/modules/utils/pom.xml @@ -143,6 +143,11 @@ </dependency> <dependency> + <groupId>org.springframework</groupId> + <artifactId>spring-context</artifactId> + </dependency> + + <dependency> <groupId>log4j</groupId> <artifactId>log4j</artifactId> <scope>provided</scope> diff --git a/pom.xml b/pom.xml index 3dfb866..54ea0b0 100644 --- a/pom.xml +++ b/pom.xml @@ -58,6 +58,7 @@ <httpcomponents.version>4.2.1</httpcomponents.version> <spring.version>3.1.1.RELEASE</spring.version> <spring.core.version>3.1.1.RELEASE</spring.core.version> + <spring.context.version>3.1.1.RELEASE</spring.context.version> <spring.jdbc.version>3.1.1.RELEASE</spring.jdbc.version> <spring.ldap.version>1.3.1.RELEASE</spring.ldap.version> <spring.test.version>3.1.1.RELEASE</spring.test.version> @@ -218,6 +219,11 @@ </dependency> <dependency> <groupId>org.springframework</groupId> + <artifactId>spring-context</artifactId> + <version>${spring.context.version}</version> + </dependency> + <dependency> + <groupId>org.springframework</groupId> <artifactId>spring-jdbc</artifactId> <version>${spring.jdbc.version}</version> </dependency> -- To view, visit http://gerrit.ovirt.org/30503 To unsubscribe, visit http://gerrit.ovirt.org/settings Gerrit-MessageType: newchange Gerrit-Change-Id: Iceea9f0794348041cf4c55e3b8e54ec574594882 Gerrit-PatchSet: 1 Gerrit-Project: ovirt-engine Gerrit-Branch: master Gerrit-Owner: Jason Liao <chuan.l...@hp.com> _______________________________________________ Engine-patches mailing list Engine-patches@ovirt.org http://lists.ovirt.org/mailman/listinfo/engine-patches