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
This commit is contained in:
parent
a1b2e3ae02
commit
1483d1c1e0
|
@ -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