~mortenoh/+junk/dhis2-detailed-import-export

« back to all changes in this revision

Viewing changes to local/vn/dhis-web-hue-reporttool/pom.xml

  • Committer: larshelge at gmail
  • Date: 2009-03-03 16:46:36 UTC
  • Revision ID: larshelge@gmail.com-20090303164636-2sjlrquo7ib1gf7r
Initial check-in

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
<project xmlns="http://maven.apache.org/POM/4.0.0"
 
2
  xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
 
3
  xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
 
4
  <modelVersion>4.0.0</modelVersion>
 
5
  
 
6
  <parent>
 
7
    <groupId>org.hisp.dhis</groupId>
 
8
    <artifactId>dhis-web</artifactId>
 
9
    <version>2.0-M8-SNAPSHOT</version>
 
10
  </parent>
 
11
  
 
12
  <artifactId>dhis-web-hue-reporttool</artifactId>
 
13
  <packaging>war</packaging>
 
14
  <name>DHIS Hue Report Tool</name>
 
15
  
 
16
  <build>
 
17
    <finalName>dhis-web-hue-reporttool</finalName>
 
18
  </build>
 
19
  
 
20
  <dependencies>
 
21
    
 
22
    <!-- DHIS -->
 
23
    
 
24
    <dependency>
 
25
      <groupId>org.hisp.dhis</groupId>
 
26
      <artifactId>dhis-api</artifactId>
 
27
    </dependency>
 
28
    <dependency>
 
29
      <groupId>org.hisp.dhis</groupId>
 
30
      <artifactId>dhis-service-core</artifactId>
 
31
    </dependency>
 
32
    <dependency>
 
33
      <groupId>org.hisp.dhis</groupId>
 
34
      <artifactId>dhis-service-organisationunit</artifactId>
 
35
    </dependency>
 
36
    <dependency>
 
37
      <groupId>org.hisp.dhis</groupId>
 
38
      <artifactId>dhis-service-indicatorstore-hibernate</artifactId>
 
39
    </dependency>
 
40
    <dependency>
 
41
      <groupId>org.hisp.dhis</groupId>
 
42
      <artifactId>dhis-service-aggregationengine-default</artifactId>
 
43
    </dependency>
 
44
    <dependency>
 
45
      <groupId>org.hisp.dhis</groupId>
 
46
      <artifactId>dhis-support-test</artifactId>
 
47
    </dependency>
 
48
    <dependency>
 
49
      <groupId>org.hisp.dhis</groupId>
 
50
      <artifactId>dhis-support-hibernate</artifactId>
 
51
    </dependency>
 
52
    <dependency>
 
53
      <groupId>org.hisp.dhis</groupId>
 
54
      <artifactId>dhis-web-commons</artifactId>
 
55
    </dependency>
 
56
    <dependency>
 
57
      <groupId>org.hisp.dhis</groupId>
 
58
      <artifactId>dhis-web-commons-resources</artifactId>
 
59
      <type>war</type>
 
60
    </dependency>
 
61
    
 
62
    <!-- Web -->
 
63
    
 
64
    <dependency>
 
65
      <groupId>opensymphony</groupId>
 
66
      <artifactId>webwork</artifactId>
 
67
    </dependency>
 
68
    
 
69
    <!-- JasperReports -->
 
70
    
 
71
    <dependency>
 
72
      <groupId>jasperreports</groupId>
 
73
      <artifactId>jasperreports</artifactId>
 
74
      <version>1.3.0</version>
 
75
    </dependency>
 
76
    <dependency>
 
77
      <groupId>poi</groupId>
 
78
      <artifactId>poi</artifactId>
 
79
      <version>2.5.1-final-20040804</version>
 
80
    </dependency>
 
81
    
 
82
    <!-- Other -->
 
83
    
 
84
    <dependency>
 
85
      <groupId>org.springframework</groupId>
 
86
      <artifactId>spring</artifactId>
 
87
    </dependency>
 
88
    <dependency>
 
89
      <groupId>commons-logging</groupId>
 
90
      <artifactId>commons-logging</artifactId>
 
91
    </dependency>
 
92
    <dependency>
 
93
      <groupId>com.thoughtworks.xstream</groupId>
 
94
      <artifactId>xstream</artifactId>
 
95
    </dependency>
 
96
    <dependency>
 
97
      <groupId>xpp3</groupId>
 
98
      <artifactId>xpp3</artifactId>
 
99
    </dependency>
 
100
    <dependency>
 
101
      <groupId>hsqldb</groupId>
 
102
      <artifactId>hsqldb</artifactId>
 
103
    </dependency>
 
104
    <dependency>
 
105
      <groupId>junit</groupId>
 
106
      <artifactId>junit</artifactId>
 
107
    </dependency>
 
108
  </dependencies>
 
109
</project>