README
This commit is contained in:
parent
aa0899bdb3
commit
18da30f945
1 changed files with 4 additions and 4 deletions
|
@ -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.
|
||||
|
|
Loading…
Reference in a new issue