Upgraded to Rome 1.0
This commit is contained in:
parent
ea9d8925a2
commit
de18d64b5c
|
|
@ -30,7 +30,7 @@
|
|||
</publications>
|
||||
|
||||
<dependencies>
|
||||
<dependency org="com.sun.syndication" name="com.springsource.com.sun.syndication" rev="0.9.0"
|
||||
<dependency org="com.sun.syndication" name="com.springsource.com.sun.syndication" rev="1.0.0"
|
||||
conf="optional, feed->compile"/>
|
||||
<dependency org="com.lowagie.text" name="com.springsource.com.lowagie.text" rev="2.0.8"
|
||||
conf="optional, itext->compile"/>
|
||||
|
|
|
|||
|
|
@ -16,7 +16,7 @@
|
|||
<dependency>
|
||||
<groupId>rome</groupId>
|
||||
<artifactId>rome</artifactId>
|
||||
<version>0.9</version>
|
||||
<version>1.0</version>
|
||||
<optional>true</optional>
|
||||
</dependency>
|
||||
<dependency>
|
||||
|
|
|
|||
|
|
@ -7,7 +7,7 @@ Import-Package:
|
|||
org.apache.tiles.definition;version="[2.0.5.osgi, 3.0.0)";resolution:=optional,
|
||||
org.apache.tiles.jsp.context;version="[2.0.5, 3.0.0)";resolution:=optional
|
||||
Import-Template:
|
||||
com.sun.syndication.*;version="[0.9.0, 0.9.1)";resolution:=optional,
|
||||
com.sun.syndication.*;version="[1.0.0, 2.0.0)";resolution:=optional,
|
||||
com.lowagie.text.*;version="[2.0.0, 3.0.0)";resolution:=optional,
|
||||
freemarker.*;version="[2.3.0, 3.0.0)";resolution:=optional,
|
||||
javax.el.*;version="[1.0.0, 2.0.0)";resolution:=optional,
|
||||
|
|
|
|||
|
|
@ -183,17 +183,6 @@
|
|||
</SOURCES>
|
||||
</library>
|
||||
</orderEntry>
|
||||
<orderEntry type="module-library">
|
||||
<library>
|
||||
<CLASSES>
|
||||
<root url="jar://$IVY_CACHE$/com.sun.syndication/com.springsource.com.sun.syndication/0.9.0/com.springsource.com.sun.syndication-0.9.0.jar!/" />
|
||||
</CLASSES>
|
||||
<JAVADOC />
|
||||
<SOURCES>
|
||||
<root url="jar://$IVY_CACHE$/com.sun.syndication/com.springsource.com.sun.syndication/0.9.0/com.springsource.com.sun.syndication-sources-0.9.0.jar!/" />
|
||||
</SOURCES>
|
||||
</library>
|
||||
</orderEntry>
|
||||
<orderEntry type="module-library">
|
||||
<library>
|
||||
<CLASSES>
|
||||
|
|
@ -302,6 +291,17 @@
|
|||
</SOURCES>
|
||||
</library>
|
||||
</orderEntry>
|
||||
<orderEntry type="module-library">
|
||||
<library>
|
||||
<CLASSES>
|
||||
<root url="jar://$IVY_CACHE$/com.sun.syndication/com.springsource.com.sun.syndication/1.0.0/com.springsource.com.sun.syndication-1.0.0.jar!/" />
|
||||
</CLASSES>
|
||||
<JAVADOC />
|
||||
<SOURCES>
|
||||
<root url="jar://$IVY_CACHE$/com.sun.syndication/com.springsource.com.sun.syndication/1.0.0/com.springsource.com.sun.syndication-sources-1.0.0.jar!/" />
|
||||
</SOURCES>
|
||||
</library>
|
||||
</orderEntry>
|
||||
</component>
|
||||
<component name="copyright">
|
||||
<Base>
|
||||
|
|
|
|||
Loading…
Reference in New Issue