Closed GoogleCodeExporter closed 9 years ago
If it is a maven Project you can fix it by adding a dependency for commons-lang:
<dependencies>
...
<dependency>
<groupId>commons-lang</groupId>
<artifactId>commons-lang</artifactId>
<version>2.6</version>
</dependency>
</dependencies>
Original comment by osah...@gmail.com
on 22 May 2013 at 7:30
Its not a maven project
Original comment by amey.meh...@gmail.com
on 29 May 2013 at 3:54
This looks more like a project specific problem. Please correct your
dependencies.
Good way for dothat is maven. :-)
Original comment by johgep
on 1 Jun 2013 at 8:52
Original issue reported on code.google.com by
amey.meh...@gmail.com
on 8 May 2013 at 3:50Attachments: