Skip to content

Commit 8140445

Browse files
Bring back commons-beanutils - don't want to break compatibility
1 parent e8ce8e8 commit 8140445

2 files changed

Lines changed: 6 additions & 0 deletions

File tree

pom.xml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -68,6 +68,7 @@
6868
<exec-maven-plugin.version>1.6.0</exec-maven-plugin.version>
6969
<flatten-maven-plugin.version>1.5.0</flatten-maven-plugin.version>
7070

71+
<commons-beanutils.version>1.9.4</commons-beanutils.version>
7172
<sisu-inject-plexus.version>2.6.0</sisu-inject-plexus.version>
7273

7374
<javadoc.failOnError>false</javadoc.failOnError>

spring-cloud-contract-verifier/pom.xml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -154,6 +154,11 @@
154154
<groupId>com.github.jknack</groupId>
155155
<artifactId>handlebars</artifactId>
156156
</dependency>
157+
<dependency>
158+
<groupId>commons-beanutils</groupId>
159+
<artifactId>commons-beanutils</artifactId>
160+
<version>${commons-beanutils.version}</version>
161+
</dependency>
157162
<dependency>
158163
<groupId>org.yaml</groupId>
159164
<artifactId>snakeyaml</artifactId>

0 commit comments

Comments
 (0)