cleanup work

This commit is contained in:
eugenp 2013-12-21 15:26:49 +02:00
parent c9d4d73b48
commit 88fe235abc
2 changed files with 2 additions and 10 deletions

View File

@ -1,13 +1,5 @@
=========
## Guava and Hamcrest Cookbooks and Examples
## Jackson Cookbooks and Examples
### Relevant Articles:
- [Guava Collections Cookbook](http://www.baeldung.com/guava-collections)
- [Guava Ordering Cookbook](http://www.baeldung.com/guava-order)
- [Guava Functional Cookbook](http://www.baeldung.com/guava-functions-predicates)
- [Hamcrest Collections Cookbook](http://www.baeldung.com/hamcrest-collections-arrays)
- [Partition a List in Java](http://www.baeldung.com/java-list-split)

View File

@ -64,7 +64,7 @@
</dependencies>
<build>
<finalName>spring-rest</finalName>
<finalName>jackson</finalName>
<resources>
<resource>
<directory>src/main/resources</directory>