diff --git a/assembly/pom.xml b/assembly/pom.xml index 7de821391b..44b88aef97 100755 --- a/assembly/pom.xml +++ b/assembly/pom.xml @@ -190,12 +190,11 @@ org.springframework - spring-webmvc - false - + spring-aop + org.springframework - spring-web + spring-jms org.springframework @@ -203,7 +202,12 @@ org.springframework - spring-jms + spring-web + + + org.springframework + spring-webmvc + false diff --git a/assembly/src/main/descriptors/common-bin.xml b/assembly/src/main/descriptors/common-bin.xml index ec4809255f..fd93c06ec5 100644 --- a/assembly/src/main/descriptors/common-bin.xml +++ b/assembly/src/main/descriptors/common-bin.xml @@ -145,6 +145,7 @@ org.apache.geronimo.specs:geronimo-j2ee-jacc_1.0_spec org.apache.geronimo.specs:geronimo-j2ee-connector_1.5_spec org.apache.xbean:xbean-spring + org.springframework:spring-aop org.springframework:spring-core org.springframework:spring-beans org.springframework:spring-context diff --git a/pom.xml b/pom.xml index 7209aa485d..240b2d7cc2 100755 --- a/pom.xml +++ b/pom.xml @@ -130,6 +130,7 @@ activemq-openwire-generator activemq-optional activemq-pool + activemq-protocol-buffer activemq-ra activemq-rar activemq-run @@ -465,10 +466,10 @@ org.springframework - spring-core + spring-aop ${spring-version} true - + org.springframework spring-beans @@ -483,13 +484,19 @@ org.springframework - spring-tx + spring-core + ${spring-version} + true + + + org.springframework + spring-jms ${spring-version} true org.springframework - spring-jms + spring-tx ${spring-version} true