How to include analysis-icu plugin in Maven?

I have been using the ICU plugin in ES 1.4 like this:

<dependency>
	<groupId>org.elasticsearch</groupId>
	<artifactId>elasticsearch-analysis-icu</artifactId>
	<version>2.4.1</version>
</dependency>

But now since this plugin has been included in the ES repository, how should I use that in maven?

I am upgrading to ES 2.1.1.

Have a look at http://search.maven.org/#search|ga|1|Analysis-icu