Skip to content

Commit 0214836

Browse files
committed
Merge pull request elastic#117 from rmuir/exclude-jhighlight
Exclude jhighlight dependency, which contains LGPL-only files
2 parents e08ebe9 + 977a724 commit 0214836

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

pom.xml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -64,6 +64,11 @@
6464
<groupId>edu.ucar</groupId>
6565
<artifactId>netcdf</artifactId>
6666
</exclusion>
67+
<!-- Not Apache2 License compatible -->
68+
<exclusion>
69+
<groupId>com.uwyn</groupId>
70+
<artifactId>jhighlight</artifactId>
71+
</exclusion>
6772
</exclusions>
6873
</dependency>
6974

0 commit comments

Comments
 (0)