Skip to content

Commit

Permalink
Reset JMH version.
Browse files Browse the repository at this point in the history
  • Loading branch information
raphw committed Jan 6, 2018
1 parent 2b144a2 commit 979cc3b
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 3 deletions.
2 changes: 1 addition & 1 deletion byte-buddy-benchmark/pom.xml
Expand Up @@ -25,7 +25,7 @@
<properties>
<benchmark.mainClass>net.bytebuddy.benchmark.runner.BenchmarkRunner</benchmark.mainClass>
<!-- Newer versions require Java 7. -->
<version.jmh>1.19</version.jmh>
<version.jmh>1.16</version.jmh>
<version.cglib>3.2.5</version.cglib>
<version.javassist>3.22.0-GA</version.javassist>
</properties>
Expand Down
2 changes: 0 additions & 2 deletions byte-buddy-dep/src/test/java/net/bytebuddy/ByteBuddyTest.java
@@ -1,10 +1,8 @@
package net.bytebuddy;

import net.bytebuddy.description.type.TypeDescription;
import net.bytebuddy.dynamic.TypeResolutionStrategy;
import net.bytebuddy.dynamic.loading.ByteArrayClassLoader;
import net.bytebuddy.dynamic.loading.ClassLoadingStrategy;
import net.bytebuddy.dynamic.loading.PackageDefinitionStrategy;
import net.bytebuddy.implementation.MethodDelegation;
import net.bytebuddy.test.utility.ObjectPropertyAssertion;
import org.junit.Test;
Expand Down

0 comments on commit 979cc3b

Please sign in to comment.