su-sftp-provide
Used in:
components
- OverviewOverview
- VersionsVersions
- DependentsDependents
- DependenciesDependencies
<dependency>
<groupId>org.ow2.petals.samples.sftp</groupId>
<artifactId>su-sftp-provide</artifactId>
<version>1.8.0-1.0.0</version>
</dependency><?xml version="1.0" encoding="UTF-8"?>
<!--
Copyright (c) 2009-2012 EBM WebSourcing, 2012-2018 Linagora
This program/library is free software: you can redistribute it and/or modify
it under the terms of the GNU Lesser General Public License as published by
the Free Software Foundation, either version 2.1 of the License, or (at your
option) any later version.
This program/library is distributed in the hope that it will be useful, but
WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
FITNESS FOR A PARTICULAR PURPOSE. See the GNU Lesser General Public License
for more details.
You should have received a copy of the GNU Lesser General Public License
along with this program/library; If not, see http://www.gnu.org/licenses/
for the GNU Lesser General Public License version 2.1.
-->
<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>petals-sftp-parent</artifactId>
<groupId>org.ow2.petals.samples.sftp</groupId>
<version>1.8.0-1.0.0</version>
<relativePath>../pom.xml</relativePath>
</parent>
<name>su-sftp-provide</name>
<artifactId>su-sftp-provide</artifactId>
<!-- No version set -->
<packaging>jbi-service-unit</packaging>
<description>su-sftp-provide description.</description>
<properties>
<!-- Skip dependency check for service unit. -->
<maven-dependency-plugin.failOnWarning>false</maven-dependency-plugin.failOnWarning>
</properties>
<dependencies>
<dependency>
<artifactId>petals-bc-sftp</artifactId>
<groupId>org.ow2.petals</groupId>
<type>jbi-component</type>
</dependency>
</dependencies>
<build>
<plugins>
<plugin>
<groupId>org.ow2.petals</groupId>
<artifactId>petals-maven-plugin</artifactId>
</plugin>
</plugins>
</build>
<!-- SCM information not needed -->
</project>