db4fc0
db4fc0
	xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
db4fc0
	<modelVersion>4.0.0</modelVersion>
db4fc0
	<groupId>org.eclipse.sisu</groupId>
db4fc0
	<artifactId>org.eclipse.sisu.plexus</artifactId>
db4fc0
	<version>@VERSION@</version>
db4fc0
	<dependencies>
db4fc0
		<dependency>
db4fc0
			<groupId>${project.groupId}</groupId>
db4fc0
			<artifactId>org.eclipse.sisu.inject</artifactId>
db4fc0
			<version>${project.version}</version>
db4fc0
		</dependency>
db4fc0
		<dependency>
db4fc0
			<groupId>org.codehaus.plexus</groupId>
db4fc0
			<artifactId>plexus-classworlds</artifactId>
db4fc0
			<version>2.5.2</version>
db4fc0
		</dependency>
db4fc0
		<dependency>
db4fc0
			<groupId>org.codehaus.plexus</groupId>
db4fc0
			<artifactId>plexus-component-annotations</artifactId>
db4fc0
			<version>1.6</version>
db4fc0
		</dependency>
db4fc0
		<dependency>
db4fc0
			<groupId>org.codehaus.plexus</groupId>
db4fc0
			<artifactId>plexus-utils</artifactId>
db4fc0
			<version>3.0.22</version>
db4fc0
		</dependency>
db4fc0
		<dependency>
db4fc0
			<groupId>com.google.inject</groupId>
db4fc0
			<artifactId>guice</artifactId>
db4fc0
			<classifier>no_aop</classifier>
db4fc0
			<version>4.0</version>
db4fc0
			<scope>provided</scope>
db4fc0
		</dependency>
db4fc0
		<dependency>
db4fc0
			<groupId>org.slf4j</groupId>
db4fc0
			<artifactId>slf4j-api</artifactId>
db4fc0
			<version>1.7.13</version>
db4fc0
			<scope>provided</scope>
db4fc0
		</dependency>
db4fc0
		<dependency>
db4fc0
			<groupId>org.osgi</groupId>
db4fc0
			<artifactId>osgi.core</artifactId>
db4fc0
			<version>6.0.0</version>
db4fc0
			<scope>provided</scope>
db4fc0
		</dependency>
db4fc0
		<dependency>
db4fc0
			<groupId>junit</groupId>
db4fc0
			<artifactId>junit</artifactId>
db4fc0
			<version>4.12</version>
db4fc0
			<scope>provided</scope>
db4fc0
		</dependency>
db4fc0
	</dependencies>
db4fc0
	<build>
db4fc0
		<sourceDirectory>org.eclipse.sisu.plexus/src</sourceDirectory>
db4fc0
		<resources>
db4fc0
			<resource>
db4fc0
				<targetPath>META-INF/plexus</targetPath>
db4fc0
				<filtering>false</filtering>
db4fc0
				<directory>${basedir}/org.eclipse.sisu.plexus/META-INF/plexus</directory>
db4fc0
				<includes>
db4fc0
					<include>components.xml</include>
db4fc0
				</includes>
db4fc0
			</resource>
db4fc0
		</resources>
db4fc0
	</build>
db4fc0
</project>