Skip to content

Commit

Permalink
#221: deps
Browse files Browse the repository at this point in the history
  • Loading branch information
yegor256 committed Jun 9, 2023
1 parent ca7a9f1 commit 05d55bd
Showing 1 changed file with 12 additions and 12 deletions.
24 changes: 12 additions & 12 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -60,17 +60,23 @@ OF THE POSSIBILITY OF SUCH DAMAGE.
</site>
</distributionManagement>
<dependencies>
<dependency>
<groupId>org.projectlombok</groupId>
<artifactId>lombok</artifactId>
<version>1.18.28</version>
</dependency>
<dependency>
<groupId>org.aspectj</groupId>
<artifactId>aspectjrt</artifactId>
<version>1.9.19</version>
<scope>runtime</scope>
</dependency>
<dependency>
<groupId>com.jcabi</groupId>
<artifactId>jcabi-aspects</artifactId>
<version>0.24.1</version>
<scope>test</scope>
</dependency>
<dependency>
<groupId>org.projectlombok</groupId>
<artifactId>lombok</artifactId>
<version>1.18.28</version>
</dependency>
<dependency>
<groupId>javax.validation</groupId>
<artifactId>validation-api</artifactId>
Expand All @@ -83,12 +89,6 @@ OF THE POSSIBILITY OF SUCH DAMAGE.
<version>3.12.0</version>
<scope>test</scope>
</dependency>
<dependency>
<groupId>org.aspectj</groupId>
<artifactId>aspectjrt</artifactId>
<version>1.9.19</version>
<scope>runtime</scope>
</dependency>
<dependency>
<groupId>com.h2database</groupId>
<artifactId>h2</artifactId>
Expand All @@ -105,7 +105,7 @@ OF THE POSSIBILITY OF SUCH DAMAGE.
<groupId>mysql</groupId>
<artifactId>mysql-connector-java</artifactId>
<version>8.0.33</version>
<scope>provided</scope>
<scope>test</scope>
</dependency>
<dependency>
<groupId>com.jolbox</groupId>
Expand Down

0 comments on commit 05d55bd

Please sign in to comment.