Mentions légales du service

Skip to content
Snippets Groups Projects
Commit ed8762ea authored by romuald dubourg's avatar romuald dubourg
Browse files

[Update] Evs api library

parent aece4618
No related branches found
No related tags found
No related merge requests found
...@@ -140,7 +140,7 @@ ...@@ -140,7 +140,7 @@
<dependency> <dependency>
<groupId>net.ihe.gazelle</groupId> <groupId>net.ihe.gazelle</groupId>
<artifactId>evs-client-api</artifactId> <artifactId>evs-client-api</artifactId>
<version>1.0.0</version> <version>1.2.0</version>
</dependency> </dependency>
<dependency> <dependency>
......
...@@ -2,7 +2,7 @@ package net.ihe.gazelle.fhir.simulator.server.interlay.interceptor; ...@@ -2,7 +2,7 @@ package net.ihe.gazelle.fhir.simulator.server.interlay.interceptor;
import ca.uhn.fhir.rest.api.RestOperationTypeEnum; import ca.uhn.fhir.rest.api.RestOperationTypeEnum;
import ca.uhn.fhir.rest.api.server.RequestDetails; import ca.uhn.fhir.rest.api.server.RequestDetails;
import net.ihe.evsapi.client.domain.ValidationService; import net.ihe.gazelle.evsapi.client.business.ValidationService;
import net.ihe.gazelle.model.ValidatorSelector; import net.ihe.gazelle.model.ValidatorSelector;
import org.eclipse.microprofile.config.ConfigProvider; import org.eclipse.microprofile.config.ConfigProvider;
......
...@@ -2,7 +2,7 @@ package net.ihe.gazelle.fhir.simulator.server.interlay.interceptor; ...@@ -2,7 +2,7 @@ package net.ihe.gazelle.fhir.simulator.server.interlay.interceptor;
import ca.uhn.fhir.rest.api.RestOperationTypeEnum; import ca.uhn.fhir.rest.api.RestOperationTypeEnum;
import ca.uhn.fhir.rest.api.server.RequestDetails; import ca.uhn.fhir.rest.api.server.RequestDetails;
import net.ihe.evsapi.client.domain.ValidationService; import net.ihe.gazelle.evsapi.client.business.ValidationService;
import net.ihe.gazelle.model.ValidatorSelector; import net.ihe.gazelle.model.ValidatorSelector;
import org.eclipse.microprofile.config.ConfigProvider; import org.eclipse.microprofile.config.ConfigProvider;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment