Skip to content

Commit

Permalink
Update dependencies to correctly
Browse files Browse the repository at this point in the history
  • Loading branch information
PENEKhun committed Apr 1, 2024
1 parent 97ab938 commit c42281e
Showing 1 changed file with 1 addition and 10 deletions.
11 changes: 1 addition & 10 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,16 +20,7 @@ RestController through annotations.

```groovy
implementation 'org.easypeelsecurity:easypeel-method-security:0.0.4'
```

```xml

<dependency>
<groupId>org.easypeelsecurity</groupId>
<artifactId>easypeel-method-security</artifactId>
<version>0.0.4</version>
<scope>provided</scope>
</dependency>
annotationProcessor 'org.easypeelsecurity:easypeel-method-security:0.0.4'
```

## Quick Start
Expand Down

0 comments on commit c42281e

Please sign in to comment.