Skip to content

Commit

Permalink
add sponsors
Browse files Browse the repository at this point in the history
  • Loading branch information
notnoop committed Jun 25, 2011
1 parent f94a0cd commit be04f9e
Show file tree
Hide file tree
Showing 2 changed files with 20 additions and 0 deletions.
5 changes: 5 additions & 0 deletions README.markdown
Expand Up @@ -47,6 +47,11 @@ Features In the Making
* Auto retries (exponential back-off feature)
* More testing!

Sponsorship
---------------

This work is sponsored by [Excitor A/S](http://www.excitor.com/).

Contact
---------------
Support mailing list: http://groups.google.com/group/java-apns-discuss
15 changes: 15 additions & 0 deletions pom.xml
Expand Up @@ -150,6 +150,21 @@
<type>jar</type>
<scope>test</scope>
</dependency>

<!-- Ignore commons-logging -->
<dependency>
<groupId>commons-logging</groupId>
<artifactId>commons-logging</artifactId>
<version>1.1.1</version>
<scope>provided</scope>
</dependency>

<dependency>
<groupId>org.slf4j</groupId>
<artifactId>jcl-over-slf4j</artifactId>
<version>1.6.1</version>
</dependency>

</dependencies>

<!-- Site Generation -->
Expand Down

0 comments on commit be04f9e

Please sign in to comment.