File tree Expand file tree Collapse file tree
spring-cloud-contract-verifier Expand file tree Collapse file tree Original file line number Diff line number Diff line change 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>
Original file line number Diff line number Diff line change 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 >
You can’t perform that action at this time.
0 commit comments