<?xml version="1.0"?>
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
  <modelVersion>4.0.0</modelVersion>
  <groupId>se.vgregion.tasklist</groupId>
  <artifactId>tasklist-system</artifactId>
  <packaging>pom</packaging>
  <version>1.9</version>
  <name>${project.artifactId}</name>
  
  <parent>
    <groupId>se.vgregion.common</groupId>
    <artifactId>profile-open</artifactId>
    <version>2.10</version>
  </parent>
  
  <modules>
    <module>core-bc</module>
  </modules>
  
  <scm>
    <developerConnection>scm:svn:https://oppna-program-tasklist.googlecode.com/svn/tags/tasklist-system-1.9</developerConnection>
    <url>http://oppna-program-tasklist.googlecode.com/svn/tags/tasklist-system-1.9</url>
  </scm>
  
  <dependencies>
    <dependency>
      <groupId>org.springframework</groupId>
      <artifactId>spring-test</artifactId>
    </dependency>
    <dependency>
      <groupId>org.springframework</groupId>
      <artifactId>spring-jdbc</artifactId>
    </dependency>
  </dependencies>

</project>
