Skip to content

Commit 73fffec

Browse files
committed
Polishing.
Remove unused pom elements. See #1169
1 parent 3407d2a commit 73fffec

File tree

2 files changed

+0
-10
lines changed

2 files changed

+0
-10
lines changed

pom.xml

-9
Original file line numberDiff line numberDiff line change
@@ -119,15 +119,6 @@
119119
<type>pom</type>
120120
</dependency>
121121

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-
131122
<!-- Test Dependencies -->
132123
<dependency>
133124
<groupId>org.apache.cassandra</groupId>

spring-data-cassandra/pom.xml

-1
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,6 @@
2323
<properties>
2424
<java-module-name>spring.data.cassandra</java-module-name>
2525
<project.root>${basedir}/..</project.root>
26-
<jakarta.enterprise.cdi-api.version>3.0.0</jakarta.enterprise.cdi-api.version>
2726
</properties>
2827

2928
<dependencies>

0 commit comments

Comments
 (0)