Vinay Vishal | 5717147 | 2018-09-18 20:22:00 +0530 | [diff] [blame] | 1 | <?xml version="1.0"?> |
| 2 | <!-- |
| 3 | |
hussainnm | 5371252 | 2021-02-18 19:46:31 +0530 | [diff] [blame] | 4 | Copyright (c) 2010, 2021 Oracle and/or its affiliates. All rights reserved. |
Vinay Vishal | 5717147 | 2018-09-18 20:22:00 +0530 | [diff] [blame] | 5 | |
| 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 | |
arjantijms | efe3cd1 | 2021-08-22 00:40:59 +0200 | [diff] [blame] | 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/xsd/maven-4.0.0.xsd"> |
| 21 | <modelVersion>4.0.0</modelVersion> |
| 22 | |
Vinay Vishal | 5717147 | 2018-09-18 20:22:00 +0530 | [diff] [blame] | 23 | <parent> |
| 24 | <groupId>org.glassfish.main.jms</groupId> |
| 25 | <artifactId>jms</artifactId> |
Eclipse Glassfish Bot | ad91414 | 2021-08-26 23:17:42 +0000 | [diff] [blame^] | 26 | <version>6.2.1</version> |
Vinay Vishal | 5717147 | 2018-09-18 20:22:00 +0530 | [diff] [blame] | 27 | <relativePath>../pom.xml</relativePath> |
| 28 | </parent> |
arjantijms | efe3cd1 | 2021-08-22 00:40:59 +0200 | [diff] [blame] | 29 | |
Vinay Vishal | 5717147 | 2018-09-18 20:22:00 +0530 | [diff] [blame] | 30 | <artifactId>jms-core</artifactId> |
| 31 | <packaging>glassfish-jar</packaging> |
David Matějček | f4dc06a | 2021-05-17 12:10:57 +0200 | [diff] [blame] | 32 | |
Vinay Vishal | 5717147 | 2018-09-18 20:22:00 +0530 | [diff] [blame] | 33 | <name>JMS Module</name> |
David Matějček | f4dc06a | 2021-05-17 12:10:57 +0200 | [diff] [blame] | 34 | |
Vinay Vishal | 5717147 | 2018-09-18 20:22:00 +0530 | [diff] [blame] | 35 | <developers> |
| 36 | <developer> |
| 37 | <id>sats</id> |
| 38 | <name>Satish Kumar</name> |
| 39 | <url /> |
| 40 | <organization>Oracle, Inc.</organization> |
| 41 | <roles> |
| 42 | <role>developer</role> |
| 43 | </roles> |
| 44 | </developer> |
| 45 | </developers> |
Vinay Vishal | 5717147 | 2018-09-18 20:22:00 +0530 | [diff] [blame] | 46 | |
| 47 | <dependencies> |
| 48 | <dependency> |
| 49 | <groupId>org.glassfish.main.jms</groupId> |
| 50 | <artifactId>gf-jms-connector</artifactId> |
| 51 | <version>${project.version}</version> |
| 52 | </dependency> |
| 53 | <dependency> |
| 54 | <groupId>org.glassfish.main.common</groupId> |
| 55 | <artifactId>internal-api</artifactId> |
| 56 | <version>${project.version}</version> |
| 57 | </dependency> |
| 58 | <dependency> |
| 59 | <groupId>org.glassfish.main.common</groupId> |
| 60 | <artifactId>glassfish-mbeanserver</artifactId> |
| 61 | <version>${project.version}</version> |
| 62 | </dependency> |
| 63 | <dependency> |
| 64 | <groupId>org.glassfish.main.connectors</groupId> |
| 65 | <artifactId>connectors-internal-api</artifactId> |
| 66 | <version>${project.version}</version> |
| 67 | </dependency> |
| 68 | <dependency> |
| 69 | <groupId>org.glassfish.main.connectors</groupId> |
| 70 | <artifactId>connectors-inbound-runtime</artifactId> |
| 71 | <version>${project.version}</version> |
| 72 | </dependency> |
| 73 | <dependency> |
| 74 | <groupId>org.glassfish.main.connectors</groupId> |
| 75 | <artifactId>connectors-runtime</artifactId> |
| 76 | <version>${project.version}</version> |
| 77 | </dependency> |
| 78 | <dependency> |
| 79 | <groupId>org.glassfish.main.admin</groupId> |
| 80 | <artifactId>admin-util</artifactId> |
| 81 | <version>${project.version}</version> |
| 82 | </dependency> |
| 83 | <dependency> |
| 84 | <groupId>org.glassfish.main.transaction</groupId> |
| 85 | <artifactId>transaction-internal-api</artifactId> |
| 86 | <version>${project.version}</version> |
| 87 | </dependency> |
| 88 | <dependency> |
| 89 | <groupId>org.glassfish.main.ejb</groupId> |
| 90 | <artifactId>gf-ejb-connector</artifactId> |
| 91 | <version>${project.version}</version> |
| 92 | </dependency> |
David Matějček | f4dc06a | 2021-05-17 12:10:57 +0200 | [diff] [blame] | 93 | <dependency> |
Vinay Vishal | 5717147 | 2018-09-18 20:22:00 +0530 | [diff] [blame] | 94 | <groupId>org.glassfish.main.core</groupId> |
| 95 | <artifactId>kernel</artifactId> |
| 96 | <version>${project.version}</version> |
| 97 | </dependency> |
| 98 | <dependency> |
Lukas Jungmann | 03c3faa | 2018-12-20 23:50:53 +0100 | [diff] [blame] | 99 | <groupId>jakarta.jms</groupId> |
| 100 | <artifactId>jakarta.jms-api</artifactId> |
Vinay Vishal | 5717147 | 2018-09-18 20:22:00 +0530 | [diff] [blame] | 101 | </dependency> |
| 102 | <dependency> |
| 103 | <groupId>org.glassfish.annotations</groupId> |
| 104 | <artifactId>logging-annotation-processor</artifactId> |
| 105 | <optional>true</optional> |
| 106 | </dependency> |
| 107 | </dependencies> |
arjantijms | efe3cd1 | 2021-08-22 00:40:59 +0200 | [diff] [blame] | 108 | |
| 109 | <build> |
| 110 | <resources> |
| 111 | <resource> |
| 112 | <directory>src/main/java</directory> |
| 113 | <includes> |
| 114 | <include>**/*.properties</include> |
| 115 | <include>**/*.xml</include> |
| 116 | </includes> |
| 117 | </resource> |
| 118 | <resource> |
| 119 | <directory>src/main/resources</directory> |
| 120 | </resource> |
| 121 | </resources> |
| 122 | </build> |
Vinay Vishal | 5717147 | 2018-09-18 20:22:00 +0530 | [diff] [blame] | 123 | </project> |