<?xml version="1.0" encoding="UTF-8"?>
<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>
	<parent>
		<artifactId>itcb-common-web-root</artifactId>
		<groupId>net.sf.itcb.common</groupId>
		<version>0.7.1</version>
	</parent>
	<groupId>net.sf.itcb.common</groupId>
	<artifactId>itcb-common-web-core</artifactId>
	<packaging>jar</packaging>
	<version>0.7.1</version>
	<name>${project.artifactId}</name>
	<description>This module is the common portlet module. It defines the base on which the developements can be done by extending view, edit or help mode.</description>
  <!-- See the common-root module for further information : developers, scm... -->
	
	<dependencies>				
				
		<dependency>
	  		<groupId>org.springframework</groupId>
		    <artifactId>spring-oxm</artifactId>
		    <version>${org.springframework-version}</version>
	  	</dependency>
	       
	</dependencies>
</project>
