diff options
| author | Paul-Christian Volkmer | 2023-04-09 13:19:38 +0200 |
|---|---|---|
| committer | Paul-Christian Volkmer | 2023-04-09 13:19:38 +0200 |
| commit | 07ff2aa316f243e4f997635dbf02a506671eb856 (patch) | |
| tree | b4ad4d6fa935485739b5dca4d7ed85dd8a39d195 /pom.xml | |
| parent | e0dba6f4ee1550c55e2765adeabf334200984543 (diff) | |
Issue #24: Füge Unit Tests für SecurityAspect hinzu
Diese Tests verwenden ein manuell erstelltes Proxy, wie es in OS automatisch
verwendet wird, und prüfen dann entsprechende Methodenaufrufe.
Diffstat (limited to 'pom.xml')
| -rw-r--r-- | pom.xml | 6 |
1 files changed, 6 insertions, 0 deletions
@@ -138,6 +138,12 @@ <scope>test</scope> </dependency> <dependency> + <groupId>org.aspectj</groupId> + <artifactId>aspectjweaver</artifactId> + <version>1.7.1</version> + <scope>test</scope> + </dependency> + <dependency> <groupId>ca.uhn.hapi</groupId> <artifactId>hapi-base</artifactId> <version>2.2</version> |
