diff options
| author | Paul-Christian Volkmer | 2023-04-06 14:42:35 +0200 |
|---|---|---|
| committer | Paul-Christian Volkmer | 2023-04-06 14:42:35 +0200 |
| commit | e0dba6f4ee1550c55e2765adeabf334200984543 (patch) | |
| tree | 2a5829fa2e3ac989f156926ec555ded2e44fd960 /pom.xml | |
| parent | dfbcf3186e6974ef71dfa77b2148f9a8bfe2ce42 (diff) | |
Issue #24: Füge Annotationen und Spring-AOP Aspect zum Absichern von Methodenaufrufen hinzu
Diffstat (limited to 'pom.xml')
| -rw-r--r-- | pom.xml | 6 |
1 files changed, 6 insertions, 0 deletions
@@ -102,6 +102,12 @@ <!-- Test dependencies --> <!-- Wird nur für Unit-tests benoetigt --> <dependency> + <groupId>org.springframework</groupId> + <artifactId>spring-test</artifactId> + <version>${spring-version}</version> + <scope>test</scope> + </dependency> + <dependency> <groupId>org.junit.jupiter</groupId> <artifactId>junit-jupiter-engine</artifactId> <version>5.9.2</version> |
