Skip to content

Commit

Permalink
#82: Fixes issue with lombok in artifact
Browse files Browse the repository at this point in the history
  • Loading branch information
Tiliavir committed Feb 13, 2022
1 parent b86a2cf commit d294dda
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@
<groupId>org.projectlombok</groupId>
<artifactId>lombok</artifactId>
<version>1.18.22</version>
<scope>compile</scope>
<scope>provided</scope>
</dependency>
<dependency>
<groupId>com.atlassian.plugin</groupId>
Expand Down Expand Up @@ -111,7 +111,6 @@
<version>2.0.0-alpha1</version>
<scope>test</scope>
</dependency>

</dependencies>

<build>
Expand Down

0 comments on commit d294dda

Please sign in to comment.