Skip to content

Commit

Permalink
Merge branch 'master' of https://github.com/heutelbeck/sapl-demos
Browse files Browse the repository at this point in the history
  • Loading branch information
heutelbeck committed Dec 2, 2024
2 parents fb90b42 + c17dee4 commit 69c8424
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion sapl-demo-extension/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -85,7 +85,7 @@
your PDP. -->
<groupId>org.springframework</groupId>
<artifactId>spring-context</artifactId>
<version>6.1.3</version>
<version>6.1.14</version>
<scope>provided</scope>
</dependency>
<!-- Add further dependencies required to implement your PIP or functions -->
Expand Down
2 changes: 1 addition & 1 deletion sapl-demo-mvc-app/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ If the developer does not provide any parameters in the annotations, the PEP wil

You can customize the subscription by adding `subject`, `action`, or `resource` to the annotation, which uses Spring Expression Language.

Some examples can be found in the [`PatientRepository`](https://github.com/heutelbeck/sapl-demos/blob/master/sapl-demo-authorizationaspects/src/main/java/io/sapl/sapldemoauthorizationaspects/UIController) of this demo:
Some examples can be found in the [`PatientRepository`](https://github.com/heutelbeck/sapl-demos/blob/master/sapl-demo-mvc-app/src/main/java/io/sapl/mvc/demo/domain/PatientRepository.java) of this demo:

```java
public interface PatientRepository {
Expand Down

0 comments on commit 69c8424

Please sign in to comment.