Skip to content

Commit fb460cd

Browse files
committed
README formatting
1 parent 7b1a4c1 commit fb460cd

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.MD

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -86,8 +86,8 @@ Once the plugin is applied, dependencies are automatically determined based on t
8686
```
8787
module org.example.mymodule {
8888
requires com.fasterxml.jackson.core; // -> implementation("com.fasterxml.jackson.core:jackson-core")
89-
requires transitive org.slf4j; // -> api("org.slf4j:slf4j-api")
90-
requires static jakarta.servlet; // -> compileOnly("jakarta.servlet:jakarta.servlet-api")
89+
requires transitive org.slf4j; // -> api("org.slf4j:slf4j-api")
90+
requires static jakarta.servlet; // -> compileOnly("jakarta.servlet:jakarta.servlet-api")
9191
requires /*runtime*/ org.slf4j.simple; // -> runtimeOnly("org.slf4j:slf4j-simple")
9292
}
9393
```

0 commit comments

Comments
 (0)