Skip to content

Instantly share code, notes, and snippets.

@jaxzin
Created September 15, 2011 15:17
Show Gist options
  • Save jaxzin/1219524 to your computer and use it in GitHub Desktop.
Save jaxzin/1219524 to your computer and use it in GitHub Desktop.
<dependencyManagement>
<dependencies>
<!-- Manage secondary loggers by claiming they will be provided -->
<dependency>
<groupId>log4j</groupId>
<artifactId>log4j</artifactId>
<version>1.2.15</version>
<scope>provided</scope>
</dependency>
<dependency>
<groupId>commons-logging</groupId>
<artifactId>commons-logging</artifactId>
<version>1.0.4</version>
<scope>provided</scope>
</dependency>
<dependency>
<groupId>commons-logging</groupId>
<artifactId>commons-logging-api</artifactId>
<version>1.0.4</version>
<scope>provided</scope>
</dependency>
</dependencies>
</dependencyManagement>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment