|
|
@ -12,6 +12,22 @@ |
|
|
|
<version>3.0.0.BUILD-SNAPSHOT</version> |
|
|
|
<version>3.0.0.BUILD-SNAPSHOT</version> |
|
|
|
</parent> |
|
|
|
</parent> |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
<profiles> |
|
|
|
|
|
|
|
<profile> |
|
|
|
|
|
|
|
<id>tiger</id> |
|
|
|
|
|
|
|
<activation> |
|
|
|
|
|
|
|
<jdk>1.5</jdk> |
|
|
|
|
|
|
|
</activation> |
|
|
|
|
|
|
|
<dependencies> |
|
|
|
|
|
|
|
<dependency> |
|
|
|
|
|
|
|
<groupId>stax</groupId> |
|
|
|
|
|
|
|
<artifactId>stax</artifactId> |
|
|
|
|
|
|
|
<version>1.2.0</version> |
|
|
|
|
|
|
|
</dependency> |
|
|
|
|
|
|
|
</dependencies> |
|
|
|
|
|
|
|
</profile> |
|
|
|
|
|
|
|
</profiles> |
|
|
|
|
|
|
|
|
|
|
|
<dependencies> |
|
|
|
<dependencies> |
|
|
|
<dependency> |
|
|
|
<dependency> |
|
|
|
<groupId>rome</groupId> |
|
|
|
<groupId>rome</groupId> |
|
|
@ -71,6 +87,12 @@ |
|
|
|
<artifactId>jasperreports</artifactId> |
|
|
|
<artifactId>jasperreports</artifactId> |
|
|
|
<version>2.0.5</version> |
|
|
|
<version>2.0.5</version> |
|
|
|
<optional>true</optional> |
|
|
|
<optional>true</optional> |
|
|
|
|
|
|
|
<exclusions> |
|
|
|
|
|
|
|
<exclusion> |
|
|
|
|
|
|
|
<groupId>xml-apis</groupId> |
|
|
|
|
|
|
|
<artifactId>xml-apis</artifactId> |
|
|
|
|
|
|
|
</exclusion> |
|
|
|
|
|
|
|
</exclusions> |
|
|
|
</dependency> |
|
|
|
</dependency> |
|
|
|
<dependency> |
|
|
|
<dependency> |
|
|
|
<groupId>commons-logging</groupId> |
|
|
|
<groupId>commons-logging</groupId> |
|
|
@ -87,21 +109,27 @@ |
|
|
|
<dependency> |
|
|
|
<dependency> |
|
|
|
<groupId>org.apache.tiles</groupId> |
|
|
|
<groupId>org.apache.tiles</groupId> |
|
|
|
<artifactId>tiles-api</artifactId> |
|
|
|
<artifactId>tiles-api</artifactId> |
|
|
|
<version>2.0.5</version> |
|
|
|
<version>2.1.2</version> |
|
|
|
<optional>true</optional> |
|
|
|
<optional>true</optional> |
|
|
|
</dependency> |
|
|
|
</dependency> |
|
|
|
<dependency> |
|
|
|
<dependency> |
|
|
|
<groupId>org.apache.tiles</groupId> |
|
|
|
<groupId>org.apache.tiles</groupId> |
|
|
|
<artifactId>tiles-core</artifactId> |
|
|
|
<artifactId>tiles-core</artifactId> |
|
|
|
<version>2.0.5</version> |
|
|
|
<version>2.1.2</version> |
|
|
|
<optional>true</optional> |
|
|
|
<optional>true</optional> |
|
|
|
</dependency> |
|
|
|
</dependency> |
|
|
|
<dependency> |
|
|
|
<dependency> |
|
|
|
<groupId>org.apache.tiles</groupId> |
|
|
|
<groupId>org.apache.tiles</groupId> |
|
|
|
<artifactId>tiles-jsp</artifactId> |
|
|
|
<artifactId>tiles-jsp</artifactId> |
|
|
|
<version>2.0.5</version> |
|
|
|
<version>2.1.2</version> |
|
|
|
<optional>true</optional> |
|
|
|
<optional>true</optional> |
|
|
|
</dependency> |
|
|
|
</dependency> |
|
|
|
|
|
|
|
<dependency> |
|
|
|
|
|
|
|
<groupId>rhino</groupId> |
|
|
|
|
|
|
|
<artifactId>js</artifactId> |
|
|
|
|
|
|
|
<version>1.7R1</version> |
|
|
|
|
|
|
|
<scope>test</scope> |
|
|
|
|
|
|
|
</dependency> |
|
|
|
<dependency> |
|
|
|
<dependency> |
|
|
|
<groupId>velocity</groupId> |
|
|
|
<groupId>velocity</groupId> |
|
|
|
<artifactId>velocity</artifactId> |
|
|
|
<artifactId>velocity</artifactId> |
|
|
@ -165,7 +193,7 @@ |
|
|
|
<dependency> |
|
|
|
<dependency> |
|
|
|
<groupId>junit</groupId> |
|
|
|
<groupId>junit</groupId> |
|
|
|
<artifactId>junit</artifactId> |
|
|
|
<artifactId>junit</artifactId> |
|
|
|
<version>4.5</version> |
|
|
|
<version>4.6</version> |
|
|
|
<scope>test</scope> |
|
|
|
<scope>test</scope> |
|
|
|
</dependency> |
|
|
|
</dependency> |
|
|
|
<dependency> |
|
|
|
<dependency> |
|
|
@ -191,12 +219,32 @@ |
|
|
|
<artifactId>dom4j</artifactId> |
|
|
|
<artifactId>dom4j</artifactId> |
|
|
|
<version>1.6.1</version> |
|
|
|
<version>1.6.1</version> |
|
|
|
<scope>test</scope> |
|
|
|
<scope>test</scope> |
|
|
|
|
|
|
|
<exclusions> |
|
|
|
|
|
|
|
<exclusion> |
|
|
|
|
|
|
|
<groupId>xml-apis</groupId> |
|
|
|
|
|
|
|
<artifactId>xml-apis</artifactId> |
|
|
|
|
|
|
|
</exclusion> |
|
|
|
|
|
|
|
</exclusions> |
|
|
|
</dependency> |
|
|
|
</dependency> |
|
|
|
<dependency> |
|
|
|
<dependency> |
|
|
|
<groupId>jaxen</groupId> |
|
|
|
<groupId>jaxen</groupId> |
|
|
|
<artifactId>jaxen</artifactId> |
|
|
|
<artifactId>jaxen</artifactId> |
|
|
|
<version>1.1.1</version> |
|
|
|
<version>1.1.1</version> |
|
|
|
<scope>test</scope> |
|
|
|
<scope>test</scope> |
|
|
|
|
|
|
|
<exclusions> |
|
|
|
|
|
|
|
<exclusion> |
|
|
|
|
|
|
|
<groupId>xml-apis</groupId> |
|
|
|
|
|
|
|
<artifactId>xml-apis</artifactId> |
|
|
|
|
|
|
|
</exclusion> |
|
|
|
|
|
|
|
<exclusion> |
|
|
|
|
|
|
|
<groupId>xom</groupId> |
|
|
|
|
|
|
|
<artifactId>xom</artifactId> |
|
|
|
|
|
|
|
</exclusion> |
|
|
|
|
|
|
|
<exclusion> |
|
|
|
|
|
|
|
<groupId>xerces</groupId> |
|
|
|
|
|
|
|
<artifactId>xercesImpl</artifactId> |
|
|
|
|
|
|
|
</exclusion> |
|
|
|
|
|
|
|
</exclusions> |
|
|
|
</dependency> |
|
|
|
</dependency> |
|
|
|
<dependency> |
|
|
|
<dependency> |
|
|
|
<groupId>cglib</groupId> |
|
|
|
<groupId>cglib</groupId> |
|
|
@ -218,5 +266,18 @@ |
|
|
|
<scope>provided</scope> |
|
|
|
<scope>provided</scope> |
|
|
|
<optional>true</optional> |
|
|
|
<optional>true</optional> |
|
|
|
</dependency> |
|
|
|
</dependency> |
|
|
|
|
|
|
|
<dependency> |
|
|
|
|
|
|
|
<groupId>jfree</groupId> |
|
|
|
|
|
|
|
<artifactId>jfreechart</artifactId> |
|
|
|
|
|
|
|
<version>1.0.7</version> |
|
|
|
|
|
|
|
<scope>runtime</scope> |
|
|
|
|
|
|
|
<optional>true</optional> |
|
|
|
|
|
|
|
</dependency> |
|
|
|
|
|
|
|
<dependency> |
|
|
|
|
|
|
|
<groupId>org.codehaus.jackson</groupId> |
|
|
|
|
|
|
|
<artifactId>jackson-mapper-asl</artifactId> |
|
|
|
|
|
|
|
<version>1.0.1</version> |
|
|
|
|
|
|
|
<optional>true</optional> |
|
|
|
|
|
|
|
</dependency> |
|
|
|
</dependencies> |
|
|
|
</dependencies> |
|
|
|
</project> |
|
|
|
</project> |
|
|
|