Modify Rule S3422: Add Compliant code examples (#4399)

This commit is contained in:
mike-swainston-rainford-sonar 2024-10-10 10:17:35 +01:00 committed by GitHub
parent b5f14301e9
commit 2aec911a18
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -16,6 +16,17 @@
</dependency>
----
=== Compliant solution
[source,xml]
----
<dependency>
<groupId>javax.sql</groupId>
<artifactId>jdbc-stdext</artifactId>
<version>2.0</version>
<scope>provided</scope>
</dependency>
----
ifdef::env-github,rspecator-view[]