[AMQ-8980] Align maven-xbean-plugin to xbean version (#854)

Merging to work on getting unit tests going
This commit is contained in:
Matt Pavlovich 2022-06-29 09:25:54 -05:00 committed by GitHub
parent a1b2e3ae02
commit 1483d1c1e0
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 2 deletions

View File

@ -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>