We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c89606a commit e197e8bCopy full SHA for e197e8b
pom.xml
@@ -119,15 +119,6 @@
119
<type>pom</type>
120
</dependency>
121
122
- <!-- CDI -->
123
- <dependency>
124
- <groupId>javax.enterprise</groupId>
125
- <artifactId>cdi-api</artifactId>
126
- <version>${cdi}</version>
127
- <scope>provided</scope>
128
- <optional>true</optional>
129
- </dependency>
130
-
131
<!-- Test Dependencies -->
132
<dependency>
133
<groupId>org.apache.cassandra</groupId>
spring-data-cassandra/pom.xml
@@ -23,7 +23,6 @@
23
<properties>
24
<java-module-name>spring.data.cassandra</java-module-name>
25
<project.root>${basedir}/..</project.root>
26
- <jakarta.enterprise.cdi-api.version>3.0.0</jakarta.enterprise.cdi-api.version>
27
</properties>
28
29
<dependencies>
0 commit comments