apache commons exec
Posted by skelter Mon, 27 Oct 2008 20:24:00 GMT
Not finding an available commons-exec module in the maven repos, but found one by criticalsection.org. Thanks guys!
<!-- dependency>
<groupId>org.apache.commons</groupId>
<artifactId>commons-exec</artifactId>
<version>1.0.0-SNAPSHOT</version>
</dependency -->
<dependency>
<groupId>org.criticalsection.commons-exec</groupId>
<artifactId>commons-exec</artifactId>
<version>1.0-cs-01</version>
</dependency> 