Remove mx4j from deps (javax.management provided by JDK 1.5+)
This commit is contained in:
parent
ccd6fe581f
commit
351792020a
@ -1,5 +1,5 @@
|
||||
diff --git a/pom.xml b/pom.xml
|
||||
index cfabbe5..b699aff 100644
|
||||
index cfabbe5..b3f0a12 100644
|
||||
--- a/pom.xml
|
||||
+++ b/pom.xml
|
||||
@@ -24,12 +24,6 @@
|
||||
@ -15,10 +15,16 @@ index cfabbe5..b699aff 100644
|
||||
<groupId>org.apache.xbean</groupId>
|
||||
<artifactId>xbean</artifactId>
|
||||
<name>Apache XBean</name>
|
||||
@@ -265,33 +259,15 @@
|
||||
@@ -259,39 +253,15 @@
|
||||
</dependency>
|
||||
|
||||
<dependency>
|
||||
- <groupId>mx4j</groupId>
|
||||
- <artifactId>mx4j</artifactId>
|
||||
- <version>3.0.1</version>
|
||||
- </dependency>
|
||||
-
|
||||
- <dependency>
|
||||
- <groupId>org.springframework</groupId>
|
||||
- <artifactId>spring-beans</artifactId>
|
||||
- <version>2.5.6</version>
|
||||
@ -51,7 +57,7 @@ index cfabbe5..b699aff 100644
|
||||
</dependency>
|
||||
</dependencies>
|
||||
</dependencyManagement>
|
||||
@@ -343,22 +319,22 @@
|
||||
@@ -343,22 +313,22 @@
|
||||
<groupId>org.apache.felix</groupId>
|
||||
<artifactId>maven-bundle-plugin</artifactId>
|
||||
</plugin>
|
||||
@ -81,7 +87,7 @@ index cfabbe5..b699aff 100644
|
||||
</modules>
|
||||
|
||||
<reporting>
|
||||
@@ -424,4 +400,4 @@
|
||||
@@ -424,4 +394,4 @@
|
||||
</plugins>
|
||||
</reporting>
|
||||
|
||||
|
||||
@ -2,7 +2,7 @@ Name: xbean
|
||||
Version: 3.8
|
||||
BuildArch: noarch
|
||||
|
||||
Release: 4%{?dist}
|
||||
Release: 5%{?dist}
|
||||
Summary: Java plugin based web server
|
||||
|
||||
Group: Development/Libraries
|
||||
@ -21,7 +21,6 @@ Patch0: pom-%{version}.patch
|
||||
BuildRequires: java-devel
|
||||
BuildRequires: apache-commons-beanutils
|
||||
BuildRequires: apache-commons-logging
|
||||
BuildRequires: mx4j
|
||||
BuildRequires: objectweb-asm
|
||||
BuildRequires: ant
|
||||
BuildRequires: qdox
|
||||
@ -133,6 +132,9 @@ rm -rf $(readlink -f %{_javadocdir}/%{name}) %{_javadocdir}/%{name} || :
|
||||
%{_javadocdir}/%{name}
|
||||
|
||||
%changelog
|
||||
* Thu May 3 2012 Stanislav Ochotnicky <sochotnicky@redhat.com> - 3.8-5
|
||||
- Remove mx4j from deps (javax.management provided by JDK 1.5+)
|
||||
|
||||
* Tue Apr 24 2012 Alexander Kurtakov <akurtako@redhat.com> 3.8-4
|
||||
- BR felix-framework instead of felix-osgi-core.
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user