Author: reto
Date: Mon Sep 17 20:57:21 2012
New Revision: 1386831
URL: http://svn.apache.org/viewvc?rev=1386831&view=rev
Log:
STANBOL-745: updated freemarker version
Modified:
incubator/stanbol/trunk/commons/web/base/pom.xml
incubator/stanbol/trunk/contrib/reengineer/web/pom.xml
incubator/stanbol/trunk/parent/pom.xml
Modified: incubator/stanbol/trunk/commons/web/base/pom.xml
URL:
http://svn.apache.org/viewvc/incubator/stanbol/trunk/commons/web/base/pom.xml?rev=1386831&r1=1386830&r2=1386831&view=diff
==============================================================================
--- incubator/stanbol/trunk/commons/web/base/pom.xml (original)
+++ incubator/stanbol/trunk/commons/web/base/pom.xml Mon Sep 17 20:57:21 2012
@@ -65,7 +65,7 @@
<configuration>
<instructions>
<Export-Package>
-
org.apache.stanbol.commons.web.*,freemarker.cache.*,freemarker.template.*
+
org.apache.stanbol.commons.web.*,freemarker.cache.*,freemarker.template.*,freemarker.core
</Export-Package>
<Embed-Dependency>*;scope=compile|runtime;inline=false;artifactId=jersey-json|jettison|jackson-core-asl
</Embed-Dependency>
@@ -83,6 +83,10 @@
!org.python.*,
!org.dom4j.*,
!org.apache.log.*,
+ !com.sun.org.apache.*,
+ !javax.el,
+ !org.slf4j.spi,
+ !org.zeroturnaround.javarebel,
*
</Import-Package>
</instructions>
Modified: incubator/stanbol/trunk/contrib/reengineer/web/pom.xml
URL:
http://svn.apache.org/viewvc/incubator/stanbol/trunk/contrib/reengineer/web/pom.xml?rev=1386831&r1=1386830&r2=1386831&view=diff
==============================================================================
--- incubator/stanbol/trunk/contrib/reengineer/web/pom.xml (original)
+++ incubator/stanbol/trunk/contrib/reengineer/web/pom.xml Mon Sep 17 20:57:21
2012
@@ -135,7 +135,6 @@
<dependency>
<groupId>freemarker</groupId>
<artifactId>freemarker</artifactId>
- <version>2.3.9</version>
</dependency>
<!-- indirect dependency for freemarker -->
<dependency>
Modified: incubator/stanbol/trunk/parent/pom.xml
URL:
http://svn.apache.org/viewvc/incubator/stanbol/trunk/parent/pom.xml?rev=1386831&r1=1386830&r2=1386831&view=diff
==============================================================================
--- incubator/stanbol/trunk/parent/pom.xml (original)
+++ incubator/stanbol/trunk/parent/pom.xml Mon Sep 17 20:57:21 2012
@@ -824,7 +824,7 @@
<dependency>
<groupId>org.freemarker</groupId>
<artifactId>freemarker</artifactId>
- <version>2.3.9</version>
+ <version>2.3.19</version>
</dependency>
<!-- Jettison -->