SuccessChanges

Summary

  1. tsk31 Adds service features to create and update a story (details)
Commit 14d1291219d62562be670e63d08b4d9948bdc29a by mvaugusto
tsk31 Adds service features to create and update a story
Adds a method to service for creating and another for updating a story
with their tests, updating required xml datasets. It also removes
TestPrincipal from the rest test classes because it was causing a
dependency error.
The file was modifiedtests/src/main/resources/datasets/stories-create.xml
The file was modifiedrest/src/test/resources/beans.xml
The file was modifiedservice/src/test/java/es/uvigo/esei/dgss/teamc/microstories/service/StoryServiceIntegrationTest.java
The file was modifiedrest/src/test/java/es/uvigo/esei/dgss/teamc/microstories/rest/StoryResourceRestTest.java
The file was modifiedservice/src/main/java/es/uvigo/esei/dgss/teamc/microstories/service/StoryService.java
The file was modifiedtests/src/main/resources/datasets/stories-update.xml