aboutsummaryrefslogtreecommitdiffstats
path: root/container-di
diff options
context:
space:
mode:
authorHÃ¥kon Hallingstad <hakon@oath.com>2019-01-04 16:01:14 +0100
committerGitHub <noreply@github.com>2019-01-04 16:01:14 +0100
commitcd470d8ac8a58c943748f028a37d864507628e99 (patch)
tree7d7abbfc040f37b614a8d1c980d7f632597c51f6 /container-di
parent8ea7795c01e0830bb9b218cb60759ffc01551f56 (diff)
Revert "Enable ABI checking on modules with public APIs"
Diffstat (limited to 'container-di')
-rw-r--r--container-di/abi-spec.json16
-rw-r--r--container-di/pom.xml4
2 files changed, 0 insertions, 20 deletions
diff --git a/container-di/abi-spec.json b/container-di/abi-spec.json
deleted file mode 100644
index a9dda2ae224..00000000000
--- a/container-di/abi-spec.json
+++ /dev/null
@@ -1,16 +0,0 @@
-{
- "com.yahoo.container.di.componentgraph.Provider": {
- "superClass": "java.lang.Object",
- "interfaces": [],
- "attributes": [
- "public",
- "interface",
- "abstract"
- ],
- "methods": [
- "public abstract java.lang.Object get()",
- "public abstract void deconstruct()"
- ],
- "fields": []
- }
-} \ No newline at end of file
diff --git a/container-di/pom.xml b/container-di/pom.xml
index 38c6bd55822..96ceedad352 100644
--- a/container-di/pom.xml
+++ b/container-di/pom.xml
@@ -123,10 +123,6 @@
<forkMode>once</forkMode>
</configuration>
</plugin>
- <plugin>
- <groupId>com.yahoo.vespa</groupId>
- <artifactId>abi-check-plugin</artifactId>
- </plugin>
</plugins>
</build>
</project>