<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/xsd/maven-4.0.0.xsd">
  <modelVersion>4.0.0</modelVersion>
  <parent>
    <groupId>org.kie.modules</groupId>
    <artifactId>kie-eap-static-modules</artifactId>
    <version>6.3.0.Final</version>
  </parent>

  <groupId>org.kie.modules</groupId>
  <artifactId>com-google-code-gson</artifactId>
  <name>KIE EAP - com-google-code-gson static module</name>
  <packaging>pom</packaging>

  <properties>
    <module.name>com.google.code.gson</module.name>
    <module.type>static</module.type>
    <module.location>com/google/code/gson</module.location>
    <module.slot>main</module.slot>
  </properties>

  <dependencies>

    <dependency>
      <groupId>com.google.code.gson</groupId>
      <artifactId>gson</artifactId>
      <type>jar</type>
    </dependency>

  </dependencies>
</project>
