<?xml version="1.0" encoding="utf-8"?>
<project xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 https://maven.apache.org/xsd/maven-4.0.0.xsd" xmlns="http://maven.apache.org/POM/4.0.0"
    xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
  <modelVersion>4.0.0</modelVersion>
  <parent>
    <groupId>com.glue42</groupId>
    <artifactId>glue42-parent</artifactId>
    <version>2</version>
    <relativePath></relativePath>
  </parent>
  <groupId>com.glue42.gateway.client</groupId>
  <artifactId>gateway-client-build</artifactId>
  <version>1.3.7</version>
  <packaging>pom</packaging>
  <licenses>
    <license>
      <name>The Glue42 Binary Component License</name>
      <url>https://glue42.com/glue42-binary-component-license-agreement/</url>
    </license>
  </licenses>
  <properties>
    <revision>1.3.7</revision>
  </properties>
</project>
