Skip to content

Commit

Permalink
Merge branch 'main' of github.com:SURFnet/student-mobility-home-insti…
Browse files Browse the repository at this point in the history
…tution-mock
  • Loading branch information
phavekes committed May 14, 2024
2 parents 5888086 + 15b28a1 commit 53cd883
Show file tree
Hide file tree
Showing 3 changed files with 13 additions and 3 deletions.
5 changes: 5 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,11 @@ Mock implementation of the OOAPI for educational institutions.
- Java 8
- Maven 3

Set the JAVA_HOME property for maven (example for macOS):
```
export JAVA_HOME=/Library/Java/JavaVirtualMachines/adoptopenjdk-8.jdk/Contents/Home/
```

## [Building and running](#building-and-running)

### [The student-mobility-home-institution-mock-server](#student-mobility-home-institution-mock-server)
Expand Down
9 changes: 7 additions & 2 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -55,8 +55,13 @@
</dependency>
<dependency>
<groupId>org.bouncycastle</groupId>
<artifactId>bcpkix-jdk15on</artifactId>
<version>1.66</version>
<artifactId>bcprov-jdk18on</artifactId>
<version>1.78.1</version>
</dependency>
<dependency>
<groupId>org.bouncycastle</groupId>
<artifactId>bcpkix-jdk18on</artifactId>
<version>1.78.1</version>
</dependency>
<dependency>
<groupId>com.github.spullara.mustache.java</groupId>
Expand Down
2 changes: 1 addition & 1 deletion src/main/resources/application.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ logging:
level:
root: warn
home: debug
org.springframework: info
org.springframework: trace

delay:
enabled: true
Expand Down

0 comments on commit 53cd883

Please sign in to comment.