Add logger configuration

Change-Id: I8a7c4ac0e09eb114845547202aa27792741cf549
This commit is contained in:
Dominik Adam Przybysz 2015-12-16 20:30:49 +01:00 committed by Dominik Przybysz
parent bfc547721e
commit 951a0f1b56
3 changed files with 30 additions and 74 deletions

View file

@ -5,7 +5,7 @@
<parent>
<artifactId>http-mock-server</artifactId>
<groupId>pl.touk.mockserver</groupId>
<version>2.1.2-SNAPSHOT</version>
<version>2.3.1-SNAPSHOT</version>
</parent>
<modelVersion>4.0.0</modelVersion>
@ -25,22 +25,22 @@
<dependency>
<groupId>org.openjdk.jmh</groupId>
<artifactId>jmh-core</artifactId>
<version>1.11.2</version>
<scope>test</scope>
</dependency>
<dependency>
<groupId>org.openjdk.jmh</groupId>
<artifactId>jmh-generator-annprocess</artifactId>
<version>1.11.2</version>
<scope>test</scope>
</dependency>
</dependencies>
<properties>
<exec-maven-plugin.version>1.4.0</exec-maven-plugin.version>
</properties>
<build>
<plugins>
<plugin>
<groupId>org.codehaus.mojo</groupId>
<artifactId>exec-maven-plugin</artifactId>
<version>${exec-maven-plugin.version}</version>
<executions>
<execution>
<id>run-benchmarks</id>