Details
-
Type:
Sub-task
-
Status:
Closed
-
Priority:
Blocker
-
Resolution: Fixed
-
Affects Version/s: None
-
Fix Version/s: None
-
Component/s: None
-
Labels:None
-
Environment:Windows Vista
Grails 1.1
Maven 2.1.0
Description
From: Peter Ledbrook
> <dependency>
> <groupId>org.grails</groupId>
> <artifactId>grails-webflow</artifactId>
> <version>1.1</version>
> </dependency>Looks like the WebFlow dependencies need fixing though
The
project's dependency tree shows both Spring 2.5.5 and 2.5.6 JARs,
which seem to be conflicting.
I need this dependency to do the MultiTentant plugin work in a mavenized grails project, the problem is described in GRAILS-4524.
Issue Links
| This issue is duplicated by: | ||||
| MAVEN-91 | web flows don't seem to work |
|
|
|
I've added the grails-webflow dependency to my project today but just after it the project stops running, when I remove the dependency everything gets back to normal.