Skip to content

Commit 743d9a9

Browse files
committed
Remove tool.jar dependency
It was only needed for the CheckSezpozTest, now retired. Signed-off-by: Johannes Schindelin <johannes.schindelin@gmx.de>
1 parent 3e06fd4 commit 743d9a9

File tree

1 file changed

+0
-18
lines changed

1 file changed

+0
-18
lines changed

pom.xml

Lines changed: 0 additions & 18 deletions
Original file line numberDiff line numberDiff line change
@@ -146,24 +146,6 @@ Institute of Molecular Cell Biology and Genetics.</organizationName>
146146
<!-- NB: Enable dependency on tools.jar. See:
147147
http://maven.apache.org/general.html#tools-jar-dependency -->
148148
<profiles>
149-
<profile>
150-
<id>tools-jar</id> <!-- required for CheckSezpozTest -->
151-
<activation>
152-
<file>
153-
<!-- NB: Custom properties do not work here, so we hardcode. -->
154-
<exists>${java.home}/../lib/tools.jar</exists>
155-
</file>
156-
</activation>
157-
<dependencies>
158-
<dependency>
159-
<groupId>com.sun</groupId>
160-
<artifactId>tools</artifactId>
161-
<version>1.4.2</version>
162-
<scope>system</scope>
163-
<systemPath>${java.home}/../lib/tools.jar</systemPath>
164-
</dependency>
165-
</dependencies>
166-
</profile>
167149
<profile>
168150
<id>only-eclipse</id>
169151
<activation>

0 commit comments

Comments
 (0)