Skip to content

Commit

Permalink
Fix jmx itests
Browse files Browse the repository at this point in the history
  • Loading branch information
alien11689 committed Nov 29, 2024
1 parent 9c2aa43 commit ea48141
Show file tree
Hide file tree
Showing 3 changed files with 18 additions and 2 deletions.
2 changes: 1 addition & 1 deletion jmx/jmx-bundle/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
<parent>
<groupId>org.apache.aries.jmx</groupId>
<artifactId>org.apache.aries.jmx.parent</artifactId>
<version>1.1.6-SNAPSHOT</version>
<version>1.1.5</version>
<relativePath>../jmx-parent</relativePath>
</parent>

Expand Down
2 changes: 1 addition & 1 deletion jmx/jmx-itests/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@

<properties>
<exam.version>3.4.0</exam.version>
<url.version>1.6.0</url.version>
<url.version>2.5.3</url.version>
</properties>

<dependencies>
Expand Down
Original file line number Diff line number Diff line change
@@ -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;
Expand Down

0 comments on commit ea48141

Please sign in to comment.