identity-application-auth-iwa-ntlm
Used in:
components
- OverviewOverview
- VersionsVersions
- DependentsDependents
- DependenciesDependencies
<dependency> <groupId>org.wso2.carbon.identity.application.auth.iwa.ntlm</groupId> <artifactId>identity-application-auth-iwa-ntlm</artifactId> <version>5.2.4</version> </dependency>
<?xml version="1.0" encoding="utf-8"?> <!-- ~ Copyright (c) 2015, WSO2 Inc. (http://www.wso2.org) All Rights Reserved. ~ ~ WSO2 Inc. licenses this file to you under the Apache License, ~ Version 2.0 (the "License"); you may not use this file except ~ in compliance with the License. ~ You may obtain a copy of the License at ~ ~ http://www.apache.org/licenses/LICENSE-2.0 ~ ~ Unless required by applicable law or agreed to in writing, ~ software distributed under the License is distributed on an ~ "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY ~ KIND, either express or implied. See the License for the ~ specific language governing permissions and limitations ~ under the License. --> <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/maven-v4_0_0.xsd"> <parent> <groupId>org.wso2</groupId> <artifactId>wso2</artifactId> <version>1.4</version> </parent> <groupId>org.wso2.carbon.identity.application.auth.iwa.ntlm</groupId> <artifactId>identity-application-auth-iwa-ntlm</artifactId> <version>5.2.4</version> <modelVersion>4.0.0</modelVersion> <packaging>pom</packaging> <name>WSO2 Carbon - IWA Identity Application Authenticator Module</name> <description> </description> <url>http://wso2.org</url> <scm> <url>https://github.com/wso2-extensions/identity-local-auth-iwa-ntlm.git</url> <developerConnection>scm:git:https://github.com/wso2-extensions/identity-local-auth-iwa-ntlm.git </developerConnection> <connection>scm:git:https://github.com/wso2-extensions/identity-local-auth-iwa-ntlm.git</connection> <tag>v5.2.4</tag> </scm> <modules> <module>components/org.wso2.carbon.identity.application.authenticator.iwa.ntlm</module> <module>features/org.wso2.carbon.identity.application.authenticator.iwa.ntlm.server.feature</module> </modules> <dependencyManagement> <dependencies> <!--Orbit Dependencies--> <dependency> <groupId>org.apache.axis2.wso2</groupId> <artifactId>axis2</artifactId> <version>${axis2.wso2.version}</version> </dependency> <dependency> <groupId>org.apache.axis2.wso2</groupId> <artifactId>axis2-client</artifactId> <version>${axis2.wso2.version}</version> </dependency> <!--Carbon Identity Framework Dependencies--> <dependency> <groupId>org.wso2.carbon.identity.framework</groupId> <artifactId>org.wso2.carbon.identity.application.authentication.framework</artifactId> <version>${carbon.identity.framework.version}</version> </dependency> <dependency> <groupId>org.wso2.carbon.identity.framework</groupId> <artifactId>org.wso2.carbon.identity.application.common</artifactId> <version>${carbon.identity.framework.version}</version> </dependency> <!-- Waffle Orbit dependencies --> <dependency> <groupId>org.wso2.orbit.com.github.dblock.waffle</groupId> <artifactId>waffle-jna</artifactId> <version>${waffle-jna.wso2.version}</version> </dependency> <!-- Identity Local Auth IWA dependencies --> <dependency> <groupId>org.wso2.carbon.identity.application.auth.iwa.ntlm</groupId> <artifactId>org.wso2.carbon.identity.application.authenticator.iwa.ntlm</artifactId> <version>${project.version}</version> </dependency> </dependencies> </dependencyManagement> <build> <pluginManagement> <plugins> <plugin> <groupId>org.apache.felix</groupId> <artifactId>maven-scr-plugin</artifactId> <version>${maven.scr.plugin.version}</version> <executions> <execution> <id>generate-scr-scrdescriptor</id> <goals> <goal>scr</goal> </goals> </execution> </executions> </plugin> <plugin> <groupId>org.apache.felix</groupId> <artifactId>maven-bundle-plugin</artifactId> <version>${maven.bundle.plugin.version}</version> <extensions>true</extensions> <configuration> <obrRepository>NONE</obrRepository> <instructions> <SCM-Revision>${buildNumber}</SCM-Revision> </instructions> </configuration> </plugin> <plugin> <groupId>org.codehaus.mojo</groupId> <artifactId>buildnumber-maven-plugin</artifactId> <version>${maven.buildnumber.plugin.version}</version> <executions> <execution> <phase>validate</phase> <goals> <goal>create</goal> </goals> </execution> </executions> <configuration> <doCheck>false</doCheck> <doUpdate>false</doUpdate> </configuration> </plugin> </plugins> </pluginManagement> <plugins> <plugin> <groupId>org.apache.maven.plugins</groupId> <artifactId>maven-release-plugin</artifactId> <configuration> <preparationGoals>clean install</preparationGoals> <autoVersionSubmodules>true</autoVersionSubmodules> </configuration> </plugin> <plugin> <groupId>org.apache.maven.plugins</groupId> <artifactId>maven-deploy-plugin</artifactId> </plugin> <plugin> <artifactId>maven-compiler-plugin</artifactId> <version>${maven.compiler.plugin.version}</version> <inherited>true</inherited> <configuration> <encoding>UTF-8</encoding> <source>1.7</source> <target>1.7</target> </configuration> </plugin> <plugin> <groupId>org.codehaus.mojo</groupId> <artifactId>buildnumber-maven-plugin</artifactId> <version>${maven.buildnumber.plugin.version}</version> </plugin> <plugin> <groupId>org.apache.maven.plugins</groupId> <artifactId>maven-javadoc-plugin</artifactId> <configuration> <source>1.8</source> </configuration> <executions> <execution> <id>attach-javadocs</id> <goals> <goal>jar</goal> </goals> <configuration> <!--This parameter disables doclint--> <doclint>none</doclint> </configuration> </execution> </executions> </plugin> </plugins> </build> <properties> <!--Carbon Identity Framework Version--> <carbon.identity.framework.version>5.6.14</carbon.identity.framework.version> <carbon.identity.framework.import.version.range>[5.0.0, 6.0.0)</carbon.identity.framework.import.version.range> <!-- Carbon Identity Local Authenticator IWA version --> <identity.local.auth.iwa.export.version>${project.version}</identity.local.auth.iwa.export.version> <!--Carbon Kernel Version--> <carbon.kernel.version>4.4.7</carbon.kernel.version> <carbon.kernel.package.import.version.range>[4.4.0, 5.0.0)</carbon.kernel.package.import.version.range> <carbon.kernel.registry.imp.pkg.version>[1.0.1, 2.0.0)</carbon.kernel.registry.imp.pkg.version> <osgi.service.component.imp.pkg.version.range>[1.2.0, 2.0.0)</osgi.service.component.imp.pkg.version.range> <osgi.service.http.imp.pkg.version.range>[1.2.1, 2.0.0)</osgi.service.http.imp.pkg.version.range> <osgi.framework.imp.pkg.version.range>[1.7.0, 2.0.0)</osgi.framework.imp.pkg.version.range> <!-- Servlet API --> <imp.pkg.version.javax.servlet>[2.6.0, 3.0.0)</imp.pkg.version.javax.servlet> <!-- Commons --> <commons-logging.osgi.version.range>[1.2,2.0)</commons-logging.osgi.version.range> <commons-lang.wso2.osgi.version.range>[2.6.0,3.0.0)</commons-lang.wso2.osgi.version.range> <!--Orbit Version--> <axis2.wso2.version>1.6.1.wso2v12</axis2.wso2.version> <!-- Carbon Components versions --> <carbon.user.api.imp.pkg.version.range>[1.0.1, 2.0.0)</carbon.user.api.imp.pkg.version.range> <waffle-jna.wso2.version>1.6.wso2v5</waffle-jna.wso2.version> <waffle.imp.pkg.version.range>[1.6.wso2v5, 2.0)</waffle.imp.pkg.version.range> <!--Maven Plugin Version--> <carbon.p2.plugin.version>1.5.3</carbon.p2.plugin.version> <maven.compiler.plugin.version>2.3.1</maven.compiler.plugin.version> <maven.scr.plugin.version>1.7.2</maven.scr.plugin.version> <maven.bundle.plugin.version>2.4.0</maven.bundle.plugin.version> <maven.buildnumber.plugin.version>1.4</maven.buildnumber.plugin.version> </properties> </project>