Cedric, what would be the equivalent of the follow...
# kobalt
b
Cedric, what would be the equivalent of the following maven dependency in kobalt:
Copy code
<dependency>
  <groupId>com.sun</groupId>
  <artifactId>tools</artifactId>
  <version>1.6.0</version>
  <scope>system</scope>
  <systemPath>${java.home}/../lib/tools.jar</systemPath>
</dependency>