On Mon, Aug 12, 2013 at 12:02 PM, Richard Eckart de Castilho <[email protected]> wrote: > Hi, > > only the legacy module of uimaFIT 2.x should have a dependency on uimaFIT 1.x. > The artifact "uimafit-core" doesn't show uimafit 1.x in its dependency > hierarchy. Can you check your dependency hierarchy to check where > 1.x is drawn in? > > -- Richard
I'm sorry. I wrote on miy pom the wrong dep to uimaFit: <dependency> <groupId>org.apache.uima</groupId> <artifactId>uimafit</artifactId> <version>2.0.0-SNAPSHOT</version> </dependency> I rewrote to: <dependency> <groupId>org.apache.uima</groupId> <artifactId>uimafit-core</artifactId> <version>2.0.0-SNAPSHOT</version> </dependency> Now all seems to work fine. Thanks a lot for your hint. FRANK -- Roberto Franchini The impossible is inevitable. http://www.celi.it http://www.blogmeter.it http://github.com/celi-uim http://github.com/robfrank Tel +39.011.562.71.15 jabber:[email protected] skype:ro.franchini tw:@robfrankie
