Skip to content

Commit

Permalink
⬆️ upgrade blade-log
Browse files Browse the repository at this point in the history
  • Loading branch information
hellokaton committed Jun 7, 2018
1 parent cbd5d07 commit deefe50
Showing 1 changed file with 8 additions and 7 deletions.
15 changes: 8 additions & 7 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@
<slf4j-api.version>1.7.25</slf4j-api.version>
<netty.version>4.1.25.Final</netty.version>
<blade-asm.version>0.0.1</blade-asm.version>
<blade-log.version>0.1.3</blade-log.version>
<blade-log.version>0.1.4</blade-log.version>
<gson.version>2.8.5</gson.version>
<bootstrap.version>4.1.0</bootstrap.version>
<mockito.version>1.10.19</mockito.version>
Expand All @@ -48,6 +48,13 @@

<dependencies>

<dependency>
<groupId>org.slf4j</groupId>
<artifactId>slf4j-api</artifactId>
<version>${slf4j-api.version}</version>
<scope>provided</scope>
</dependency>

<dependency>
<groupId>com.bladejava</groupId>
<artifactId>blade-asm</artifactId>
Expand All @@ -60,12 +67,6 @@
<version>${blade-log.version}</version>
</dependency>

<dependency>
<groupId>org.slf4j</groupId>
<artifactId>slf4j-api</artifactId>
<version>${slf4j-api.version}</version>
</dependency>

<dependency>
<groupId>io.netty</groupId>
<artifactId>netty-codec-http</artifactId>
Expand Down

0 comments on commit deefe50

Please sign in to comment.