You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@aries.apache.org by ro...@apache.org on 2019/11/22 22:03:52 UTC

[aries-cdi] 06/19: add spi to bom

This is an automated email from the ASF dual-hosted git repository.

rotty3000 pushed a commit to branch rotty3000/cdi-spi
in repository https://gitbox.apache.org/repos/asf/aries-cdi.git

commit 1cef6fc997dc9316c552941ec7eaa42dfebb933c
Author: Raymond Augé <ro...@apache.org>
AuthorDate: Fri Nov 22 11:24:31 2019 -0500

    add spi to bom
    
    Signed-off-by: Raymond Augé <ro...@apache.org>
---
 cdi-bom/pom.xml | 6 ++++++
 1 file changed, 6 insertions(+)

diff --git a/cdi-bom/pom.xml b/cdi-bom/pom.xml
index ac4bc90..c5c6b5e 100644
--- a/cdi-bom/pom.xml
+++ b/cdi-bom/pom.xml
@@ -76,6 +76,12 @@
 				<scope>compile</scope>
 			</dependency>
 			<dependency>
+				<groupId>org.apache.aries.cdi</groupId>
+				<artifactId>org.apache.aries.cdi.spi</artifactId>
+				<version>${project.version}</version>
+				<scope>compile</scope>
+			</dependency>
+			<dependency>
 				<groupId>org.apache.aries.spifly</groupId>
 				<artifactId>org.apache.aries.spifly.dynamic.framework.extension</artifactId>
 				<version>1.2</version>