2019-06-24 17:42:39 +02:00
|
|
|
<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">
|
2012-10-29 18:21:37 +11:00
|
|
|
<parent>
|
|
|
|
<groupId>org.eclipse.jetty</groupId>
|
|
|
|
<artifactId>jetty-project</artifactId>
|
2022-12-07 14:33:17 -06:00
|
|
|
<version>10.0.14-SNAPSHOT</version>
|
2012-10-29 18:21:37 +11:00
|
|
|
</parent>
|
2018-11-22 12:37:35 +01:00
|
|
|
|
2012-10-29 18:21:37 +11:00
|
|
|
<modelVersion>4.0.0</modelVersion>
|
|
|
|
<artifactId>jetty-jaas</artifactId>
|
|
|
|
<name>Jetty :: JAAS</name>
|
|
|
|
<description>Jetty JAAS support</description>
|
2018-11-22 12:37:35 +01:00
|
|
|
|
2012-10-29 18:21:37 +11:00
|
|
|
<properties>
|
|
|
|
<bundle-symbolic-name>${project.groupId}.jaas</bundle-symbolic-name>
|
2020-08-24 07:03:33 +00:00
|
|
|
<apacheds.version>2.0.0.AM26</apacheds.version>
|
2022-09-01 02:05:36 +00:00
|
|
|
<apache.directory.api.version>2.1.2</apache.directory.api.version>
|
2020-12-11 11:47:26 +10:00
|
|
|
<spotbugs.onlyAnalyze>org.eclipse.jetty.jaas.*</spotbugs.onlyAnalyze>
|
2012-10-29 18:21:37 +11:00
|
|
|
</properties>
|
2018-11-22 12:37:35 +01:00
|
|
|
|
2012-10-29 18:21:37 +11:00
|
|
|
<build>
|
|
|
|
<plugins>
|
|
|
|
<!-- always include the sources to be able to prepare the eclipse-jetty-SDK feature
|
|
|
|
with a snapshot. -->
|
|
|
|
<plugin>
|
2018-11-22 12:37:35 +01:00
|
|
|
<groupId>org.apache.maven.plugins</groupId>
|
|
|
|
<artifactId>maven-source-plugin</artifactId>
|
2012-10-29 18:21:37 +11:00
|
|
|
</plugin>
|
2020-09-23 15:06:35 -05:00
|
|
|
<plugin>
|
|
|
|
<groupId>org.apache.maven.plugins</groupId>
|
|
|
|
<artifactId>maven-surefire-plugin</artifactId>
|
|
|
|
<configuration>
|
|
|
|
<failIfNoSpecifiedTests>false</failIfNoSpecifiedTests>
|
|
|
|
<failIfNoTests>false</failIfNoTests>
|
|
|
|
<testFailureIgnore>true</testFailureIgnore>
|
|
|
|
</configuration>
|
|
|
|
</plugin>
|
2012-10-29 18:21:37 +11:00
|
|
|
</plugins>
|
|
|
|
</build>
|
2018-11-22 12:37:35 +01:00
|
|
|
|
2012-10-29 18:21:37 +11:00
|
|
|
<dependencies>
|
|
|
|
<dependency>
|
|
|
|
<groupId>org.eclipse.jetty</groupId>
|
|
|
|
<artifactId>jetty-security</artifactId>
|
|
|
|
</dependency>
|
2018-11-22 12:37:35 +01:00
|
|
|
|
2018-04-17 16:20:13 +10:00
|
|
|
<dependency>
|
2020-03-19 17:46:41 -05:00
|
|
|
<groupId>org.slf4j</groupId>
|
|
|
|
<artifactId>slf4j-api</artifactId>
|
|
|
|
</dependency>
|
|
|
|
<dependency>
|
|
|
|
<groupId>org.eclipse.jetty</groupId>
|
|
|
|
<artifactId>jetty-slf4j-impl</artifactId>
|
2020-03-20 11:12:08 -05:00
|
|
|
<scope>test</scope>
|
2018-04-17 16:20:13 +10:00
|
|
|
</dependency>
|
2018-08-30 14:17:08 +10:00
|
|
|
<dependency>
|
2020-03-19 17:46:41 -05:00
|
|
|
<groupId>org.eclipse.jetty.toolchain</groupId>
|
|
|
|
<artifactId>jetty-test-helper</artifactId>
|
2018-08-30 14:17:08 +10:00
|
|
|
<scope>test</scope>
|
|
|
|
</dependency>
|
|
|
|
<dependency>
|
|
|
|
<groupId>org.apache.directory.server</groupId>
|
2020-11-11 12:45:52 -06:00
|
|
|
<artifactId>apacheds-test-framework</artifactId>
|
2018-08-30 14:17:08 +10:00
|
|
|
<version>${apacheds.version}</version>
|
|
|
|
<scope>test</scope>
|
|
|
|
<exclusions>
|
2020-11-11 12:45:52 -06:00
|
|
|
<exclusion>
|
|
|
|
<groupId>junit</groupId>
|
|
|
|
<artifactId>junit</artifactId>
|
|
|
|
</exclusion>
|
2018-08-30 14:17:08 +10:00
|
|
|
<!-- exclude additional LDIF schema files to avoid conflicts through
|
|
|
|
multiple copies -->
|
|
|
|
<exclusion>
|
|
|
|
<groupId>org.apache.directory.shared</groupId>
|
|
|
|
<artifactId>shared-ldap-schema</artifactId>
|
|
|
|
</exclusion>
|
|
|
|
<exclusion>
|
|
|
|
<groupId>org.apache.directory.api</groupId>
|
|
|
|
<artifactId>api-ldap-schema-data</artifactId>
|
|
|
|
</exclusion>
|
|
|
|
</exclusions>
|
|
|
|
</dependency>
|
|
|
|
<dependency>
|
|
|
|
<groupId>org.apache.directory.server</groupId>
|
|
|
|
<artifactId>apacheds-server-integ</artifactId>
|
|
|
|
<version>${apacheds.version}</version>
|
|
|
|
<scope>test</scope>
|
|
|
|
<exclusions>
|
|
|
|
<!-- exclude additional LDIF schema files to avoid conflicts through
|
|
|
|
multiple copies -->
|
|
|
|
<exclusion>
|
|
|
|
<groupId>org.apache.directory.shared</groupId>
|
|
|
|
<artifactId>shared-ldap-schema</artifactId>
|
|
|
|
</exclusion>
|
|
|
|
<exclusion>
|
|
|
|
<groupId>org.apache.directory.api</groupId>
|
|
|
|
<artifactId>api-ldap-schema-data</artifactId>
|
|
|
|
</exclusion>
|
|
|
|
</exclusions>
|
|
|
|
</dependency>
|
|
|
|
<dependency>
|
|
|
|
<groupId>org.apache.directory.server</groupId>
|
|
|
|
<artifactId>apacheds-core-integ</artifactId>
|
|
|
|
<version>${apacheds.version}</version>
|
|
|
|
<scope>test</scope>
|
|
|
|
<exclusions>
|
|
|
|
<!-- exclude additional LDIF schema files to avoid conflicts through
|
|
|
|
multiple copies -->
|
|
|
|
<exclusion>
|
|
|
|
<groupId>org.apache.directory.shared</groupId>
|
|
|
|
<artifactId>shared-ldap-schema</artifactId>
|
|
|
|
</exclusion>
|
|
|
|
<exclusion>
|
|
|
|
<groupId>org.apache.directory.api</groupId>
|
|
|
|
<artifactId>api-ldap-schema-data</artifactId>
|
|
|
|
</exclusion>
|
|
|
|
</exclusions>
|
|
|
|
</dependency>
|
2020-11-18 21:26:38 +10:00
|
|
|
<dependency>
|
|
|
|
<groupId>org.apache.directory.api</groupId>
|
|
|
|
<artifactId>api-ldap-schema-data</artifactId>
|
2021-09-14 11:37:19 -05:00
|
|
|
<version>${apache.directory.api.version}</version>
|
2020-11-23 21:32:40 +10:00
|
|
|
<scope>test</scope>
|
2020-11-18 21:26:38 +10:00
|
|
|
</dependency>
|
2021-09-14 11:37:19 -05:00
|
|
|
<dependency>
|
|
|
|
<groupId>org.apache.directory.api</groupId>
|
|
|
|
<artifactId>api-ldap-model</artifactId>
|
|
|
|
<version>${apache.directory.api.version}</version>
|
|
|
|
</dependency>
|
|
|
|
<dependency>
|
|
|
|
<groupId>org.apache.directory.api</groupId>
|
|
|
|
<artifactId>api-util</artifactId>
|
|
|
|
<version>${apache.directory.api.version}</version>
|
|
|
|
</dependency>
|
|
|
|
<dependency>
|
|
|
|
<groupId>org.apache.directory.api</groupId>
|
|
|
|
<artifactId>api-asn1-api</artifactId>
|
|
|
|
<version>${apache.directory.api.version}</version>
|
|
|
|
</dependency>
|
2020-09-11 13:11:04 +10:00
|
|
|
<!-- because directory server do not have yet junit5 extensions -->
|
|
|
|
<dependency>
|
|
|
|
<groupId>org.junit.vintage</groupId>
|
|
|
|
<artifactId>junit-vintage-engine</artifactId>
|
|
|
|
<version>${junit.version}</version>
|
|
|
|
<scope>test</scope>
|
|
|
|
</dependency>
|
|
|
|
|
2012-10-29 18:21:37 +11:00
|
|
|
</dependencies>
|
2021-05-19 16:58:11 +10:00
|
|
|
|
|
|
|
<profiles>
|
|
|
|
<profile>
|
|
|
|
<id>jdk16</id>
|
|
|
|
<activation>
|
|
|
|
<jdk>[16,)</jdk>
|
|
|
|
</activation>
|
|
|
|
<build>
|
|
|
|
<pluginManagement>
|
|
|
|
<plugins>
|
|
|
|
<plugin>
|
|
|
|
<groupId>org.apache.maven.plugins</groupId>
|
|
|
|
<artifactId>maven-surefire-plugin</artifactId>
|
|
|
|
<configuration>
|
|
|
|
<argLine>--add-opens java.base/sun.security.x509=ALL-UNNAMED --add-opens java.base/sun.security.util=ALL-UNNAMED</argLine>
|
|
|
|
</configuration>
|
|
|
|
</plugin>
|
|
|
|
</plugins>
|
|
|
|
</pluginManagement>
|
|
|
|
</build>
|
|
|
|
</profile>
|
|
|
|
</profiles>
|
|
|
|
|
2012-10-29 18:21:37 +11:00
|
|
|
</project>
|