Skip to content

Commit

Permalink
minor Maven cleanup and doc work
Browse files Browse the repository at this point in the history
  • Loading branch information
eugenp committed Aug 17, 2012
1 parent 25ef49e commit 1b25c5d
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 6 deletions.
9 changes: 5 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -23,10 +23,11 @@ It also provides a reference implementation in the following connected areas:

# Technology Stack
The project uses the following technologies: <br/>
- **web/REST**: Spring 3.1.2 <br/>
- **marshalling**: Jackson (for JSON) and XStream (for XML) <br/>
- **persistence**: JPA, Spring Data JPA and Hibernate <br/>
- **testing**: Junit, Hamcrest, Mockito, rest-assured <br/>
- **web/REST**: [Spring](http://www.springsource.org/) 3.1.x <br/>
- **marshalling**: [Jackson](https://github.com/FasterXML/jackson-databind) 2.x (for JSON) and [XStream](http://xstream.codehaus.org/) (for XML) <br/>
- **persistence**: [Spring Data JPA](http://www.springsource.org/spring-data/jpa) and [Hibernate](http://www.hibernate.org/) 4.1.x <br/>
- **persistence providers**: h2, MySQL
- **testing**: [junit](http://www.junit.org/), [hamcrest](http://code.google.com/p/hamcrest/), [mockito](http://code.google.com/p/mockito/), [rest-assured](http://code.google.com/p/rest-assured/) <br/>


# THE PERSISTENCE LAYER (technical notes)
Expand Down
2 changes: 0 additions & 2 deletions sec/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -162,7 +162,6 @@
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-surefire-plugin</artifactId>
<version>2.12</version>
<configuration>
<excludes>
<exclude>**/*RESTIntegrationTest.java</exclude>
Expand All @@ -176,7 +175,6 @@
<plugin>
<groupId>org.codehaus.cargo</groupId>
<artifactId>cargo-maven2-plugin</artifactId>
<version>1.2.3</version>
<configuration>
<wait>true</wait>
<container>
Expand Down

0 comments on commit 1b25c5d

Please sign in to comment.