<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>com.gitlab.cdc-java.ui</groupId>
      <artifactId>cdc-ui</artifactId>
      <version>0.31.4</version>
   </parent>

   <artifactId>cdc-ui-swing</artifactId>
   <name>CDC - UI Swing</name>
   <url>https://www.gitlab.com/cdc-java/cdc-ui</url>

   <dependencies>
      <dependency>
         <groupId>com.gitlab.cdc-java.io</groupId>
         <artifactId>cdc-io-txt</artifactId>
      </dependency>
      <dependency>
         <groupId>com.gitlab.cdc-java.io</groupId>
         <artifactId>cdc-io-utils</artifactId>
      </dependency>
      <dependency>
         <groupId>com.gitlab.cdc-java.kernel</groupId>
         <artifactId>cdc-kernel-app</artifactId>
      </dependency>
      <dependency>
         <groupId>com.gitlab.cdc-java.kernel</groupId>
         <artifactId>cdc-kernel-args</artifactId>
      </dependency>
      <dependency>
         <groupId>com.gitlab.cdc-java.kernel</groupId>
         <artifactId>cdc-kernel-converters</artifactId>
      </dependency>
      <dependency>
         <groupId>com.gitlab.cdc-java.kernel</groupId>
         <artifactId>cdc-kernel-enums</artifactId>
      </dependency>
      <dependency>
         <groupId>com.gitlab.cdc-java.kernel</groupId>
         <artifactId>cdc-kernel-prefs</artifactId>
      </dependency>
      <dependency>
         <groupId>com.gitlab.cdc-java.util</groupId>
         <artifactId>cdc-util-core</artifactId>
      </dependency>
      
      <dependency>
         <groupId>org.apache.logging.log4j</groupId>
         <artifactId>log4j-api</artifactId>
      </dependency>
      <dependency>
         <groupId>org.apache.logging.log4j</groupId>
         <artifactId>log4j-core</artifactId>
         <scope>runtime</scope>
      </dependency>
      <dependency>
         <groupId>org.junit.jupiter</groupId>
         <artifactId>junit-jupiter-api</artifactId>
         <scope>test</scope>
      </dependency>
      <dependency>
         <groupId>org.junit.jupiter</groupId>
         <artifactId>junit-jupiter-engine</artifactId>
         <scope>test</scope>
      </dependency>
   </dependencies>
</project>