Skip to content

Commit

Permalink
Avoid pulling in Java 9 via slf4j (#718)
Browse files Browse the repository at this point in the history
1.2.1 depends on slf4j 1.8 beta which includes java9 modules

Co-authored-by: timtay-microsoft <[email protected]>
  • Loading branch information
nigelpugh and timtay-microsoft authored Feb 28, 2020
1 parent 62609ed commit 2dcda2d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions deps/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@
<dependency>
<groupId>com.microsoft.azure</groupId>
<artifactId>qpid-proton-j-extensions</artifactId>
<version>1.2.1</version>
<version>1.2.2</version>
</dependency>
<dependency>
<groupId>org.bouncycastle</groupId>
Expand Down Expand Up @@ -174,4 +174,4 @@
</plugin>
</plugins>
</build>
</project>
</project>

0 comments on commit 2dcda2d

Please sign in to comment.