Skip to content

Instantly share code, notes, and snippets.

@tassioauad
Last active January 5, 2018 02:54
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save tassioauad/bebf15063fcfe0135aca31fa3010902e to your computer and use it in GitHub Desktop.
Save tassioauad/bebf15063fcfe0135aca31fa3010902e to your computer and use it in GitHub Desktop.
NoSuchMethodError: org.jboss.logging.Logger.debugf
<dependency>
+ <groupId>org.hibernate</groupId>
+ <artifactId>hibernate-core</artifactId>
+ <version>5.2.12.Final</version>
+ <exclusions>
+ <exclusion>
+ <artifactId>jboss-logging</artifactId>
+ <groupId>org.jboss.logging</groupId>
+ </exclusion>
+ </exclusions>
+</dependency>
+<dependency>
+ <artifactId>jboss-logging</artifactId>
+ <groupId>org.jboss.logging</groupId>
+ <version>3.2.0.Final</version>
+</dependency>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment