Skip to content

Instantly share code, notes, and snippets.

@kasundm5566
Last active October 12, 2016 03:10
Show Gist options
  • Save kasundm5566/a2e5b4ae39202673a5f46698d1979660 to your computer and use it in GitHub Desktop.
Save kasundm5566/a2e5b4ae39202673a5f46698d1979660 to your computer and use it in GitHub Desktop.
log4j2 dependencies
<dependency>
<groupId>org.apache.logging.log4j</groupId>
<artifactId>log4j-api</artifactId>
<version>${log4j.version}</version>
</dependency>
<dependency>
<groupId>org.apache.logging.log4j</groupId>
<artifactId>log4j-core</artifactId>
<version>${log4j.version}</version>
</dependency>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment