freme-project / basic-services

Apache License 2.0
0 stars 1 forks source link

Removed dependency on e-capitalization #118

Closed jnehring closed 7 years ago

jnehring commented 7 years ago

The unit test of urlsupport-filter used the e-capitalization filter from freme-examples. This created a circular dependency between freme-examples and basic-services. I removed the dependency on e-capitalization and commented out the unit test in urlsupport-filter in this commit.

This issue is a reminder to re-activate the unit test after basic services and freme examples have been released.

jnehring commented 7 years ago

e-capitalization and basic services are is now released on maven central so you can work on this issue.

bgrusdt commented 7 years ago

This is done.