Merge pull request #2972 from denis-zhdanov/BAEL-1290-javac-plugin

BAEL-1290 Creating a Java Compiler Plugin
This commit is contained in:
Loredana Crusoveanu
2017-11-11 23:06:36 +02:00
committed by GitHub
10 changed files with 342 additions and 0 deletions
+7
View File
@@ -216,6 +216,13 @@
<artifactId>spring-web</artifactId>
<version>4.3.4.RELEASE</version>
</dependency>
<dependency>
<groupId>com.sun</groupId>
<artifactId>tools</artifactId>
<version>1.8.0</version>
<scope>system</scope>
<systemPath>${java.home}/../lib/tools.jar</systemPath>
</dependency>
</dependencies>
<build>