Skip to content

Commit

Permalink
增加birt报表依赖
Browse files Browse the repository at this point in the history
  • Loading branch information
ysc committed Jul 12, 2013
1 parent 224ea04 commit 129386c
Showing 1 changed file with 13 additions and 0 deletions.
13 changes: 13 additions & 0 deletions APDPlat_Core/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -89,6 +89,7 @@
<sigar.version>1.6.4</sigar.version>
<cxf.version>2.7.3</cxf.version>
<wro4j.version>1.7.0</wro4j.version>
<birt.version>4.2.2</birt.version>

<p6spy.version>1.3</p6spy.version>

Expand Down Expand Up @@ -758,6 +759,18 @@
</exclusions>
</dependency>
<!-- webservice end -->
<!-- birt报表 -->
<dependency>
<groupId>org.eclipse.birt.runtime</groupId>
<artifactId>org.eclipse.birt.runtime</artifactId>
<version>${birt.version}</version>
<exclusions>
<exclusion>
<groupId>commons-logging</groupId>
<artifactId>commons-logging</artifactId>
</exclusion>
</exclusions>
</dependency>

<dependency>
<groupId>ro.isdc.wro4j</groupId>
Expand Down

0 comments on commit 129386c

Please sign in to comment.