All Downloads are FREE. Search and download functionalities are using the official Maven repository.

META-INF.maven.com.gitlab.cdc-java.applic.cdc-applic-dictionaries-core.pom.xml Maven / Gradle / Ivy

<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.applic</groupId>
      <artifactId>cdc-applic</artifactId>
      <version>0.12.0</version>
      <relativePath>../pom.xml</relativePath>
   </parent>

   <artifactId>cdc-applic-dictionaries-core</artifactId>
   <name>CDC - Applic Dictionaries Core</name>
   <description>Applicabilities Dictionaries Core.</description>
   <url>https://www.gitlab.com/cdc-java/cdc-applic</url>

   <dependencies>
      <dependency>
         <groupId>com.gitlab.cdc-java.applic</groupId>
         <artifactId>cdc-applic-dictionaries</artifactId>
         <version>${project.version}</version>
      </dependency>
      <dependency>
         <groupId>com.gitlab.cdc-java.applic</groupId>
         <artifactId>cdc-applic-dictionaries-impl</artifactId>
         <version>${project.version}</version>
         <scope>test</scope>
      </dependency>
      <dependency>
         <groupId>com.gitlab.cdc-java.applic</groupId>
         <artifactId>cdc-applic-dictionaries-impl</artifactId>
         <version>${project.version}</version>
         <type>test-jar</type>
         <scope>test</scope>
      </dependency>
      <dependency>
         <groupId>com.gitlab.cdc-java.applic</groupId>
         <artifactId>cdc-applic-expressions</artifactId>
         <version>${project.version}</version>
      </dependency>

      <dependency>
         <groupId>com.gitlab.cdc-java.issues</groupId>
         <artifactId>cdc-issues-api</artifactId>
      </dependency>

      <dependency>
         <groupId>com.gitlab.cdc-java.util</groupId>
         <artifactId>cdc-util-core</artifactId>
      </dependency>
      <dependency>
         <groupId>com.gitlab.cdc-java.graphs</groupId>
         <artifactId>cdc-graphs-api</artifactId>
      </dependency>
      <dependency>
         <groupId>com.gitlab.cdc-java.graphs</groupId>
         <artifactId>cdc-graphs-core</artifactId>
      </dependency>
      <dependency>
         <groupId>com.gitlab.cdc-java.graphs</groupId>
         <artifactId>cdc-graphs-impl</artifactId>
      </dependency>

      <dependency>
         <groupId>org.apache.logging.log4j</groupId>
         <artifactId>log4j-api</artifactId>
         <!-- <scope>test</scope> -->
      </dependency>
      <dependency>
         <groupId>org.apache.logging.log4j</groupId>
         <artifactId>log4j-core</artifactId>
         <scope>test</scope>
      </dependency>
      <dependency>
         <groupId>org.apache.logging.log4j</groupId>
         <artifactId>log4j-iostreams</artifactId>
         <scope>test</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>




© 2015 - 2025 Weber Informatics LLC | Privacy Policy