Log In | Get Help   
Home My Page Projects Code Snippets Project Openings Accounting and Billing Portal
Summary Activity Forums Tracker Lists Tasks Docs Surveys News SCM Files
[abportal] View of /pom.xml
[abportal] / pom.xml Repository:
ViewVC logotype

View of /pom.xml

Parent Directory Parent Directory | Revision Log Revision Log


Revision 1 - (download) (as text) (annotate)
Wed Jul 28 10:05:51 2010 UTC (13 years, 9 months ago) by dgarcia
File size: 8910 byte(s)
First code commit
<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">

  <parent>
    <artifactId>smartlm-parent</artifactId>
    <groupId>eu.smartlm</groupId>
    <version>6</version>
  </parent>

  <modelVersion>4.0.0</modelVersion>
  <groupId>eu.smartlm.abs</groupId>
  <artifactId>smartlm-accountingandbilling-portal</artifactId>
  <packaging>war</packaging>
  <version>1.1-SNAPSHOT</version>
  <name>smartlm-accountingandbilling-portal</name>
  <description>Accounting and Billing Portal</description>

	<developers>
		<developer>
			<id>dgarcia</id>
			<email>dgarcia@cesga.es</email>
			<name>David Garcia Perez</name>
			<organization>CESGA</organization>
			<organizationUrl>http://www.cesga.es</organizationUrl>
		</developer>
	</developers>
	
	<repositories>
		<repository>
			<id>JBoss Repository</id>
			<url>http://repository.jboss.com/maven2</url>
		</repository>
	</repositories>
  
  <build>
    <plugins>
      <plugin>
        <groupId>org.apache.maven.plugins</groupId>
        <artifactId>maven-war-plugin</artifactId>
        <version>2.0</version>
      </plugin>
      <plugin>
	<groupId>org.apache.maven.plugins</groupId>
	<artifactId>maven-compiler-plugin</artifactId>
	<configuration>
		<source>1.5</source>
		<target>1.5</target>
	</configuration>
      </plugin>
    </plugins>
  </build>

  <dependencies>
  		<dependency>
			<groupId>org.hibernate</groupId>
			<artifactId>hibernate-core</artifactId>
			<version>3.5.0-Final</version>
		</dependency>
		<dependency>
			<groupId>org.hibernate</groupId>
			<artifactId>hibernate-annotations</artifactId>
			<version>3.5.0-Final</version>
		</dependency>
  		<dependency>
			<groupId>org.hibernate</groupId>
			<artifactId>hibernate-validator</artifactId>
			<version>4.0.0.GA</version>
		</dependency>
		<dependency>
			<groupId>org.slf4j</groupId>
			<artifactId>slf4j-log4j12</artifactId>
			<version>1.5.6</version>
		</dependency>
		<dependency>
			<groupId>javax.servlet</groupId>
			<artifactId>jstl</artifactId>
			<version>1.1.1</version>
		</dependency>
		<dependency>
			<groupId>log4j</groupId>
			<artifactId>log4j</artifactId>
			<version>1.2.14</version>
		</dependency>
		<dependency>
			<groupId>taglibs</groupId>
			<artifactId>standard</artifactId>
			<version>1.1.2</version>
		</dependency>
		<dependency>
			<groupId>commons-collections</groupId>
			<artifactId>commons-collections</artifactId>
			<version>3.2.1</version>
		</dependency>
		<dependency>
			<groupId>javassist</groupId>
			<artifactId>javassist</artifactId>
			<version>3.9.0.GA</version>
		</dependency>
		<dependency>
			<groupId>commons-logging</groupId>
			<artifactId>commons-logging</artifactId>
			<version>1.1.1</version>
		</dependency>
		<dependency>
			<groupId>org.springframework</groupId>
			<artifactId>spring-asm</artifactId>
			<version>3.0.0.RELEASE</version>
		</dependency>
		<dependency>
			<groupId>org.springframework</groupId>
			<artifactId>spring-beans</artifactId>
			<version>3.0.0.RELEASE</version>
		</dependency>
		<dependency>
			<groupId>org.springframework</groupId>
			<artifactId>spring-context</artifactId>
			<version>3.0.0.RELEASE</version>
		</dependency>
		<dependency>
			<groupId>org.springframework</groupId>
			<artifactId>spring-core</artifactId>
			<version>3.0.0.RELEASE</version>
		</dependency>
		<dependency>
			<groupId>org.springframework</groupId>
			<artifactId>spring-expression</artifactId>
			<version>3.0.0.RELEASE</version>
		</dependency>
		<dependency>
			<groupId>org.springframework</groupId>
			<artifactId>spring-webmvc-portlet</artifactId>
			<version>3.0.0.RELEASE</version>
		</dependency>
		<dependency>
			<groupId>org.springframework</groupId>
			<artifactId>spring-webmvc</artifactId>
			<version>3.0.0.RELEASE</version>
		</dependency>
		<dependency>
			<groupId>org.springframework</groupId>
			<artifactId>spring-web</artifactId>
			<version>3.0.0.RELEASE</version>
		</dependency>
		<dependency>
			<groupId>aopalliance</groupId>
			<artifactId>aopalliance</artifactId>
			<version>1.0</version>
		</dependency>
		<dependency>
			<groupId>org.aspectj</groupId>
			<artifactId>aspectjrt</artifactId>
			<version>1.6.8</version>
		</dependency>
		<dependency>
			<groupId>org.aspectj</groupId>
			<artifactId>aspectjweaver</artifactId>
			<version>1.6.8</version>
		</dependency>
		<dependency>
			<groupId>org.springframework</groupId>
			<artifactId>spring-aop</artifactId>
			<version>3.0.0.RELEASE</version>
		</dependency>
		<dependency>
			<groupId>org.springframework</groupId>
			<artifactId>spring-jdbc</artifactId>
			<version>3.0.0.RELEASE</version>
		</dependency>
		<dependency>
			<groupId>org.springframework</groupId>
			<artifactId>spring-orm</artifactId>
			<version>3.0.0.RELEASE</version>
		</dependency>
		<dependency>
			<groupId>org.springframework</groupId>
			<artifactId>spring-tx</artifactId>
			<version>3.0.0.RELEASE</version>
		</dependency>
		<dependency>
   			<groupId>javax.portlet</groupId>
   			<artifactId>portlet-api</artifactId>
    		<version>2.0</version>
   			<scope>system</scope>
			<systemPath>${basedir}/lib/portlet.jar</systemPath>
		</dependency>
		<dependency>
			<groupId>com.liferay</groupId>
    		<artifactId>portal-kernel</artifactId>
    		<version>5.2.3</version>
    		<scope>system</scope>
			<systemPath>${basedir}/lib/portal-kernel.jar</systemPath>
		</dependency>
		<dependency>
			<groupId>com.liferay</groupId>
    		<artifactId>portal-service</artifactId>
    		<version>5.2.3</version>
    		<scope>system</scope>
			<systemPath>${basedir}/lib/portal-service.jar</systemPath>
		</dependency>
		<dependency>
    		<groupId>com.lowagie</groupId>
    		<artifactId>itext</artifactId>
    		<version>2.1.7</version>
    		 <exclusions>
        		<exclusion>
          			<groupId>bouncycastle</groupId>
          			<artifactId>bcprov-jdk14</artifactId>
        		</exclusion>
        	</exclusions>
		</dependency>
		<!-- <dependency>
			<groupId>com.itextpdf</groupId>
	    	<artifactId>iText</artifactId>
	    	<version>5.0.1</version>
	    	<scope>system</scope>
			<systemPath>${basedir}/lib/iText-5.0.1.jar</systemPath>
		</dependency> -->
		<dependency>
			<groupId>javax.servlet</groupId>
			<artifactId>servlet-api</artifactId>
			<version>2.4</version>
			<scope>provided</scope>
		</dependency>
		<dependency>
			<groupId>javax.servlet</groupId>
			<artifactId>jstl</artifactId>
			<version>1.1.2</version>
		</dependency>
		<dependency>
			<groupId>taglibs</groupId>
			<artifactId>standard</artifactId>
			<version>1.1.2</version>
		</dependency>
		<dependency>
		      <groupId>junit</groupId>
		      <artifactId>junit</artifactId>
		      <version>4.1</version>
		      <scope>test</scope>
		</dependency>
        <dependency>
		    <groupId>hsqldb</groupId>
		    <artifactId>hsqldb</artifactId>
		    <version>1.8.0.10</version>
		    <!-- <scope>test</scope>  -->
		</dependency>
		<dependency>
			<groupId>jfree</groupId>
			<artifactId>jfreechart</artifactId>
			<version>1.0.12</version>
		</dependency>
		<dependency>
			<groupId>eu.smartlm.types</groupId>
			<artifactId>smartlm-usage-record-types</artifactId>
		</dependency>
		<dependency>
			<groupId>eu.smartlm.abs</groupId>
  			<artifactId>smartlm-ebs-ws</artifactId>
	  		<version>0.0.4</version>
	  	</dependency> 
	  	<dependency>
	  		  <groupId>eu.smartlm.abs</groupId>
  			  <artifactId>smartlm-ebs-impl</artifactId>
  			  <version>0.0.4</version>
	  	</dependency>
	  	<dependency>
	  		  <groupId>eu.smartlm.abs</groupId>
  			  <artifactId>smartlm-ebs-client</artifactId>
  			  <version>0.0.4</version>
	  	</dependency>
	    <dependency>
      		  <groupId>org.apache.axis2</groupId>
      		  <artifactId>axis2-kernel</artifactId>
      		  <version>1.4.1</version>
	  	</dependency>
	  	<dependency>
      		<groupId>org.apache.axis2</groupId>
      		<artifactId>axis2</artifactId>
      		<version>1.4.1</version>
    	</dependency>
	 	<dependency>
        	<groupId>org.apache.rampart</groupId>
        	<artifactId>rampart-core</artifactId>
        	<version>${rampart-core.version}</version>
        	 <exclusions>
        		<exclusion>
          			<groupId>bouncycastle</groupId>
          			<artifactId>bcprov-jdk13</artifactId>
        		</exclusion>
        	</exclusions>
      	</dependency>
  </dependencies>
	<scm>
    		<connection>scm:svn:https://packcs-e0.scai.fraunhofer.de/repos/smartlm/smartlm-abs/trunk/smartlm-accountingandbilling-portal</connection>
    		<developerConnection>scm:svn:https://packcs-e0.scai.fraunhofer.de/repos/smartlm/smartlm-abs/trunk/smartlm-accountingandbilling-portal</developerConnection>
    		<url>https://packcs-e0.scai.fraunhofer.de/repos/smartlm/smartlm-abs/trunk/smartlm-accountingandbilling-portal</url>
  	</scm>
</project>

root@forge.cesga.es
ViewVC Help
Powered by ViewVC 1.0.0  

Powered By FusionForge