Skip to content

Commit c379290

Browse files
authored
Fix release by removing unused invalid dependencies (#559)
* Remove unused dependencies --------- Signed-off-by: Scott M Stark <[email protected]>
1 parent 692016e commit c379290

File tree

1 file changed

+0
-17
lines changed

1 file changed

+0
-17
lines changed

dist-build/pom.xml

-17
Original file line numberDiff line numberDiff line change
@@ -134,23 +134,6 @@
134134
<version>${project.version}</version>
135135
<optional>true</optional>
136136
</dependency>
137-
138-
<dependency>
139-
<groupId>jakarta.enterprise</groupId>
140-
<artifactId>cdi-tck-dist-porting-package</artifactId>
141-
<version>${project.version}</version>
142-
<type>zip</type>
143-
<optional>true</optional>
144-
<classifier>dist</classifier>
145-
</dependency>
146-
<dependency>
147-
<groupId>jakarta.enterprise</groupId>
148-
<artifactId>cdi-tck-dist-libs</artifactId>
149-
<version>${project.version}</version>
150-
<type>zip</type>
151-
<optional>true</optional>
152-
<classifier>dist</classifier>
153-
</dependency>
154137
</dependencies>
155138

156139
<build>

0 commit comments

Comments
 (0)