<?xml version="1.0" encoding="UTF-8"?>
<project xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://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>
  <groupId>com.dell.isg.smi</groupId>
  <artifactId>commons-model</artifactId>
  <version>1.0.97</version>
  <name>SMI Commons Model</name>
  <description>Commons model jar library for the System Management Integration (SMI) projects.</description>
  <url>https://www.github.com/rackhd/smi-lib-commons-model</url>
  <inceptionYear>2017</inceptionYear>
  <licenses>
    <license>
      <name>The Apache Software License, Version 2.0</name>
      <url>http://www.apache.org/licenses/LICENSE-2.0.txt</url>
      <distribution>repo</distribution>
    </license>
  </licenses>
  <developers>
    <developer>
      <id>michaelsteven</id>
      <name>Michael Hepfer</name>
      <email>michael.hepfer@dell.com</email>
      <organization>org.apache.maven.model.Organization@4c554c0d</organization>
      <organizationUrl>http://codedellemc.com</organizationUrl>
    </developer>
  </developers>
  <scm>
    <connection>scm:git:git://www.github.com/rackhd/smi-lib-commons-model.git</connection>
    <developerConnection>scm:git:ssh://www.github.com/rackhd/smi-lib-commons-model.git</developerConnection>
    <url>http://www.github.com/rackhd/smi-lib-commons-model</url>
  </scm>
  <dependencies>
    <dependency>
      <groupId>io.springfox</groupId>
      <artifactId>springfox-swagger2</artifactId>
      <version>2.6.1</version>
      <scope>compile</scope>
    </dependency>
    <dependency>
      <groupId>com.fasterxml.jackson.core</groupId>
      <artifactId>jackson-annotations</artifactId>
      <version>2.8.8</version>
      <scope>compile</scope>
    </dependency>
    <dependency>
      <groupId>org.apache.commons</groupId>
      <artifactId>commons-lang3</artifactId>
      <version>3.5</version>
      <scope>compile</scope>
    </dependency>
    <dependency>
      <groupId>commons-validator</groupId>
      <artifactId>commons-validator</artifactId>
      <version>1.6</version>
      <scope>compile</scope>
    </dependency>
    <dependency>
      <groupId>junit</groupId>
      <artifactId>junit</artifactId>
      <version>4.12</version>
      <scope>test</scope>
    </dependency>
    <dependency>
      <groupId>org.jmockit</groupId>
      <artifactId>jmockit</artifactId>
      <version>1.31</version>
      <scope>test</scope>
    </dependency>
  </dependencies>
</project>
