Alex Karasulu | 9fee5e2 | 2006-08-17 17:53:44 +0000 | [diff] [blame] | 1 | <project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" |
| 2 | xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd"> |
| 3 | <parent> |
| 4 | <artifactId>felix</artifactId> |
| 5 | <groupId>org.apache.felix</groupId> |
Richard S. Hall | 11af3c6 | 2006-12-22 19:13:37 +0000 | [diff] [blame] | 6 | <version>0.9.0-incubator-SNAPSHOT</version> |
Alex Karasulu | 9fee5e2 | 2006-08-17 17:53:44 +0000 | [diff] [blame] | 7 | </parent> |
| 8 | <modelVersion>4.0.0</modelVersion> |
| 9 | <groupId>org.apache.felix.plugins</groupId> |
| 10 | <artifactId>maven-felix-plugin</artifactId> |
| 11 | <packaging>maven-plugin</packaging> |
| 12 | <name>Maven Felix Plugin</name> |
| 13 | <dependencies> |
| 14 | <dependency> |
| 15 | <groupId>org.apache.maven</groupId> |
| 16 | <artifactId>maven-project</artifactId> |
| 17 | <version>2.0</version> |
| 18 | </dependency> |
| 19 | <dependency> |
| 20 | <groupId>org.apache.maven</groupId> |
| 21 | <artifactId>maven-plugin-api</artifactId> |
| 22 | <version>2.0</version> |
| 23 | </dependency> |
| 24 | <dependency> |
| 25 | <groupId>org.codehaus.plexus</groupId> |
| 26 | <artifactId>plexus-utils</artifactId> |
| 27 | <version>1.0.5</version> |
| 28 | </dependency> |
| 29 | <dependency> |
| 30 | <groupId>org.apache.felix</groupId> |
| 31 | <artifactId>org.apache.felix.framework</artifactId> |
Richard S. Hall | 11af3c6 | 2006-12-22 19:13:37 +0000 | [diff] [blame] | 32 | <version>0.9.0-incubator-SNAPSHOT</version> |
Alex Karasulu | 9fee5e2 | 2006-08-17 17:53:44 +0000 | [diff] [blame] | 33 | </dependency> |
| 34 | <dependency> |
| 35 | <groupId>org.apache.felix</groupId> |
| 36 | <artifactId>org.osgi.core</artifactId> |
Richard S. Hall | 11af3c6 | 2006-12-22 19:13:37 +0000 | [diff] [blame] | 37 | <version>0.9.0-incubator-SNAPSHOT</version> |
Alex Karasulu | 9fee5e2 | 2006-08-17 17:53:44 +0000 | [diff] [blame] | 38 | </dependency> |
| 39 | <dependency> |
| 40 | <groupId>junit</groupId> |
| 41 | <artifactId>junit</artifactId> |
| 42 | <version>3.8.1</version> |
| 43 | <scope>test</scope> |
| 44 | </dependency> |
| 45 | </dependencies> |
| 46 | </project> |