Skip to content
This repository has been archived by the owner on Apr 30, 2019. It is now read-only.

Commit

Permalink
added apache-log4j-extras as dependency and version jump
Browse files Browse the repository at this point in the history
  • Loading branch information
Harsha committed Mar 7, 2014
1 parent 15d2e8f commit 0306cbf
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 3 deletions.
2 changes: 1 addition & 1 deletion README.md
@@ -1,6 +1,6 @@
# Bagheera #

Version: 0.11-SNAPSHOT
Version: 0.15-SNAPSHOT

#### REST service for Mozilla Metrics. This service currently uses Apache Kafka as its backing data store, then provides a few implementations of Kafka consumers to pull and persist to various data sinks. ####

Expand Down
8 changes: 6 additions & 2 deletions pom.xml
Expand Up @@ -4,7 +4,7 @@

<groupId>com.mozilla</groupId>
<artifactId>bagheera</artifactId>
<version>0.14</version>
<version>0.15-SNAPSHOT</version>

<name>bagheera</name>
<description>REST services for Mozilla Metrics.</description>
Expand Down Expand Up @@ -68,7 +68,11 @@
<artifactId>log4j</artifactId>
<version>1.2.16</version>
</dependency>

<dependency>
<groupId>log4j</groupId>
<artifactId>apache-log4j-extras</artifactId>
<version>1.1</version>
</dependency>
<dependency>
<groupId>commons-lang</groupId>
<artifactId>commons-lang</artifactId>
Expand Down

0 comments on commit 0306cbf

Please sign in to comment.