Clement Escoffier | d957195 | 2013-02-27 15:51:08 +0000 | [diff] [blame] | 1 | <?xml version="1.0" encoding="UTF-8"?> |
| 2 | <project xmlns="http://maven.apache.org/POM/4.0.0" |
| 3 | xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" |
| 4 | xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd"> |
| 5 | |
| 6 | <modelVersion>4.0.0</modelVersion> |
| 7 | |
| 8 | <parent> |
| 9 | <groupId>org.apache.felix</groupId> |
| 10 | <artifactId>org.apache.felix.ipojo.handler.eventadmin-it</artifactId> |
| 11 | <version>1.9.0-SNAPSHOT</version> |
| 12 | <relativePath>../../../pom.xml</relativePath> |
| 13 | </parent> |
| 14 | |
| 15 | |
| 16 | <artifactId>ipojo-event-admin-integration-test</artifactId> |
| 17 | <name>${project.artifactId}</name> |
| 18 | |
| 19 | <dependencies> |
| 20 | <dependency> |
| 21 | <groupId>org.osgi</groupId> |
| 22 | <artifactId>org.osgi.compendium</artifactId> |
| 23 | <version>4.2.0</version> |
| 24 | </dependency> |
| 25 | </dependencies> |
| 26 | |
| 27 | </project> |