Blame SOURCES/sisu-inject.pom

d40d68
d40d68
	xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
d40d68
	<modelVersion>4.0.0</modelVersion>
d40d68
	<groupId>org.eclipse.sisu</groupId>
d40d68
	<artifactId>org.eclipse.sisu.inject</artifactId>
d40d68
	<version>@VERSION@</version>
d40d68
	<dependencies>
d40d68
		<dependency>
d40d68
			<groupId>com.google.inject</groupId>
d40d68
			<artifactId>guice</artifactId>
d40d68
			<classifier>no_aop</classifier>
d40d68
			<version>4.0</version>
d40d68
			<scope>provided</scope>
d40d68
		</dependency>
d40d68
		<dependency>
d40d68
			<groupId>javax.inject</groupId>
d40d68
			<artifactId>javax.inject</artifactId>
d40d68
			<version>1</version>
d40d68
			<scope>provided</scope>
d40d68
		</dependency>
d40d68
		<dependency>
d40d68
			<groupId>javax.enterprise</groupId>
d40d68
			<artifactId>cdi-api</artifactId>
d40d68
			<version>1.1</version>
d40d68
		</dependency>
d40d68
		<dependency>
d40d68
			<groupId>javax.annotation</groupId>
d40d68
			<artifactId>javax.annotation-api</artifactId>
d40d68
			<version>1.2</version>
d40d68
			<scope>provided</scope>
d40d68
		</dependency>
d40d68
		<dependency>
d40d68
			<groupId>com.google.inject.extensions</groupId>
d40d68
			<artifactId>guice-servlet</artifactId>
d40d68
			<version>4.0</version>
d40d68
			<scope>provided</scope>
d40d68
		</dependency>
d40d68
		<dependency>
d40d68
			<groupId>javax.servlet</groupId>
d40d68
			<artifactId>servlet-api</artifactId>
d40d68
			<version>2.5</version>
d40d68
			<scope>provided</scope>
d40d68
		</dependency>
d40d68
		<dependency>
d40d68
			<groupId>org.slf4j</groupId>
d40d68
			<artifactId>slf4j-api</artifactId>
d40d68
			<version>1.7.13</version>
d40d68
			<scope>provided</scope>
d40d68
		</dependency>
d40d68
		<dependency>
d40d68
			<groupId>org.osgi</groupId>
d40d68
			<artifactId>osgi.core</artifactId>
d40d68
			<version>6.0.0</version>
d40d68
			<scope>provided</scope>
d40d68
		</dependency>
d40d68
		<dependency>
d40d68
			<groupId>junit</groupId>
d40d68
			<artifactId>junit</artifactId>
d40d68
			<version>4.12</version>
d40d68
			<scope>provided</scope>
d40d68
		</dependency>
d40d68
		<dependency>
d40d68
			<groupId>org.testng</groupId>
d40d68
			<artifactId>testng</artifactId>
d40d68
			<version>6.9.10</version>
d40d68
			<scope>provided</scope>
d40d68
		</dependency>
d40d68
	</dependencies>
d40d68
	<build>
d40d68
		<sourceDirectory>org.eclipse.sisu.inject/src</sourceDirectory>
d40d68
	</build>
d40d68
</project>