<?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>io.github.vincenzopalazzo</groupId>
  <artifactId>material-ui-swing</artifactId>
  <version>1.1.4</version>
  <name>material-ui-swing</name>
  <description>material-ui-swing</description>
  <url>https://github.com/vincenzopalazzo/material-ui-swing</url>
  <licenses>
    <license>
      <name>MIT</name>
      <url>https://github.com/vincenzopalazzo/material-ui-swing/blob/masternow/LICENSE</url>
    </license>
  </licenses>
  <developers>
    <developer>
      <id>vincenzopalazzo</id>
      <name>Vincenzo Palazzo</name>
      <email>vincenzopalazzodev@gmail.com</email>
    </developer>
  </developers>
  <scm>
    <connection>https://github.com/vincenzopalazzo/material-ui-swing</connection>
    <developerConnection>https://github.com/vincenzopalazzo/material-ui-swing.git</developerConnection>
    <url>https://github.com/vincenzopalazzo/material-ui-swing</url>
  </scm>
  <dependencies>
    <dependency>
      <groupId>org.swinglabs</groupId>
      <artifactId>swingx</artifactId>
      <version>1.6.1</version>
      <scope>runtime</scope>
    </dependency>
    <dependency>
      <groupId>com.github.jiconfont</groupId>
      <artifactId>jiconfont-swing</artifactId>
      <version>1.0.1</version>
      <scope>runtime</scope>
    </dependency>
    <dependency>
      <groupId>ch.qos.logback</groupId>
      <artifactId>logback-classic</artifactId>
      <version>1.2.3</version>
      <scope>test</scope>
    </dependency>
    <dependency>
      <groupId>ch.qos.logback</groupId>
      <artifactId>logback-core</artifactId>
      <version>1.2.3</version>
      <scope>test</scope>
    </dependency>
    <dependency>
      <groupId>org.slf4j</groupId>
      <artifactId>slf4j-api</artifactId>
      <version>1.7.25</version>
      <scope>test</scope>
    </dependency>
    <dependency>
      <groupId>junit</groupId>
      <artifactId>junit</artifactId>
      <version>4.12</version>
      <scope>test</scope>
    </dependency>
    <dependency>
      <groupId>org.assertj</groupId>
      <artifactId>assertj-swing-junit</artifactId>
      <version>3.9.2</version>
      <scope>test</scope>
    </dependency>
    <dependency>
      <groupId>io.github.material-ui-swing</groupId>
      <artifactId>DarkStackOverflowTheme</artifactId>
      <version>0.0.1-rc2</version>
      <scope>test</scope>
    </dependency>
    <dependency>
      <groupId>com.toedter</groupId>
      <artifactId>jcalendar</artifactId>
      <version>1.4</version>
      <scope>test</scope>
    </dependency>
  </dependencies>
</project>
