Skip to content

Commit aee2650

Browse files
committed
Remove @service from InjectExtension as not required
I think it is clearer if @service is not here as it isn't used or required.
1 parent fd20a56 commit aee2650

File tree

3 files changed

+0
-11
lines changed

3 files changed

+0
-11
lines changed

inject/pom.xml

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -43,13 +43,6 @@
4343
<optional>true</optional>
4444
</dependency>
4545

46-
<dependency>
47-
<groupId>io.avaje</groupId>
48-
<artifactId>avaje-spi-service</artifactId>
49-
<version>1.11</version>
50-
<optional>true</optional>
51-
</dependency>
52-
5346
<dependency>
5447
<groupId>org.mockito</groupId>
5548
<artifactId>mockito-core</artifactId>
Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,4 @@
11
package io.avaje.inject.spi;
22

3-
import io.avaje.spi.Service;
4-
53
/** Superclass for all Inject SPI classes */
6-
@Service
74
public interface InjectExtension {}

inject/src/main/java/module-info.java

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,6 @@
88
requires transitive jakarta.inject;
99
requires static io.avaje.config;
1010
requires static org.mockito;
11-
requires static io.avaje.spi;
1211

1312
uses io.avaje.inject.spi.InjectExtension;
1413
uses io.avaje.inject.spi.Module;

0 commit comments

Comments
 (0)