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

META-INF.maven.io.nemesis.platform.module.widget.nemesis-widget-facet.pom.xml Maven / Gradle / Ivy

The newest version!
<?xml version="1.0" encoding="UTF-8"?>
<!--
  ~ nemesis Platform - NExt-generation Multichannel E-commerce SYStem
  ~
  ~ Copyright (c) 2010 - 2017 nemesis
  ~ All rights reserved.
  ~
  ~ This software is the confidential and proprietary information of nemesis
  ~ ("Confidential Information"). You shall not disclose such Confidential
  ~ Information and shall use it only in accordance with the terms of the
  ~ license agreement you entered into with nemesis.
  -->
<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>io.nemesis.platform.module.widget</groupId>
        <artifactId>widgets</artifactId>
        <version>2.3.19.RELEASE</version>
        <relativePath>../pom.xml</relativePath>
    </parent>

    <artifactId>nemesis-widget-facet</artifactId>
    <packaging>jar</packaging>

    <name>Facet Widget</name>
    <url>http://docs.nemesis.io/current/platform/module/widget/facet</url>

    <properties>
        <project.directory>facet</project.directory>
        <maven-automatic-module-name>io.nemesis.platform.module.widget.facet</maven-automatic-module-name>
    </properties>

    <dependencies>
        <dependency>
            <groupId>io.nemesis.platform.module.widget</groupId>
            <artifactId>nemesis-widget-common</artifactId>
            <type>test-jar</type>
            <scope>test</scope>
        </dependency>
        <dependency>
            <groupId>io.nemesis.platform.module</groupId>
            <artifactId>nemesis-module-cms</artifactId>
        </dependency>
        <dependency>
            <groupId>io.nemesis.platform.module.search</groupId>
            <artifactId>nemesis-module-commonsearch</artifactId>
        </dependency>
        <dependency>
            <groupId>io.nemesis.platform.module</groupId>
            <artifactId>nemesis-module-cms</artifactId>
            <type>test-jar</type>
            <scope>test</scope>
        </dependency>
    </dependencies>
</project>




© 2015 - 2024 Weber Informatics LLC | Privacy Policy