Skip to content

Commit

Permalink
upgrading to parent 0.7 and newer SLF version
Browse files Browse the repository at this point in the history
  • Loading branch information
andrus committed Feb 24, 2017
1 parent 6efed29 commit 80501e1
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion bootique/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@
<dependency>
<groupId>org.slf4j</groupId>
<artifactId>slf4j-simple</artifactId>
<version>1.7.13</version>
<version>${slf4j.version}</version>
</dependency>
</dependencies>
</dependencyManagement>
Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<parent>
<groupId>io.bootique.modules.parent</groupId>
<artifactId>bootique-modules-parent</artifactId>
<version>0.2</version>
<version>0.7</version>
</parent>

<groupId>io.bootique</groupId>
Expand Down

0 comments on commit 80501e1

Please sign in to comment.