mirror of https://github.com/apache/activemq.git
[AMQ-8980] Align maven-xbean-plugin to xbean version (#854)
Merging to work on getting unit tests going
(cherry picked from commit 1483d1c
)
This commit is contained in:
parent
8d09211e5a
commit
0dde1a15df
|
@ -195,7 +195,7 @@
|
|||
<plugin>
|
||||
<groupId>org.apache.xbean</groupId>
|
||||
<artifactId>maven-xbean-plugin</artifactId>
|
||||
<version>3.12</version>
|
||||
<version>${xbean-version}</version>
|
||||
<executions>
|
||||
<execution>
|
||||
<phase>process-classes</phase>
|
||||
|
@ -226,7 +226,7 @@
|
|||
<dependency>
|
||||
<groupId>com.thoughtworks.qdox</groupId>
|
||||
<artifactId>qdox</artifactId>
|
||||
<version>1.12</version>
|
||||
<version>1.12.1</version>
|
||||
</dependency>
|
||||
</dependencies>
|
||||
</plugin>
|
||||
|
|
Loading…
Reference in New Issue