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

« back to all changes in this revision

Viewing changes to dhis-2/dhis-web/dhis-web-dataentry/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-dataentry</artifactId>
 
13
  <packaging>war</packaging>
 
14
  <name>DHIS Data Entry</name>
 
15
  
 
16
  <build>
 
17
    <finalName>dhis-web-dataentry</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-core</artifactId>
 
36
    </dependency>
 
37
    <dependency>
 
38
      <groupId>org.hisp.dhis</groupId>
 
39
      <artifactId>dhis-options</artifactId>
 
40
    </dependency>  
 
41
    
 
42
    <!-- Web -->
 
43
    
 
44
    <dependency>
 
45
      <groupId>com.opensymphony</groupId>
 
46
      <artifactId>webwork</artifactId>
 
47
    </dependency>
 
48
    
 
49
    <!-- Other -->
 
50
    
 
51
    <dependency>
 
52
      <groupId>org.springframework</groupId>
 
53
      <artifactId>spring</artifactId>
 
54
    </dependency>
 
55
    <dependency>
 
56
      <groupId>commons-logging</groupId>
 
57
      <artifactId>commons-logging</artifactId>
 
58
    </dependency>
 
59
    <dependency>
 
60
      <groupId>com.thoughtworks.xstream</groupId>
 
61
      <artifactId>xstream</artifactId>
 
62
    </dependency>
 
63
    <dependency>
 
64
      <groupId>xpp3</groupId>
 
65
      <artifactId>xpp3</artifactId>
 
66
    </dependency>
 
67
  </dependencies>
 
68
</project>