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

« back to all changes in this revision

Viewing changes to dhis-2/dhis-services/dhis-service-jdbc-test/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-services</artifactId>
 
9
    <version>2.0.1-SNAPSHOT</version>
 
10
  </parent>
 
11
  
 
12
  <artifactId>dhis-service-jdbc-test</artifactId>
 
13
  <packaging>jar</packaging>
 
14
  <name>DHIS JDBC Service</name>
 
15
  
 
16
  <dependencies>
 
17
    
 
18
    <!-- DHIS -->
 
19
  
 
20
    <dependency>
 
21
      <groupId>org.hisp.dhis</groupId>
 
22
      <artifactId>dhis-api</artifactId>
 
23
      <scope>test</scope>
 
24
        </dependency>
 
25
    <dependency>
 
26
      <groupId>org.hisp.dhis</groupId>
 
27
      <artifactId>dhis-service-jdbc</artifactId>
 
28
      <scope>test</scope>
 
29
    </dependency>  
 
30
    <dependency>
 
31
      <groupId>org.hisp.dhis</groupId>
 
32
      <artifactId>dhis-service-core</artifactId>
 
33
      <scope>test</scope>
 
34
    </dependency>  
 
35
    <dependency>
 
36
      <groupId>org.hisp.dhis</groupId>
 
37
      <artifactId>dhis-service-organisationunit</artifactId>
 
38
      <scope>test</scope>
 
39
    </dependency>
 
40
    
 
41
  </dependencies>
 
42
</project>