blob: c9d6a5994c0cac6730bed390b2c3d95976e9694f [file] [log] [blame]
Jan Supol12a05732018-04-25 17:50:03 +02001<?xml version="1.0" encoding="UTF-8"?>
2<!--
3
Jorge Bescos Gascon741aad42021-01-26 14:34:03 +01004 Copyright (c) 2011, 2021 Oracle and/or its affiliates. All rights reserved.
Jan Supol12a05732018-04-25 17:50:03 +02005
6 This program and the accompanying materials are made available under the
7 terms of the Eclipse Public License v. 2.0, which is available at
8 http://www.eclipse.org/legal/epl-2.0.
9
10 This Source Code may also be made available under the following Secondary
11 Licenses when the conditions for such availability set forth in the
12 Eclipse Public License v. 2.0 are satisfied: GNU General Public License,
13 version 2 with the GNU Classpath Exception, which is available at
14 https://www.gnu.org/software/classpath/license.html.
15
16 SPDX-License-Identifier: EPL-2.0 OR GPL-2.0 WITH Classpath-exception-2.0
17
18-->
19
20<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">
21 <modelVersion>4.0.0</modelVersion>
22
23 <parent>
24 <groupId>org.glassfish.jersey</groupId>
25 <artifactId>project</artifactId>
jersey-bote814aca2021-09-03 11:08:46 +000026 <version>2.36-SNAPSHOT</version>
Jan Supol12a05732018-04-25 17:50:03 +020027 </parent>
28
29 <groupId>org.glassfish.jersey.security</groupId>
30 <artifactId>project</artifactId>
31 <packaging>pom</packaging>
32 <name>jersey-security</name>
33
34 <description>
35 Jersey security extension modules.
36
37 NOTE: Non-security Jersey extensions have their own dedicated umbrella
38 project.
39 </description>
40
41 <modules>
42 <module>oauth1-client</module>
43 <module>oauth1-signature</module>
44 <module>oauth1-server</module>
45 <module>oauth2-client</module>
46 </modules>
47
48 <dependencies>
49 <dependency>
50 <groupId>org.glassfish.jersey.inject</groupId>
51 <artifactId>jersey-hk2</artifactId>
52 <version>${project.version}</version>
53 <scope>test</scope>
54 </dependency>
55 </dependencies>
56</project>