Skip to content

Commit

Permalink
Remove Json Converters (#1184)
Browse files Browse the repository at this point in the history
  • Loading branch information
radcortez authored Jun 28, 2024
1 parent 3ccf7a9 commit 906fb14
Show file tree
Hide file tree
Showing 12 changed files with 0 additions and 261 deletions.
53 changes: 0 additions & 53 deletions converters/json/pom.xml

This file was deleted.

This file was deleted.

This file was deleted.

5 changes: 0 additions & 5 deletions converters/json/src/main/resources/META-INF/beans.xml

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

7 changes: 0 additions & 7 deletions coverage/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -71,13 +71,6 @@
<version>${project.version}</version>
</dependency>

<!-- Converters -->
<dependency>
<groupId>io.smallrye.config</groupId>
<artifactId>smallrye-config-converter-json</artifactId>
<version>${project.version}</version>
</dependency>

<!-- Misc -->
<dependency>
<groupId>io.smallrye.config</groupId>
Expand Down
1 change: 0 additions & 1 deletion documentation/mkdocs.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,6 @@ nav:
- 'KeyStore': config-sources/keystore.md
- Converters:
- 'Custom': converters/custom.md
- 'JSON': converters/json.md
- Extensions:
- 'Interceptors': extensions/interceptors.md
- 'Fallback': extensions/fallback.md
Expand Down
32 changes: 0 additions & 32 deletions documentation/src/main/docs/converters/json.md

This file was deleted.

1 change: 0 additions & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,6 @@
<module>sources/yaml</module>
<module>sources/zookeeper</module>
<module>sources/keystore</module>
<module>converters/json</module>
<module>utils/events</module>
<module>utils/cdi-provider</module>
<module>utils/crypto</module>
Expand Down

0 comments on commit 906fb14

Please sign in to comment.