commons
Used in:
components
- OverviewOverview
- VersionsVersions
- DependentsDependents
- DependenciesDependencies
<dependency>
<groupId>org.openidentityplatform.commons.ui</groupId>
<artifactId>commons</artifactId>
<version>2.0.18</version>
</dependency><?xml version="1.0" encoding="UTF-8"?>
<!--
~ DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
~
~ Copyright (c) 2011-2016 ForgeRock AS. All Rights Reserved
~
~ The contents of this file are subject to the terms
~ of the Common Development and Distribution License
~ (the License). You may not use this file except in
~ compliance with the License.
~
~ You can obtain a copy of the License at
~ http://forgerock.org/license/CDDLv1.0.html
~ See the License for the specific language governing
~ permission and limitations under the License.
~
~ When distributing Covered Code, include this CDDL
~ Header Notice in each file and include the License file
~ at http://forgerock.org/license/CDDLv1.0.html
~ If applicable, add the following below the CDDL Header,
~ with the fields enclosed by brackets [] replaced by
~ your own identifying information:
~ "Portions Copyrighted [year] [name of copyright owner]"
-->
<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>org.openidentityplatform.commons</groupId>
<artifactId>ui</artifactId>
<version>2.0.18</version>
</parent>
<groupId>org.openidentityplatform.commons.ui</groupId>
<artifactId>commons</artifactId>
<name>${project.groupId}.${project.artifactId}</name>
<packaging>pom</packaging>
<build><finalName>${project.groupId}.${project.artifactId}</finalName>
<resources>
<resource>
<directory>${basedir}/src/main/js</directory>
</resource>
<resource>
<directory>${basedir}/src/main/resources</directory>
</resource>
</resources>
<testResources>
<testResource>
<directory>${basedir}/src/test/js</directory>
</testResource>
<testResource>
<directory>${basedir}/src/test/resources</directory>
</testResource>
</testResources>
<plugins>
<plugin>
<groupId>com.github.eirslett</groupId>
<artifactId>frontend-maven-plugin</artifactId>
</plugin>
<plugin>
<artifactId>maven-resources-plugin</artifactId>
<executions>
<execution>
<phase>package</phase>
<goals>
<goal>resources</goal>
<goal>testResources</goal>
</goals>
</execution>
</executions>
</plugin>
<plugin>
<artifactId>maven-assembly-plugin</artifactId>
<configuration>
<descriptors>
<descriptor>src/main/assembly/zip.xml</descriptor>
</descriptors>
</configuration>
<executions>
<execution>
<phase>package</phase>
<goals>
<goal>single</goal>
</goals>
</execution>
</executions>
</plugin>
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-dependency-plugin</artifactId>
<executions>
<execution>
<id>unpack-font-awesome</id>
<phase>prepare-package</phase>
<goals>
<goal>unpack</goal>
</goals>
<configuration>
<outputDirectory>${project.build.directory}</outputDirectory>
<artifactItems>
<artifactItem>
<groupId>org.openidentityplatform.commons.ui.libs</groupId>
<artifactId>font-awesome</artifactId>
<type>zip</type>
</artifactItem>
</artifactItems>
</configuration>
</execution>
</executions>
</plugin>
</plugins>
</build>
<dependencies>
<dependency>
<groupId>org.openidentityplatform.commons.ui.libs</groupId>
<artifactId>jquery.ba-dotimeout</artifactId>
<type>js</type>
<classifier>min</classifier>
</dependency>
<dependency>
<groupId>org.openidentityplatform.commons.ui.libs</groupId>
<artifactId>moment</artifactId>
<type>js</type>
<classifier>min</classifier>
</dependency>
<dependency>
<groupId>org.openidentityplatform.commons.ui.libs</groupId>
<artifactId>handlebars</artifactId>
<type>js</type>
</dependency>
<dependency>
<groupId>org.openidentityplatform.commons.ui.libs</groupId>
<artifactId>i18next</artifactId>
<type>js</type>
<classifier>min</classifier>
</dependency>
<dependency>
<groupId>org.openidentityplatform.commons.ui.libs</groupId>
<artifactId>requirejs</artifactId>
<type>js</type>
<classifier>min</classifier>
</dependency>
<dependency>
<groupId>org.openidentityplatform.commons.ui.libs</groupId>
<artifactId>backbone</artifactId>
<type>js</type>
<classifier>min</classifier>
</dependency>
<dependency>
<groupId>org.openidentityplatform.commons.ui.libs</groupId>
<artifactId>backbone.paginator.min</artifactId>
<classifier>min</classifier>
<type>js</type>
</dependency>
<dependency>
<groupId>org.openidentityplatform.commons.ui.libs</groupId>
<artifactId>backbone-relational</artifactId>
<classifier>min</classifier>
<type>js</type>
</dependency>
<dependency>
<groupId>org.openidentityplatform.commons.ui.libs</groupId>
<artifactId>backgrid.min</artifactId>
<classifier>min</classifier>
<type>js</type>
</dependency>
<dependency>
<groupId>org.openidentityplatform.commons.ui.libs</groupId>
<artifactId>backgrid.min</artifactId>
<type>less</type>
</dependency>
<dependency>
<groupId>org.openidentityplatform.commons.ui.libs</groupId>
<artifactId>backgrid-paginator.min</artifactId>
<classifier>min</classifier>
<type>js</type>
</dependency>
<dependency>
<groupId>org.openidentityplatform.commons.ui.libs</groupId>
<artifactId>backgrid-paginator.min</artifactId>
<type>css</type>
</dependency>
<dependency>
<groupId>org.openidentityplatform.commons.ui.libs</groupId>
<artifactId>backgrid-filter.min</artifactId>
<classifier>min</classifier>
<type>js</type>
</dependency>
<dependency>
<groupId>org.openidentityplatform.commons.ui.libs</groupId>
<artifactId>backgrid-filter.min</artifactId>
<type>css</type>
</dependency>
<dependency>
<groupId>org.openidentityplatform.commons.ui.libs</groupId>
<artifactId>backgrid-select-all</artifactId>
<version>0.3.5</version>
<classifier>min</classifier>
<type>js</type>
</dependency>
<dependency>
<groupId>org.openidentityplatform.commons.ui.libs</groupId>
<artifactId>jquery</artifactId>
<type>js</type>
<classifier>min</classifier>
</dependency>
<dependency>
<groupId>org.openidentityplatform.commons.ui.libs</groupId>
<artifactId>lodash</artifactId>
<type>js</type>
<classifier>min</classifier>
</dependency>
<dependency>
<groupId>org.openidentityplatform.commons.ui.libs</groupId>
<artifactId>spin</artifactId>
<type>js</type>
<classifier>min</classifier>
</dependency>
<dependency>
<groupId>org.openidentityplatform.commons.ui.libs</groupId>
<artifactId>xdate</artifactId>
<type>js</type>
<classifier>min</classifier>
</dependency>
<dependency>
<groupId>org.openidentityplatform.commons.ui.libs</groupId>
<artifactId>js2form</artifactId>
<type>js</type>
</dependency>
<dependency>
<groupId>org.openidentityplatform.commons.ui.libs</groupId>
<artifactId>form2js</artifactId>
<type>js</type>
</dependency>
<dependency>
<groupId>org.openidentityplatform.commons.ui.libs</groupId>
<artifactId>jquery.placeholder</artifactId>
<type>js</type>
</dependency>
<dependency>
<groupId>org.openidentityplatform.commons.ui.libs</groupId>
<artifactId>bootstrap</artifactId>
<classifier>custom</classifier>
<type>js</type>
</dependency>
<dependency>
<groupId>org.openidentityplatform.commons.ui.libs</groupId>
<artifactId>bootstrap</artifactId>
<classifier>custom</classifier>
<type>css</type>
</dependency>
<dependency>
<groupId>org.openidentityplatform.commons.ui.libs</groupId>
<artifactId>titatoggle</artifactId>
<version>1.2.6</version>
<classifier>min</classifier>
<type>css</type>
</dependency>
<dependency>
<groupId>org.openidentityplatform.commons.ui.libs</groupId>
<artifactId>selectize</artifactId>
<classifier>min</classifier>
<type>js</type>
</dependency>
<dependency>
<groupId>org.openidentityplatform.commons.ui.libs</groupId>
<artifactId>dragula</artifactId>
<classifier>min</classifier>
<type>js</type>
</dependency>
<dependency>
<groupId>org.openidentityplatform.commons.ui.libs</groupId>
<artifactId>selectize</artifactId>
<classifier>bootstrap3</classifier>
<type>css</type>
</dependency>
<dependency>
<groupId>org.openidentityplatform.commons.ui.libs</groupId>
<artifactId>bootstrap-dialog</artifactId>
<classifier>min</classifier>
<type>js</type>
</dependency>
<dependency>
<groupId>org.openidentityplatform.commons.ui.libs</groupId>
<artifactId>bootstrap-dialog</artifactId>
<classifier>min</classifier>
<type>css</type>
</dependency>
<dependency>
<groupId>org.openidentityplatform.commons.ui.libs</groupId>
<artifactId>font-awesome</artifactId>
<type>zip</type>
</dependency>
<dependency>
<groupId>org.openidentityplatform.commons.ui.libs</groupId>
<artifactId>react</artifactId>
<version>15.2.1</version>
<classifier>min</classifier>
<type>js</type>
</dependency>
<dependency>
<groupId>org.openidentityplatform.commons.ui.libs</groupId>
<artifactId>react-dom</artifactId>
<version>15.2.1</version>
<classifier>min</classifier>
<type>js</type>
</dependency>
</dependencies>
</project>