identity-outbound-auth-foursquare
Used in:
components
- OverviewOverview
- VersionsVersions
- DependentsDependents
- DependenciesDependencies
<dependency> <groupId>org.wso2.carbon.extension.identity.authenticator.outbound.foursquare</groupId> <artifactId>identity-outbound-auth-foursquare</artifactId> <version>1.0.6</version> </dependency>
<?xml version="1.0" encoding="UTF-8"?> <!-- ~ Copyright (c) 2017, 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"> <modelVersion>4.0.0</modelVersion> <parent> <groupId>org.wso2</groupId> <artifactId>wso2</artifactId> <version>1.4</version> </parent> <groupId>org.wso2.carbon.extension.identity.authenticator.outbound.foursquare</groupId> <artifactId>identity-outbound-auth-foursquare</artifactId> <version>1.0.6</version> <packaging>pom</packaging> <name>WSO2 Carbon Extension - Foursquare Pom</name> <url>http://wso2.org</url> <profiles> <profile> <id>default</id> <activation> <activeByDefault>true</activeByDefault> </activation> <modules> <module>component</module> <module>feature</module> </modules> </profile> </profiles> <dependencies> <dependency> <groupId>org.wso2.carbon.identity</groupId> <artifactId>org.wso2.carbon.idp.mgt</artifactId> <version>${carbon.identity.version}</version> </dependency> <dependency> <groupId>org.wso2.carbon</groupId> <artifactId>org.wso2.carbon.logging</artifactId> <version>${commons-logging.version}</version> </dependency> <dependency> <groupId>org.wso2.carbon.identity</groupId> <artifactId>org.wso2.carbon.identity.application.common</artifactId> <version>${carbon.identity.version}</version> </dependency> <dependency> <groupId>org.wso2.carbon.identity</groupId> <artifactId>org.wso2.carbon.identity.user.profile</artifactId> <version>${carbon.identity.version}</version> </dependency> <dependency> <groupId>org.wso2.carbon.identity</groupId> <artifactId>org.wso2.carbon.identity.user.account.association</artifactId> <version>${carbon.identity.version}</version> </dependency> <dependency> <groupId>org.wso2.carbon.identity</groupId> <artifactId>org.wso2.carbon.identity.core</artifactId> <version>${carbon.identity.version}</version> </dependency> <dependency> <groupId>org.wso2.carbon.identity</groupId> <artifactId>org.wso2.carbon.identity.application.authentication.framework</artifactId> <version>${carbon.identity.version}</version> </dependency> <dependency> <groupId>org.wso2.carbon.identity</groupId> <artifactId>org.wso2.carbon.identity.notification.mgt</artifactId> <version>${carbon.identity.version}</version> </dependency> <dependency> <groupId>org.wso2.carbon.identity</groupId> <artifactId>org.wso2.carbon.identity.provisioning</artifactId> <version>${carbon.identity.version}</version> </dependency> <dependency> <groupId>org.wso2.carbon</groupId> <artifactId>org.wso2.carbon.core</artifactId> <version>${carbon.kernel.version}</version> </dependency> <dependency> <groupId>org.wso2.carbon</groupId> <artifactId>org.wso2.carbon.user.core</artifactId> <version>${carbon.kernel.version}</version> </dependency> <dependency> <groupId>org.wso2.carbon.identity</groupId> <artifactId>org.wso2.carbon.identity.application.mgt</artifactId> <version>${carbon.identity.version}</version> </dependency> <dependency> <groupId>org.apache.oltu.oauth2</groupId> <artifactId>org.apache.oltu.oauth2.client</artifactId> <version>0.31</version> </dependency> <dependency> <groupId>org.apache.oltu.oauth2</groupId> <artifactId>org.apache.oltu.oauth2.common</artifactId> <version>1.0.1</version> </dependency> <dependency> <groupId>org.wso2.carbon.identity</groupId> <artifactId>org.wso2.carbon.identity.application.authenticator.openid</artifactId> <version>${carbon.identity.version}</version> </dependency> <dependency> <groupId>org.wso2.carbon.identity</groupId> <artifactId>org.wso2.carbon.identity.application.authenticator.oidc</artifactId> <version>${carbon.identity.version}</version> </dependency> <dependency> <groupId>org.wso2.carbon</groupId> <artifactId>org.wso2.carbon.ui</artifactId> <version>${carbon.kernel.version}</version> </dependency> <dependency> <groupId>org.json.wso2</groupId> <artifactId>json</artifactId> <version>${wso2.json}</version> </dependency> </dependencies> <scm> <connection>scm:git:https://github.com/wso2-extensions/identity-outbound-auth-foursquare.git</connection> <url>https://github.com/wso2-extensions/identity-outbound-auth-foursquare.git</url> <developerConnection> scm:git:https://github.com/wso2-extensions/identity-outbound-auth-foursquare.git </developerConnection> <tag>v1.0.6</tag> </scm> <build> <extensions> <extension> <groupId>org.apache.maven.wagon</groupId> <artifactId>wagon-ssh</artifactId> <version>2.1</version> </extension> </extensions> <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> <groupId>org.jvnet.maven.incrementalbuild</groupId> <artifactId>incremental-build-plugin</artifactId> <version>1.3</version> <executions> <execution> <goals> <goal>incremental-build</goal> </goals> </execution> </executions> </plugin> <plugin> <groupId>org.apache.maven.plugins</groupId> <artifactId>maven-compiler-plugin</artifactId> <version>2.3.1</version> <configuration> <encoding>UTF-8</encoding> <source>1.7</source> <target>1.7</target> </configuration> </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> <pluginManagement> <plugins> <plugin> <groupId>org.apache.felix</groupId> <artifactId>maven-scr-plugin</artifactId> <version>1.7.2</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>2.3.5</version> <extensions>true</extensions> <configuration> <obrRepository>NONE</obrRepository> </configuration> </plugin> <plugin> <groupId>org.apache.maven.plugins</groupId> <artifactId>maven-source-plugin</artifactId> <version>2.1.2</version> <executions> <execution> <id>attach-sources</id> <phase>verify</phase> <goals> <goal>jar-no-fork</goal> </goals> </execution> </executions> </plugin> <plugin> <artifactId>maven-assembly-plugin</artifactId> <version>2.2-beta-2</version> </plugin> <plugin> <groupId>org.apache.maven.plugins</groupId> <artifactId>maven-project-info-reports-plugin</artifactId> <version>2.4</version> </plugin> </plugins> </pluginManagement> </build> <distributionManagement> <repository> <id>nexus-releases</id> <name>WSO2 Release Distribution Repository</name> <url>http://maven.wso2.org/nexus/service/local/staging/deploy/maven2/</url> </repository> <snapshotRepository> <id>wso2.snapshots</id> <name>Apache Snapshot Repository</name> <url>http://maven.wso2.org/nexus/content/repositories/snapshots/</url> </snapshotRepository> </distributionManagement> <properties> <carbon.identity.version>5.0.7</carbon.identity.version> <commons-logging.version>4.4.3</commons-logging.version> <carbon.kernel.version>4.4.3</carbon.kernel.version> <oltu.version>1.0.0.wso2v2</oltu.version> <org.apache.oltu.oauth2.client.version>1.0.0</org.apache.oltu.oauth2.client.version> <oltu.package.import.version.range>[1.0.0, 2.0.0)</oltu.package.import.version.range> <wso2.json>3.0.0.wso2v1</wso2.json> <javax.servlet-api.version>3.0-alpha-1</javax.servlet-api.version> <javax.servelet.jstl.version>1.2</javax.servelet.jstl.version> <commons-codec.version>1.4.0.wso2v1</commons-codec.version> <axiom.version>1.2.11-wso2v6</axiom.version> <org.json>[3.0,4)</org.json> <org.wso2.securevault.version>1.0.0-wso2v2</org.wso2.securevault.version> <commons-lang.wso2.version>2.6.0.wso2v1</commons-lang.wso2.version> <encoder.wso2.version>1.2.0.wso2v1</encoder.wso2.version> <org.apache.oltu.oauth2.client>0.31</org.apache.oltu.oauth2.client> <org.apache.oltu.oauth2.common>1.0.1</org.apache.oltu.oauth2.common> <commons-logging.osgi.version.range>[1.2,2.0)</commons-logging.osgi.version.range> <commons-lang.osgi.version.range>[2.6,3)</commons-lang.osgi.version.range> <identity.outbound.auth.oidc.import.version.range>[5.0.0, 6.0.0)</identity.outbound.auth.oidc.import.version.range> <osgi.service.component.imp.pkg.version.range>[1.2.0, 2.0.0)</osgi.service.component.imp.pkg.version.range> <carbon.identity.framework.import.version.range>[5.0.0, 6.0.0)</carbon.identity.framework.import.version.range> </properties> </project>