diff --git a/distribution/activemq/pom.xml b/distribution/activemq/pom.xml index 8d60c60655..c0e58459f3 100644 --- a/distribution/activemq/pom.xml +++ b/distribution/activemq/pom.xml @@ -179,6 +179,11 @@ org.apache.geronimo.specs geronimo-servlet_3.0_spec + + org.jolokia + jolokia-war + war + org.apache.activemq diff --git a/distribution/activemq/src/main/assembly/dep.xml b/distribution/activemq/src/main/assembly/dep.xml index 1a60ed2550..a4c17ac0a5 100644 --- a/distribution/activemq/src/main/assembly/dep.xml +++ b/distribution/activemq/src/main/assembly/dep.xml @@ -84,6 +84,13 @@ web/api true + + + org.jolokia:jolokia-war:war + + web + false + diff --git a/distribution/activemq/src/main/resources/config/clustered/bootstrap.xml b/distribution/activemq/src/main/resources/config/clustered/bootstrap.xml index 698da46b1b..76f88d1fda 100644 --- a/distribution/activemq/src/main/resources/config/clustered/bootstrap.xml +++ b/distribution/activemq/src/main/resources/config/clustered/bootstrap.xml @@ -26,7 +26,9 @@ - + + + diff --git a/distribution/activemq/src/main/resources/config/non-clustered/bootstrap.xml b/distribution/activemq/src/main/resources/config/non-clustered/bootstrap.xml index dbec7065ff..a88b77718e 100644 --- a/distribution/activemq/src/main/resources/config/non-clustered/bootstrap.xml +++ b/distribution/activemq/src/main/resources/config/non-clustered/bootstrap.xml @@ -26,7 +26,9 @@ - + + + diff --git a/distribution/activemq/src/main/resources/config/replicated/bootstrap.xml b/distribution/activemq/src/main/resources/config/replicated/bootstrap.xml index 1bf29ed63f..6fd5686ae1 100644 --- a/distribution/activemq/src/main/resources/config/replicated/bootstrap.xml +++ b/distribution/activemq/src/main/resources/config/replicated/bootstrap.xml @@ -26,7 +26,9 @@ - + + + diff --git a/distribution/activemq/src/main/resources/config/shared-store/bootstrap.xml b/distribution/activemq/src/main/resources/config/shared-store/bootstrap.xml index 0da0234fff..344157b8d6 100644 --- a/distribution/activemq/src/main/resources/config/shared-store/bootstrap.xml +++ b/distribution/activemq/src/main/resources/config/shared-store/bootstrap.xml @@ -26,7 +26,9 @@ - + + + diff --git a/pom.xml b/pom.xml index c9281c047d..580ce49bf0 100644 --- a/pom.xml +++ b/pom.xml @@ -368,7 +368,13 @@ org.apache.geronimo.specs geronimo-servlet_3.0_spec 1.0 - + + + org.jolokia + jolokia-war + war + 1.2.3 + junit