<?xml version="1.0" encoding="UTF-8"?>
<project xmlns="http://maven.apache.org/POM/4.0.0" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
  <modelVersion>4.0.0</modelVersion>
  <groupId>com.vmware.singleton</groupId>
  <artifactId>singleton-manager-l10n</artifactId>
  <version>0.6.12</version>
  <name>com.vmware.singleton:singleton-manager-l10n</name>
  <description>A service that provides support for Software Internationalization and Localization</description>
  <url>https://github.com/vmware/singleton</url>
  <licenses>
    <license>
      <name>Eclipse Public License - v 2.0</name>
      <url>https://www.eclipse.org/org/documents/epl-2.0/EPL-2.0.txt</url>
    </license>
  </licenses>
  <developers>
    <developer>
      <name>linr211</name>
      <email>linr@vmware.com</email>
      <organization>VMware</organization>
      <organizationUrl>https://www.vmware.com</organizationUrl>
    </developer>
    <developer>
      <name>Xiaochao8</name>
      <email>xiaochao@vmware.com</email>
      <organization>VMware</organization>
      <organizationUrl>https://www.vmware.com</organizationUrl>
    </developer>
  </developers>
  <scm>
    <connection>scm:git:github.com:vmware/singleton.git</connection>
    <developerConnection>scm:git:ssh:github.com:vmware/singleton.git</developerConnection>
    <url>https://github.com/vmware/singleton</url>
  </scm>
  <dependencies>
    <dependency>
      <groupId>javax.servlet.jsp</groupId>
      <artifactId>javax.servlet.jsp-api</artifactId>
      <version>2.3.1</version>
      <scope>compile</scope>
    </dependency>
    <dependency>
      <groupId>javax.servlet</groupId>
      <artifactId>javax.servlet-api</artifactId>
      <version>3.1.0</version>
      <scope>compile</scope>
    </dependency>
    <dependency>
      <groupId>org.apache.taglibs</groupId>
      <artifactId>taglibs-standard-impl</artifactId>
      <version>1.2.5</version>
      <scope>compile</scope>
    </dependency>
    <dependency>
      <groupId>com.googlecode.json-simple</groupId>
      <artifactId>json-simple</artifactId>
      <version>1.1.1</version>
      <scope>compile</scope>
      <exclusions>
        <exclusion>
          <groupId>junit</groupId>
          <artifactId>*</artifactId>
        </exclusion>
      </exclusions>
    </dependency>
    <dependency>
      <groupId>com.vmware.singleton</groupId>
      <artifactId>singleton-i18n-patterns-core</artifactId>
      <version>[0.5.1,)</version>
      <scope>compile</scope>
    </dependency>
    <dependency>
      <groupId>org.slf4j</groupId>
      <artifactId>slf4j-api</artifactId>
      <version>1.7.26</version>
      <scope>compile</scope>
    </dependency>
  </dependencies>
</project>
