All Downloads are FREE. Search and download functionalities are using the official Maven repository.

META-INF.maven.org.sakaiproject.sakai-kerberos-provider.pom.xml Maven / Gradle / Ivy

There is a newer version: 23.3
Show newest version
<?xml version="1.0"?>
<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>
    <artifactId>providers-base</artifactId>
    <groupId>org.sakaiproject</groupId>
    <version>22.2</version>
    <relativePath>../pom.xml</relativePath>
  </parent>
  <name>sakai-kerberos-provider</name>
  <groupId>org.sakaiproject</groupId>
  <artifactId>sakai-kerberos-provider</artifactId>
  <packaging>jar</packaging>
  <profiles>
    <!-- Default to not running tests but allow tests to be enabled with -Ptest -->
    <profile>
      <id>notest</id>
      <activation>
        <activeByDefault>true</activeByDefault>
      </activation>
      <properties>
        <skipTests>true</skipTests>
      </properties>
    </profile>
    <profile>
      <id>test</id>
      <properties>
        <skipTests>false</skipTests>
      </properties>
    </profile>
  </profiles>
  <dependencies>
    <dependency>
      <groupId>org.sakaiproject.kernel</groupId>
      <artifactId>sakai-kernel-util</artifactId>
    </dependency>
    <dependency>
      <groupId>org.sakaiproject.kernel</groupId>
      <artifactId>sakai-kernel-api</artifactId>
    </dependency>
    <dependency>
      <groupId>org.sakaiproject.kernel</groupId>
      <artifactId>sakai-component-manager</artifactId>
    </dependency>
  </dependencies>
  <build>
    <testResources>
      <testResource>
        <directory>src/test-bundle</directory>
      </testResource>
    </testResources>
  </build>
</project>




© 2015 - 2025 Weber Informatics LLC | Privacy Policy