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.