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