This closes #694 This closes
This commit is contained in:
commit
b2a8cb22d0
|
@ -59,10 +59,6 @@
|
|||
<groupId>org.apache.geronimo.specs</groupId>
|
||||
<artifactId>geronimo-jms_2.0_spec</artifactId>
|
||||
</dependency>
|
||||
<dependency>
|
||||
<groupId>javax.inject</groupId>
|
||||
<artifactId>javax.inject</artifactId>
|
||||
</dependency>
|
||||
|
||||
<dependency>
|
||||
<groupId>junit</groupId>
|
||||
|
|
13
pom.xml
13
pom.xml
|
@ -347,19 +347,6 @@
|
|||
<!-- License: Apache 2.0 -->
|
||||
</dependency>
|
||||
|
||||
<!-- Required for: JMS Injection -->
|
||||
<dependency>
|
||||
<groupId>javax.enterprise</groupId>
|
||||
<artifactId>cdi-api</artifactId>
|
||||
<version>1.2</version>
|
||||
<!-- License: Apache 2.0 -->
|
||||
</dependency>
|
||||
<dependency>
|
||||
<groupId>javax.inject</groupId>
|
||||
<artifactId>javax.inject</artifactId>
|
||||
<version>1</version>
|
||||
<!-- License: Apache 2.0 -->
|
||||
</dependency>
|
||||
<!-- End JMS Injection -->
|
||||
|
||||
<!-- ## Examples Dependencies ## -->
|
||||
|
|
|
@ -333,12 +333,6 @@
|
|||
<version>${pax.exam.version}</version>
|
||||
<scope>test</scope>
|
||||
</dependency>
|
||||
<dependency>
|
||||
<groupId>org.apache.geronimo.specs</groupId>
|
||||
<artifactId>geronimo-atinject_1.0_spec</artifactId>
|
||||
<version>1.0</version>
|
||||
<scope>provided</scope>
|
||||
</dependency>
|
||||
<dependency>
|
||||
<groupId>org.apache.karaf</groupId>
|
||||
<artifactId>apache-karaf</artifactId>
|
||||
|
|
Loading…
Reference in New Issue