<?xml version="1.0" encoding="UTF-8"?>
<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>
  <groupId>cljsjs</groupId>
  <artifactId>oidc-client</artifactId>
  <version>1.7.1-1</version>
  <name>oidc-client</name>
  <description>OpenID Connect (OIDC) and OAuth2 protocol support for browser-based JavaScript applications</description>
  <url>https://github.com/IdentityModel/oidc-client-js</url>
  <licenses>
    <license>
      <url>http://www.apache.org/licenses/LICENSE-2.0</url>
      <name>Apache v2</name>
      <comments/>
    </license>
  </licenses>
  <packaging>jar</packaging>
  <scm>
    <url>https://github.com/cljsjs/packages</url>
    <tag>a097b7fb8706086d11548a5238fef9b6da35c87c</tag>
  </scm>
  <dependencies>
    <dependency>
      <groupId>cljsjs</groupId>
      <artifactId>boot-cljsjs</artifactId>
      <version>0.10.3</version>
      <scope>test</scope>
      <exclusions/>
    </dependency>
  </dependencies>
</project>
