Added a test for tracing the tracer

This commit is contained in:
Marcin Grzejszczak
2016-11-06 10:06:17 +01:00
parent e0a20b205f
commit 44cc2b5b01
3 changed files with 116 additions and 2 deletions

View File

@@ -59,6 +59,11 @@
<artifactId>spring-boot-starter-test</artifactId>
<scope>test</scope>
</dependency>
<dependency>
<groupId>org.aspectj</groupId>
<artifactId>aspectjweaver</artifactId>
<scope>test</scope>
</dependency>
</dependencies>
</project>