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

META-INF.maven.org.bidib.jbidib.bidibwizard-nodes-client.pom.xml Maven / Gradle / Ivy

<?xml version="1.0" encoding="UTF-8"?>
<project xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 https://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>
  <parent>
    <groupId>org.bidib.jbidib</groupId>
    <artifactId>bidibwizard-parent</artifactId>
    <version>2.0.27</version>
    <relativePath>../bidibwizard-parent/pom.xml</relativePath>
  </parent>
  <groupId>org.bidib.jbidib</groupId>
  <artifactId>bidibwizard-nodes-client</artifactId>
  <version>2.0.27</version>
  <name>jBiDiB :: BiDiB Wizard Nodes Client</name>
  <description>jBiDiB BiDiB Wizard Nodes Client POM</description>
  <licenses>
    <license>
      <name>GNU General Purpose License Version 3.0</name>
      <url>http://www.gnu.org/licenses/gpl-3.0.txt</url>
    </license>
  </licenses>
  <dependencies>
    <dependency>
      <groupId>org.bidib.com.jidesoft</groupId>
      <artifactId>jide-grids</artifactId>
    </dependency>
    <dependency>
      <groupId>org.bidib.jbidib</groupId>
      <artifactId>bidibwizard-client-common</artifactId>
    </dependency>
    <dependency>
      <groupId>org.bidib.jbidib</groupId>
      <artifactId>bidibwizard-core</artifactId>
    </dependency>
    <dependency>
      <groupId>org.bidib.jbidib.com.vldocking</groupId>
      <artifactId>vldocking</artifactId>
    </dependency>
    <dependency>
      <groupId>org.slf4j</groupId>
      <artifactId>slf4j-api</artifactId>
    </dependency>
    <dependency>
      <groupId>org.springframework</groupId>
      <artifactId>spring-context-indexer</artifactId>
      <optional>true</optional>
    </dependency>
    <dependency>
      <groupId>ch.qos.logback</groupId>
      <artifactId>logback-classic</artifactId>
      <scope>test</scope>
    </dependency>
    <dependency>
      <groupId>com.formdev</groupId>
      <artifactId>flatlaf</artifactId>
      <scope>test</scope>
    </dependency>
    <dependency>
      <groupId>com.formdev</groupId>
      <artifactId>flatlaf-jide-oss</artifactId>
      <scope>test</scope>
    </dependency>
    <dependency>
      <groupId>org.assertj</groupId>
      <artifactId>assertj-core</artifactId>
      <scope>test</scope>
    </dependency>
    <dependency>
      <groupId>org.junit.jupiter</groupId>
      <artifactId>junit-jupiter-engine</artifactId>
      <scope>test</scope>
    </dependency>
    <dependency>
      <groupId>org.springframework.boot</groupId>
      <artifactId>spring-boot-starter-test</artifactId>
      <scope>test</scope>
    </dependency>
  </dependencies>
  <build>
    <plugins>
      <plugin>
        <artifactId>maven-source-plugin</artifactId>
        <executions>
          <execution>
            <id>attach-sources</id>
            <goals>
              <goal>jar</goal>
              <goal>test-jar</goal>
            </goals>
          </execution>
        </executions>
        <configuration>
          <includePom>true</includePom>
        </configuration>
      </plugin>
      <plugin>
        <artifactId>maven-jar-plugin</artifactId>
        <executions>
          <execution>
            <goals>
              <goal>test-jar</goal>
            </goals>
          </execution>
        </executions>
      </plugin>
    </plugins>
  </build>
</project>




© 2015 - 2024 Weber Informatics LLC | Privacy Policy