Skip to content

Commit

Permalink
Chaning SLF4J dependency version to 1.7. (Azure#233)
Browse files Browse the repository at this point in the history
  • Loading branch information
yvgopal authored Jun 22, 2018
1 parent 53c2042 commit a7b7415
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion azure-servicebus/azure-servicebus.pom
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@
<dependency>
<groupId>org.slf4j</groupId>
<artifactId>slf4j-api</artifactId>
<version>1.8.0-alpha2</version>
<version>1.7.0</version>
</dependency>
<dependency>
<groupId>com.microsoft.azure</groupId>
Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
<properties>
<proton-j-version>0.22.0</proton-j-version>
<junit-version>4.12</junit-version>
<slf4j-version>1.8.0-alpha2</slf4j-version>
<slf4j-version>1.7.0</slf4j-version>
<client-current-version>2.0.0-preview2</client-current-version>
</properties>

Expand Down

0 comments on commit a7b7415

Please sign in to comment.