Allow storage of Conformance resources in JPA

This commit is contained in:
jamesagnew 2015-09-07 21:31:10 -04:00
parent 08633066c6
commit 7217458681
2 changed files with 4 additions and 4 deletions

View File

@ -73,20 +73,17 @@
<dependency>
<groupId>org.thymeleaf</groupId>
<artifactId>thymeleaf</artifactId>
<version>${thymeleaf-version}</version>
<scope>test</scope>
</dependency>
<dependency>
<groupId>com.phloc</groupId>
<artifactId>phloc-schematron</artifactId>
<version>${phloc_schematron_version}</version>
<scope>test</scope>
</dependency>
<dependency>
<groupId>com.phloc</groupId>
<artifactId>phloc-commons</artifactId>
<version>${phloc_commons_version}</version>
<scope>test</scope>
</dependency>
@ -400,7 +397,6 @@
<targetResourceSpringBeansFile>hapi-fhir-server-resourceproviders-dstu2.xml</targetResourceSpringBeansFile>
<baseResourceNames></baseResourceNames>
<excludeResourceNames>
<excludeResourceName>Conformance</excludeResourceName>
<excludeResourceName>OperationDefinition</excludeResourceName>
<excludeResourceName>OperationOutcome</excludeResourceName>
</excludeResourceNames>

View File

@ -168,6 +168,10 @@
Invalid/unexpected attributes found when parsing composite elements
should be logged or reported to the parser error handler
</action>
<action type="add">
JPA server can now store Conformance resources, per a request
from David Hay
</action>
</release>
<release version="1.1" date="2015-07-13">
<action type="add">