|
From: Johannes S. (JIRA) <no...@sp...> - 2009-01-14 20:43:25
|
Jide-Integration: Deps/Versions
-------------------------------
Key: RCP-595
URL: http://jira.springframework.org/browse/RCP-595
Project: Spring Rich Client Project
Issue Type: Bug
Affects Versions: 1.1.0
Reporter: Johannes Schneider
Assignee: Lieven Doclo
I had to update the jide/pom.xml:
<properties>
- <jide.version>2.4.5</jide.version>
+ <jide.version>[2.2.0, 3.0.0)</jide.version>
</properties>
+ <dependencies>
+ <dependency>
+ <groupId>com.jidesoft</groupId>
+ <artifactId>jide-common</artifactId>
+ </dependency>
+ </dependencies>
--
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: http://jira.springframework.org/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira
|