<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>org.ibissource</groupId>
    <artifactId>ibis-adapterframework-parent</artifactId>
    <version>7.1</version>
  </parent>

  <artifactId>ibis-adapterframework-webapp</artifactId>
  <name>Ibis AdapterFramework webapp</name>
  <packaging>war</packaging>

  <properties>
    <m2eclipse.wtp.contextRoot>iaf-webapp</m2eclipse.wtp.contextRoot>
  </properties>

  <dependencies>
    <dependency>
      <groupId>org.ibissource</groupId>
      <artifactId>ibis-adapterframework-core</artifactId>
    </dependency>
    <dependency>
      <groupId>org.ibissource</groupId>
      <artifactId>ibis-adapterframework-larva</artifactId>
      <scope>runtime</scope>
    </dependency>
    <dependency>
      <groupId>org.ibissource</groupId>
      <artifactId>ibis-adapterframework-ladybug</artifactId>
      <scope>runtime</scope>
    </dependency>
    <dependency>
      <groupId>com.github.marcus-nl.btm</groupId>
      <artifactId>btm</artifactId>
      <version>3.0.0-mk1</version>
      <scope>runtime</scope>
    </dependency>
    <dependency>
      <groupId>org.ibissource</groupId>
      <artifactId>ibis-xtags</artifactId>
      <version>1.1</version>
      <scope>runtime</scope>
    </dependency>
    <dependency>
      <groupId>jaxen</groupId>
      <artifactId>jaxen</artifactId>
      <version>1.1.6</version>
    </dependency>
  </dependencies>

  <profiles>
    <profile>
      <id>iaf-with-proprietary-dependencies</id>
      <activation>
        <file>
          <exists>../../mvn-repo-proprietary/.project</exists>
        </file>
      </activation>
      <dependencies>
        <dependency>
          <groupId>org.ibissource</groupId>
          <artifactId>ibis-adapterframework-ifsa</artifactId>
        </dependency>
        <dependency>
          <groupId>org.ibissource</groupId>
          <artifactId>ibis-adapterframework-tibco</artifactId>
        </dependency>
        <dependency>
          <groupId>org.ibissource</groupId>
          <artifactId>ibis-adapterframework-sap</artifactId>
        </dependency>
        <dependency>
          <groupId>org.ibissource</groupId>
          <artifactId>ibis-adapterframework-coolgen</artifactId>
        </dependency>
        <dependency>
          <groupId>org.ibissource</groupId>
          <artifactId>ibis-adapterframework-ibm</artifactId>
        </dependency>
      </dependencies>
    </profile>
  </profiles>
</project>
