Files
SCM-Manager/scm-clients/scm-client-api/pom.xml

38 lines
1.0 KiB
XML
Raw Normal View History

2011-05-08 16:50:46 +02:00
<?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>
<groupId>sonia.scm.clients</groupId>
<artifactId>scm-clients</artifactId>
<version>1.57</version>
2011-05-08 16:50:46 +02:00
</parent>
<groupId>sonia.scm.clients</groupId>
<artifactId>scm-client-api</artifactId>
<packaging>jar</packaging>
<version>1.57</version>
2011-05-08 16:50:46 +02:00
<name>scm-client-api</name>
2011-07-09 12:48:26 +02:00
<dependencies>
<!-- fix javadoc -->
2011-07-09 15:04:48 +02:00
<dependency>
<groupId>javax.servlet</groupId>
<artifactId>servlet-api</artifactId>
<version>${servlet.version}</version>
<scope>provided</scope>
</dependency>
2011-07-09 12:48:26 +02:00
<dependency>
<groupId>javax.transaction</groupId>
<artifactId>jta</artifactId>
<version>1.1</version>
<scope>provided</scope>
</dependency>
2012-10-11 16:25:56 +02:00
2011-07-09 12:48:26 +02:00
</dependencies>
2011-05-08 16:50:46 +02:00
</project>