Skip to content

Instantly share code, notes, and snippets.

@michaelklishin
Created April 26, 2012 11:01
Show Gist options
  • Star 2 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save michaelklishin/ada3f0d60e3f175a7362 to your computer and use it in GitHub Desktop.
Save michaelklishin/ada3f0d60e3f175a7362 to your computer and use it in GitHub Desktop.
<repository>
<id>boilerpipe-m2-repo</id>
<url>https://boilerpipe.googlecode.com/svn/repo/</url>
</repository>
<dependency>
<groupId>de.l3s.boilerpipe</groupId>
<artifactId>boilerpipe</artifactId>
<version>1.2.0</version>
</dependency>
<dependency>
<groupId>net.sourceforge.nekohtml</groupId>
<artifactId>nekohtml</artifactId>
<version>1.9.15</version>
</dependency>
<dependency>
<groupId>xerces</groupId>
<artifactId>xercesImpl</artifactId>
<version>2.9.1</version>
</dependency>
;; All this jazz is necessary because Boilerpipe developer likes optional dependencies
;; but never documents them.
[net.sourceforge.nekohtml/nekohtml "1.9.15"]
[xerces/xercesImpl "2.9.1"]
[de.l3s.boilerpipe/boilerpipe "1.2.0"]
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment