Skip to content

Commit 055c297

Browse files
authored
chore: remove unused gatling dependency (#140)
1 parent ac5bbd3 commit 055c297

File tree

2 files changed

+1
-3
lines changed

2 files changed

+1
-3
lines changed

gradle/libs.versions.toml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,6 @@ aws = "2.20.39"
1111
bouncyCastle-jdk18on = "1.72"
1212
cloudEvents = "2.4.2"
1313
failsafe = "3.3.1"
14-
gatling = "3.7.5"
1514
googleCloudIamAdmin = "1.2.5"
1615
googleCloudIamCredentials = "2.14.0"
1716
googleCloudStorage = "2.21.0"
@@ -46,7 +45,6 @@ bouncyCastle-bcpkixJdk18on = { module = "org.bouncycastle:bcpkix-jdk18on", versi
4645
cloudEvents = { module = "io.cloudevents:cloudevents-http-basic", version.ref = "cloudEvents" }
4746
failsafe-core = { module = "dev.failsafe:failsafe", version.ref = "failsafe" }
4847
failsafe-okhttp = { module = "dev.failsafe:failsafe-okhttp", version.ref = "failsafe" }
49-
gatling = { module = "io.gatling.highcharts:gatling-charts-highcharts", version.ref = "gatling" }
5048
h2 = { module = "com.h2database:h2", version.ref = "h2" }
5149
mockserver-netty = { module = "org.mock-server:mockserver-netty", version.ref = "httpMockServer" }
5250
mockserver-client = { module = "org.mock-server:mockserver-client-java", version.ref = "httpMockServer" }

plugins/autodoc/autodoc-processor/src/main/java/org/eclipse/edc/plugins/autodoc/core/processor/EdcModuleProcessor.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,7 @@
6363
"org.eclipse.edc.runtime.metamodel.annotation.Inject",
6464
})
6565
@SupportedSourceVersion(SourceVersion.RELEASE_11)
66-
@SupportedOptions({ EdcModuleProcessor.ID, EdcModuleProcessor.VERSION })
66+
@SupportedOptions({ EdcModuleProcessor.ID, EdcModuleProcessor.VERSION, EdcModuleProcessor.EDC_OUTPUTDIR_OVERRIDE })
6767
public class EdcModuleProcessor extends AbstractProcessor {
6868
public static final String VERSION = "edc.version";
6969
public static final String ID = "edc.id";

0 commit comments

Comments
 (0)