From 18da30f945acddbe34bc0bd1153e24f7222f448e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jo=CC=88rg=20Prante?= Date: Thu, 7 Jan 2016 19:24:00 +0100 Subject: [PATCH] README --- README.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index f3685b8..3549557 100644 --- a/README.md +++ b/README.md @@ -4,9 +4,9 @@ This is a xbib Guice, a build of Guice with the following differences to the original [Google Guice Core Library](https://github.com/google/guice): - only external dependencies are --- javax.inject:javax.inject:1 --- javax.annotation:javax.annotation-api:1.2 --- com.google.guava:guava:19.0 + - javax.inject:javax.inject:1 + - javax.annotation:javax.annotation-api:1.2 + - com.google.guava:guava:19.0 - the extra AOP stuff was removed (aopalliance/cglib), no intercepting any more - removed all logging, uses of java.util.logger.* stuff and logger default binding - removed all java.io.Serializable dependent stuff @@ -17,7 +17,7 @@ original [Google Guice Core Library](https://github.com/google/guice): All credits belong to the original authors, especially Bob Lee http://blog.crazybob.org/ -= License +## License Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License.