BAEL-3212 - Examples of POJO, Bean and BeanUtils reflection (#7782)

* BAEL-3212 - Examples of POJO, Bean and BeanUtils reflection

* Update pom.xml
This commit is contained in:
Jonathan Turnock
2019-11-13 21:57:54 +00:00
committed by ashleyfrieze
parent 662e8aeaeb
commit 299e98fa98
4 changed files with 113 additions and 4 deletions

View File

@@ -15,10 +15,10 @@
<dependencies>
<dependency>
<groupId>org.openjdk.jmh</groupId>
<artifactId>jmh-core</artifactId>
<version>${jmh-core.version}</version>
</dependency>
<groupId>commons-beanutils</groupId>
<artifactId>commons-beanutils</artifactId>
<version>1.9.4</version>
</dependency>
<dependency>
<groupId>org.openjdk.jmh</groupId>
<artifactId>jmh-generator-annprocess</artifactId>
@@ -29,6 +29,11 @@
<artifactId>jmh-generator-bytecode</artifactId>
<version>${jmh-generator.version}</version>
</dependency>
<dependency>
<groupId>org.openjdk.jmh</groupId>
<artifactId>jmh-core</artifactId>
<version>${jmh-core.version}</version>
</dependency>
</dependencies>
<build>