rehamaltamimi / gwtwiki

Automatically exported from code.google.com/p/gwtwiki
0 stars 0 forks source link

commons-validator dependency #54

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
What about to remove commons-validator dependency and add custom URL/Email 
Validator?

Original issue reported on code.google.com by lexius.j...@gmail.com on 31 Oct 2010 at 9:33

GoogleCodeExporter commented 8 years ago
[deleted comment]
GoogleCodeExporter commented 8 years ago

Original comment by axelclk@gmail.com on 1 Nov 2010 at 6:42

GoogleCodeExporter commented 8 years ago
Thanks for the hints how to remove the dependencies.

I now removed Maven dependencies for packages commons-validator 1.3.1 and oro 
2.0.8,
by copying the needed validator classes from commons-validator package:
  org.apache.commons.validator.routines
to the new package:
  info.bliki.commons.validator.routines

See SVN: http://code.google.com/p/gwtwiki/source/detail?r=2494

Original comment by axelclk@gmail.com on 1 Nov 2010 at 6:43

GoogleCodeExporter commented 8 years ago

Original comment by axelclk@gmail.com on 1 Nov 2010 at 6:44

GoogleCodeExporter commented 8 years ago

Original comment by axelclk@gmail.com on 1 Nov 2010 at 6:44

GoogleCodeExporter commented 8 years ago

Original comment by axelclk@gmail.com on 1 Nov 2010 at 6:47