pom.xml revision 53718e4e054241018d25d23ab07e89a1b536b150
f38cb554a534c6df738be3f4d23327e69888e634John Wren Kennedy ~ DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
f38cb554a534c6df738be3f4d23327e69888e634John Wren Kennedy ~ Copyright (c) 2011-2014 ForgeRock AS. All Rights Reserved
f38cb554a534c6df738be3f4d23327e69888e634John Wren Kennedy ~ The contents of this file are subject to the terms
f38cb554a534c6df738be3f4d23327e69888e634John Wren Kennedy ~ of the Common Development and Distribution License
f38cb554a534c6df738be3f4d23327e69888e634John Wren Kennedy ~ (the License). You may not use this file except in
f38cb554a534c6df738be3f4d23327e69888e634John Wren Kennedy ~ compliance with the License.
f38cb554a534c6df738be3f4d23327e69888e634John Wren Kennedy ~ You can obtain a copy of the License at
f38cb554a534c6df738be3f4d23327e69888e634John Wren Kennedy ~ http://forgerock.org/license/CDDLv1.0.html
f38cb554a534c6df738be3f4d23327e69888e634John Wren Kennedy ~ See the License for the specific language governing
f38cb554a534c6df738be3f4d23327e69888e634John Wren Kennedy ~ permission and limitations under the License.
f38cb554a534c6df738be3f4d23327e69888e634John Wren Kennedy ~ When distributing Covered Code, include this CDDL
f38cb554a534c6df738be3f4d23327e69888e634John Wren Kennedy ~ Header Notice in each file and include the License file
f38cb554a534c6df738be3f4d23327e69888e634John Wren Kennedy ~ at http://forgerock.org/license/CDDLv1.0.html
f38cb554a534c6df738be3f4d23327e69888e634John Wren Kennedy ~ If applicable, add the following below the CDDL Header,
f38cb554a534c6df738be3f4d23327e69888e634John Wren Kennedy ~ with the fields enclosed by brackets [] replaced by
f38cb554a534c6df738be3f4d23327e69888e634John Wren Kennedy ~ your own identifying information:
f38cb554a534c6df738be3f4d23327e69888e634John Wren Kennedy ~ "Portions Copyrighted [year] [name of copyright owner]"
f38cb554a534c6df738be3f4d23327e69888e634John Wren Kennedy<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">
f38cb554a534c6df738be3f4d23327e69888e634John Wren Kennedy <artifactId>openidm-ui-common</artifactId>
f38cb554a534c6df738be3f4d23327e69888e634John Wren Kennedy <project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
f38cb554a534c6df738be3f4d23327e69888e634John Wren Kennedy <dependencies>
f38cb554a534c6df738be3f4d23327e69888e634John Wren Kennedy <groupId>org.forgerock.commons.ui.libs</groupId>
f38cb554a534c6df738be3f4d23327e69888e634John Wren Kennedy <groupId>org.forgerock.commons.ui.libs</groupId>
f38cb554a534c6df738be3f4d23327e69888e634John Wren Kennedy </dependencies>
f38cb554a534c6df738be3f4d23327e69888e634John Wren Kennedy <directory>${basedir}/src/main/js</directory>
f38cb554a534c6df738be3f4d23327e69888e634John Wren Kennedy <directory>${basedir}/src/main/resources</directory>