Skip to content

Commit

Permalink
RELEASE 52
Browse files Browse the repository at this point in the history
- JCB updates
- JDD updates
- AWJ updates
  • Loading branch information
seralekseenko committed Feb 4, 2022
1 parent 4cbd4ae commit a539c51
Showing 1 changed file with 7 additions and 21 deletions.
28 changes: 7 additions & 21 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,23 +3,24 @@
<groupId>academy.kovalevskyi</groupId>
<artifactId>Zeus</artifactId>
<packaging>jar</packaging>
<version>52-SNAPSHOT</version>
<version>52</version>

<name>Zeus</name>
<description>
This thing checks students' homework at kovalevskyi.academy.
</description>

<properties>
<version.testingFramework>29</version.testingFramework>
<version.testingFramework>30</version.testingFramework>

<version.codingBootcamp>21</version.codingBootcamp>
<version.algorithmsWithJava>21</version.algorithmsWithJava>
<version.javaDeepDive>18</version.javaDeepDive>
<version.codingBootcamp>23</version.codingBootcamp>
<version.algorithmsWithJava>22</version.algorithmsWithJava>
<version.javaDeepDive>19</version.javaDeepDive>

<java.version>17</java.version>
<checkstyle.version>9.2.1</checkstyle.version>
<slf4j.version>1.7.32</slf4j.version>
<!-- <checkstyle.version>9.3</checkstyle.version> CRASH BUG-->
<slf4j.version>1.7.35</slf4j.version>
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
</properties>

Expand Down Expand Up @@ -163,21 +164,6 @@
</build>

<dependencies>
<!-- https://mvnrepository.com/artifact/org.slf4j/slf4j-api -->
<dependency>
<groupId>org.slf4j</groupId>
<artifactId>slf4j-api</artifactId>
<version>${slf4j.version}</version>
</dependency>

<!-- https://mvnrepository.com/artifact/org.slf4j/slf4j-simple -->
<dependency>
<groupId>org.slf4j</groupId>
<artifactId>slf4j-simple</artifactId>
<version>${slf4j.version}</version>
<scope>test</scope>
</dependency>

<dependency>
<groupId>info.picocli</groupId>
<artifactId>picocli</artifactId>
Expand Down

0 comments on commit a539c51

Please sign in to comment.