in their pom.xml they have this ``` <depen...
# kobalt
g
in their pom.xml they have this
Copy code
<dependency>
      <groupId>com.sun</groupId>
      <artifactId>tools</artifactId>
      <version>${java.version}</version>
      <scope>system</scope>
      <systemPath>${toolsjar}</systemPath>
</dependency>