Skip to content

Commit

Permalink
HCANN-86 Upgrade to JBoss Logging 3.3.1.Final and matching annotation…
Browse files Browse the repository at this point in the history
… processor
  • Loading branch information
Sanne committed Feb 13, 2018
1 parent 0ef1393 commit 3156fbb
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -61,10 +61,10 @@ configurations {
}

dependencies {
compile 'org.jboss.logging:jboss-logging:3.3.0.Final'
compile 'org.jboss.logging:jboss-logging:3.3.1.Final'

jbossLoggingTool 'org.jboss.logging:jboss-logging-annotations:2.0.0.Final'
jbossLoggingTool 'org.jboss.logging:jboss-logging-processor:2.0.0.Final'
jbossLoggingTool 'org.jboss.logging:jboss-logging-annotations:2.1.0.Final'
jbossLoggingTool 'org.jboss.logging:jboss-logging-processor:2.1.0.Final'

testCompile( 'junit:junit:3.8.1' )

Expand Down

0 comments on commit 3156fbb

Please sign in to comment.