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

« back to all changes in this revision

Viewing changes to dhis-2/dhis-web/dhis-web-reporting/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.1-SNAPSHOT</version>
 
10
  </parent>
 
11
  
 
12
  <artifactId>dhis-web-reporting</artifactId>
 
13
  <packaging>war</packaging>
 
14
  <name>DHIS Web Reporting</name>
 
15
  
 
16
  <build>
 
17
    <finalName>dhis-web-reporting</finalName>
 
18
  </build>
 
19
  
 
20
  <dependencies>
 
21
    
 
22
    <!-- DHIS -->
 
23
    
 
24
    <dependency>
 
25
      <groupId>org.hisp.dhis</groupId>
 
26
      <artifactId>dhis-web-commons</artifactId>
 
27
    </dependency>
 
28
    <dependency>
 
29
      <groupId>org.hisp.dhis</groupId>
 
30
      <artifactId>dhis-web-commons-resources</artifactId>
 
31
      <type>war</type>
 
32
    </dependency>
 
33
    <dependency>
 
34
      <groupId>org.hisp.dhis</groupId>
 
35
      <artifactId>dhis-service-reporting</artifactId>
 
36
    </dependency>
 
37
        <dependency>
 
38
      <groupId>org.hisp.dhis</groupId>
 
39
      <artifactId>dhis-service-datamart-default</artifactId>
 
40
    </dependency>    
 
41
    <dependency>
 
42
      <groupId>org.hisp.dhis</groupId>
 
43
      <artifactId>dhis-service-jdbc</artifactId>
 
44
    </dependency>
 
45
    <dependency>
 
46
      <groupId>org.hisp.dhis</groupId>
 
47
      <artifactId>dhis-service-core</artifactId>
 
48
    </dependency>
 
49
    <dependency>
 
50
      <groupId>org.hisp.dhis</groupId>
 
51
      <artifactId>dhis-service-organisationunit</artifactId>
 
52
    </dependency>
 
53
    <dependency>
 
54
      <groupId>org.hisp.dhis</groupId>
 
55
      <artifactId>dhis-service-user-hibernate</artifactId>
 
56
    </dependency>
 
57
    <dependency>
 
58
      <groupId>org.hisp.dhis</groupId>
 
59
      <artifactId>dhis-support-external</artifactId>
 
60
    </dependency>
 
61
    
 
62
    <!-- Web -->
 
63
    
 
64
    <dependency>
 
65
      <groupId>com.opensymphony</groupId>
 
66
      <artifactId>webwork</artifactId>
 
67
    </dependency>
 
68
    <dependency>
 
69
      <groupId>commons-fileupload</groupId>
 
70
      <artifactId>commons-fileupload</artifactId>
 
71
    </dependency>
 
72
    
 
73
    <!-- JasperReports -->
 
74
 
 
75
    <dependency>
 
76
      <groupId>jasperreports</groupId>
 
77
      <artifactId>jasperreports</artifactId>
 
78
    </dependency>
 
79
    <dependency>
 
80
      <groupId>poi</groupId>
 
81
      <artifactId>poi</artifactId>
 
82
    </dependency>
 
83
    <dependency>
 
84
      <groupId>jfree</groupId>
 
85
      <artifactId>jfreechart</artifactId>
 
86
    </dependency>
 
87
    <dependency>
 
88
      <groupId>eclipse</groupId>
 
89
      <artifactId>jdtcore</artifactId>
 
90
    </dependency>
 
91
    
 
92
    <!-- Other -->
 
93
    
 
94
    <dependency>
 
95
      <groupId>org.springframework</groupId>
 
96
      <artifactId>spring</artifactId>
 
97
    </dependency>
 
98
    <dependency>
 
99
      <groupId>commons-logging</groupId>
 
100
      <artifactId>commons-logging</artifactId>
 
101
    </dependency>    
 
102
    <dependency>
 
103
      <groupId>net.sourceforge.jexcelapi</groupId>
 
104
      <artifactId>jxl</artifactId>
 
105
    </dependency>
 
106
    <dependency>
 
107
      <groupId>org.amplecode</groupId>
 
108
      <artifactId>cave-process</artifactId>
 
109
    </dependency>
 
110
  </dependencies>
 
111
  
 
112
</project>