Skip to content

Commit

Permalink
#451: Fixed translation of FilterSets between DSMLv2 and JSON
Browse files Browse the repository at this point in the history
  • Loading branch information
unixoid committed Aug 5, 2024
1 parent 03c0280 commit 04fae29
Showing 1 changed file with 2 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
* See the License for the specific language governing permissions and
* limitations under the License.
*/
package org.openehealth.ipf.commons.ihe.hpd.stub.dsmlv2
package org.openehealth.ipf.commons.ihe.hpd.stub.json

import com.fasterxml.jackson.annotation.JsonInclude
import com.fasterxml.jackson.databind.ObjectMapper
Expand All @@ -22,8 +22,7 @@ import groovy.util.logging.Slf4j
import org.junit.jupiter.api.BeforeAll
import org.junit.jupiter.api.Test
import org.openehealth.ipf.commons.ihe.hpd.HpdValidator
import org.openehealth.ipf.commons.ihe.hpd.stub.json.BatchResponseIntermediary
import org.openehealth.ipf.commons.ihe.hpd.stub.json.SearchBatchRequestIntermediary
import org.openehealth.ipf.commons.ihe.hpd.stub.dsmlv2.*
import org.openehealth.ipf.commons.xml.XmlUtils

import jakarta.xml.bind.JAXBElement
Expand Down

0 comments on commit 04fae29

Please sign in to comment.