Hasan | b10c9a1 | 2019-02-15 21:38:11 +0100 | [diff] [blame] | 1 | <?xml version="1.0" encoding="UTF-8" standalone="no"?> |
Reto Bachmann-Gmür | 4998e49 | 2011-07-12 12:37:23 +0000 | [diff] [blame] | 2 | <!-- |
Hasan | b10c9a1 | 2019-02-15 21:38:11 +0100 | [diff] [blame] | 3 | Licensed to the Apache Software Foundation (ASF) under one or more |
| 4 | contributor license agreements. See the NOTICE file distributed |
| 5 | with this work for additional information regarding copyright |
| 6 | ownership. The ASF licenses this file to you under the Apache |
| 7 | License, Version 2.0 (the "License"); you may not use this file |
| 8 | except in compliance with the License. You may obtain a copy of |
| 9 | the License at |
Reto Bachmann-Gmür | 4998e49 | 2011-07-12 12:37:23 +0000 | [diff] [blame] | 10 | |
Hasan | b10c9a1 | 2019-02-15 21:38:11 +0100 | [diff] [blame] | 11 | http://www.apache.org/licenses/LICENSE-2.0 |
Reto Bachmann-Gmür | 4998e49 | 2011-07-12 12:37:23 +0000 | [diff] [blame] | 12 | |
Hasan | b10c9a1 | 2019-02-15 21:38:11 +0100 | [diff] [blame] | 13 | Unless required by applicable law or agreed to in writing, |
| 14 | software distributed under the License is distributed on an |
| 15 | "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, |
| 16 | either express or implied. See the License for the specific |
| 17 | language governing permissions and limitations under the License. |
Reto Bachmann-Gmür | 4998e49 | 2011-07-12 12:37:23 +0000 | [diff] [blame] | 18 | --> |
Hasan | f4d4683 | 2020-08-21 22:40:52 +0200 | [diff] [blame] | 19 | <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"> |
| 20 | <modelVersion>4.0.0</modelVersion> |
Reto Bachmann-Gmür | 18cf370 | 2013-03-19 10:31:22 +0000 | [diff] [blame] | 21 | <parent> |
Reto Bachmann-Gmür | 18cf370 | 2013-03-19 10:31:22 +0000 | [diff] [blame] | 22 | <groupId>org.apache.clerezza</groupId> |
Hasan | 6d149e9 | 2019-05-11 20:45:29 +0200 | [diff] [blame] | 23 | <artifactId>clerezza</artifactId> |
Hasan | 2308221 | 2021-05-11 23:10:24 +0200 | [diff] [blame] | 24 | <version>9-SNAPSHOT</version> |
Hasan | b10c9a1 | 2019-02-15 21:38:11 +0100 | [diff] [blame] | 25 | <relativePath>../parent/pom.xml</relativePath> |
Reto Bachmann-Gmür | 18cf370 | 2013-03-19 10:31:22 +0000 | [diff] [blame] | 26 | </parent> |
Hasan | b10c9a1 | 2019-02-15 21:38:11 +0100 | [diff] [blame] | 27 | |
Reto Bachmann-Gmür | 18cf370 | 2013-03-19 10:31:22 +0000 | [diff] [blame] | 28 | <artifactId>jaxrs.rdf.providers</artifactId> |
Hasan | 474e72e | 2020-10-02 09:02:36 +0200 | [diff] [blame] | 29 | <version>2.0.1-SNAPSHOT</version> |
Reto Bachmann-Gmür | 18cf370 | 2013-03-19 10:31:22 +0000 | [diff] [blame] | 30 | <packaging>bundle</packaging> |
Reto Bachmann-Gmür | 18cf370 | 2013-03-19 10:31:22 +0000 | [diff] [blame] | 31 | <name>Clerezza - JAX-RS MessageBodyProviders for RDF</name> |
Hasan | b10c9a1 | 2019-02-15 21:38:11 +0100 | [diff] [blame] | 32 | |
Reto Bachmann-Gmür | 18cf370 | 2013-03-19 10:31:22 +0000 | [diff] [blame] | 33 | <dependencies> |
| 34 | <dependency> |
| 35 | <groupId>org.apache.clerezza</groupId> |
Hasan | b10c9a1 | 2019-02-15 21:38:11 +0100 | [diff] [blame] | 36 | <artifactId>api</artifactId> |
Hasan | 2308221 | 2021-05-11 23:10:24 +0200 | [diff] [blame] | 37 | <version>2.0.1-SNAPSHOT</version> |
Reto Bachmann-Gmür | 18cf370 | 2013-03-19 10:31:22 +0000 | [diff] [blame] | 38 | </dependency> |
| 39 | <dependency> |
| 40 | <groupId>org.apache.clerezza</groupId> |
Hasan | 4dea180 | 2019-07-30 00:32:05 +0200 | [diff] [blame] | 41 | <artifactId>api-implementation</artifactId> |
Hasan | 2308221 | 2021-05-11 23:10:24 +0200 | [diff] [blame] | 42 | <version>2.0.1-SNAPSHOT</version> |
Hasan | b10c9a1 | 2019-02-15 21:38:11 +0100 | [diff] [blame] | 43 | </dependency> |
| 44 | <dependency> |
| 45 | <groupId>org.apache.clerezza</groupId> |
| 46 | <artifactId>representation</artifactId> |
Hasan | 2308221 | 2021-05-11 23:10:24 +0200 | [diff] [blame] | 47 | <version>2.0.1-SNAPSHOT</version> |
Hasan | b10c9a1 | 2019-02-15 21:38:11 +0100 | [diff] [blame] | 48 | </dependency> |
| 49 | <dependency> |
| 50 | <groupId>org.apache.clerezza</groupId> |
| 51 | <artifactId>api.utils</artifactId> |
Hasan | 2308221 | 2021-05-11 23:10:24 +0200 | [diff] [blame] | 52 | <version>2.0.1-SNAPSHOT</version> |
Reto Bachmann-Gmür | 18cf370 | 2013-03-19 10:31:22 +0000 | [diff] [blame] | 53 | </dependency> |
| 54 | <dependency> |
misl | 9b21dd4 | 2013-04-25 13:20:41 +0000 | [diff] [blame] | 55 | <groupId>com.googlecode.json-simple</groupId> |
| 56 | <artifactId>json-simple</artifactId> |
| 57 | <optional>true</optional> |
| 58 | </dependency> |
| 59 | <dependency> |
Reto Bachmann-Gmür | 18cf370 | 2013-03-19 10:31:22 +0000 | [diff] [blame] | 60 | <groupId>javax.ws.rs</groupId> |
Aaron Coburn | 3632e36 | 2017-11-20 13:15:14 -0500 | [diff] [blame] | 61 | <artifactId>javax.ws.rs-api</artifactId> |
Reto Bachmann-Gmür | 18cf370 | 2013-03-19 10:31:22 +0000 | [diff] [blame] | 62 | </dependency> |
retobg | 0092c5e | 2014-03-03 22:36:07 +0100 | [diff] [blame] | 63 | <dependency> |
Aaron Coburn | 3632e36 | 2017-11-20 13:15:14 -0500 | [diff] [blame] | 64 | <groupId>org.osgi</groupId> |
| 65 | <artifactId>org.osgi.service.component.annotations</artifactId> |
retobg | 0092c5e | 2014-03-03 22:36:07 +0100 | [diff] [blame] | 66 | </dependency> |
Reto Bachmann-Gmür | 18cf370 | 2013-03-19 10:31:22 +0000 | [diff] [blame] | 67 | </dependencies> |
Hasan | b10c9a1 | 2019-02-15 21:38:11 +0100 | [diff] [blame] | 68 | |
Hasan | f4d4683 | 2020-08-21 22:40:52 +0200 | [diff] [blame] | 69 | <scm> |
| 70 | <url>https://github.com/apache/clerezza</url> |
| 71 | <connection>scm:git:https://gitbox.apache.org/repos/asf/clerezza.git</connection> |
| 72 | <developerConnection>scm:git:https://gitbox.apache.org/repos/asf/clerezza.git</developerConnection> |
Hasan | 474e72e | 2020-10-02 09:02:36 +0200 | [diff] [blame] | 73 | <tag>HEAD</tag> |
Hasan | f4d4683 | 2020-08-21 22:40:52 +0200 | [diff] [blame] | 74 | </scm> |
| 75 | |
Hasan | b10c9a1 | 2019-02-15 21:38:11 +0100 | [diff] [blame] | 76 | <build> |
| 77 | <plugins> |
| 78 | <plugin> |
| 79 | <groupId>org.apache.felix</groupId> |
| 80 | <artifactId>maven-scr-plugin</artifactId> |
| 81 | </plugin> |
| 82 | </plugins> |
| 83 | </build> |
Hasan | 6d149e9 | 2019-05-11 20:45:29 +0200 | [diff] [blame] | 84 | </project> |