...
| Code Block |
|---|
<dependency> <groupId>org.codehaus.btm</groupId> <artifactId>btm</artifactId> <version>2.1.0<2</version> </dependency> |
You also need to choose which logging framework BTM should send its logs to. This is done by adding another dependency in your POM. For instance, if you want to use JDK 1.4 logging, you should include this:
...
| Code Block |
|---|
<dependency> <groupId>org.codehaus.btm</groupId> <artifactId>btm</artifactId> <version>2.1.23-SNAPSHOT</version> </dependency> |
...