Skip to content

Commit 4247879

Browse files
committed
Remove explicit dependency infos
The information can be foundon Maven central, and so we need not to update the README.md on every release. Signed-off-by: Sven Strittmatter <sven.strittmatter@iteratec.com>
1 parent c8e287b commit 4247879

File tree

1 file changed

+1
-17
lines changed

1 file changed

+1
-17
lines changed

README.md

Lines changed: 1 addition & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -10,23 +10,7 @@ Java Client to interact with the DefectDojo API.
1010

1111
## Dependency Information
1212

13-
You can find the latest version on [Maven Central](https://central.sonatype.com/artifact/io.securecodebox/defectdojo-client/).
14-
15-
### Maven
16-
17-
```xml
18-
<dependency>
19-
<groupId>io.securecodebox</groupId>
20-
<artifactId>defectdojo-client</artifactId>
21-
<version>1.0.1</version>
22-
</dependency>
23-
```
24-
25-
### Gradle
26-
27-
```groovy
28-
implementation group: 'io.securecodebox', name: 'defectdojo-client', version: '1.0.1'
29-
```
13+
You can find the latest version and dependency infos on [Maven Central](https://central.sonatype.com/artifact/io.securecodebox/defectdojo-client/).
3014

3115
## Development
3216

0 commit comments

Comments
 (0)