diff --git a/jmx/jmx-bundle/pom.xml b/jmx/jmx-bundle/pom.xml index 26e05199d9..1acb2c9eff 100644 --- a/jmx/jmx-bundle/pom.xml +++ b/jmx/jmx-bundle/pom.xml @@ -24,7 +24,7 @@ org.apache.aries.jmx org.apache.aries.jmx.parent - 1.1.6-SNAPSHOT + 1.1.5 ../jmx-parent diff --git a/jmx/jmx-itests/pom.xml b/jmx/jmx-itests/pom.xml index 10f920f17e..b3bae890f5 100644 --- a/jmx/jmx-itests/pom.xml +++ b/jmx/jmx-itests/pom.xml @@ -38,7 +38,7 @@ 3.4.0 - 1.6.0 + 2.5.3 diff --git a/jmx/jmx-itests/src/test/java/org/apache/aries/jmx/test/MbeanServerActivator.java b/jmx/jmx-itests/src/test/java/org/apache/aries/jmx/test/MbeanServerActivator.java index 1c46981417..3b07a222e9 100644 --- a/jmx/jmx-itests/src/test/java/org/apache/aries/jmx/test/MbeanServerActivator.java +++ b/jmx/jmx-itests/src/test/java/org/apache/aries/jmx/test/MbeanServerActivator.java @@ -1,3 +1,19 @@ +/** + * Licensed to the Apache Software Foundation (ASF) under one or more + * contributor license agreements. See the NOTICE file distributed with + * this work for additional information regarding copyright ownership. + * The ASF licenses this file to You under the Apache License, Version 2.0 + * (the "License"); you may not use this file except in compliance with + * the License. You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ package org.apache.aries.jmx.test; import javax.management.MBeanServer;