Skip to content

Commit

Permalink
#414: update XACML engine
Browse files Browse the repository at this point in the history
  • Loading branch information
Christian Ohr committed Jul 19, 2023
1 parent 669f30c commit 1f18371
Show file tree
Hide file tree
Showing 4 changed files with 12 additions and 10 deletions.
8 changes: 8 additions & 0 deletions commons/ihe/hpd/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -41,6 +41,14 @@
<groupId>org.springframework</groupId>
<artifactId>spring-beans</artifactId>
</dependency>
<dependency>
<groupId>com.fasterxml.jackson.module</groupId>
<artifactId>jackson-module-jaxb-annotations</artifactId>
</dependency>
<dependency>
<groupId>com.fasterxml.jackson.datatype</groupId>
<artifactId>jackson-datatype-jsr310</artifactId>
</dependency>

<!-- Dependencies for test -->
<dependency>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -16,18 +16,12 @@
package org.openehealth.ipf.commons.ihe.hpd.stub.dsmlv2;

import com.fasterxml.jackson.annotation.JsonProperty;
import jakarta.xml.bind.annotation.*;
import lombok.Getter;
import lombok.Setter;

import java.util.ArrayList;
import java.util.List;
import jakarta.xml.bind.annotation.XmlAccessType;
import jakarta.xml.bind.annotation.XmlAccessorType;
import jakarta.xml.bind.annotation.XmlAttribute;
import jakarta.xml.bind.annotation.XmlElement;
import jakarta.xml.bind.annotation.XmlSchemaType;
import jakarta.xml.bind.annotation.XmlSeeAlso;
import jakarta.xml.bind.annotation.XmlType;


/**
Expand Down
2 changes: 1 addition & 1 deletion dependencies/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
<groovy-version>4.0.12</groovy-version>
<hapi-version>2.3</hapi-version>
<hapi-fhir-version>6.6.1</hapi-fhir-version>
<herasaf-version>2.0.4</herasaf-version>
<herasaf-version>3.0.2</herasaf-version>
<ipf-gazelle-version>3.0-SNAPSHOT</ipf-gazelle-version>
<ipf-oht-mdht-version>1.2.0.201212201425</ipf-oht-mdht-version>
<jaxb-version>4.0.2</jaxb-version>
Expand Down
4 changes: 2 additions & 2 deletions tutorials/xds/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -87,8 +87,8 @@
<scope>compile</scope>
</dependency>
<dependency>
<groupId>javax.security.auth.message</groupId>
<artifactId>javax.security.auth.message-api</artifactId>
<groupId>jakarta.security.auth.message</groupId>
<artifactId>jakarta.security.auth.message-api</artifactId>
<scope>compile</scope>
</dependency>

Expand Down

0 comments on commit 1f18371

Please sign in to comment.