We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e1311fb commit 23f7d10Copy full SHA for 23f7d10
pom.xml
@@ -72,6 +72,22 @@
72
<connection>scm:hg:http://hg.mozilla.org/projects/htmlparser/</connection>
73
<url>http://hg.mozilla.org/projects/htmlparser/</url>
74
</scm>
75
+ <profiles>
76
+ <profile>
77
+ <activation>
78
+ <jdk>1.8</jdk>
79
+ </activation>
80
+ <dependencies>
81
+ <dependency>
82
+ <groupId>com.sun</groupId>
83
+ <artifactId>tools</artifactId>
84
+ <version>1.5.0</version>
85
+ <scope>system</scope>
86
+ <systemPath>${java.home}/../lib/tools.jar</systemPath>
87
+ </dependency>
88
+ </dependencies>
89
+ </profile>
90
+ </profiles>
91
<build>
92
<sourceDirectory>${project.build.directory}/src</sourceDirectory>
93
<testSourceDirectory>${basedir}/test-src</testSourceDirectory>
0 commit comments