Skip to content

Commit

Permalink
#207 Update JUnit and remove duplicate dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
jelemux committed Mar 30, 2023
1 parent 034bfb1 commit 9bf4533
Showing 1 changed file with 4 additions and 15 deletions.
19 changes: 4 additions & 15 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -62,6 +62,7 @@
<dependency>
<groupId>org.yaml</groupId>
<artifactId>snakeyaml</artifactId>
<version>2.0</version>
</dependency>

<dependency>
Expand Down Expand Up @@ -99,7 +100,7 @@
<dependency>
<groupId>org.eclipse.jgit</groupId>
<artifactId>org.eclipse.jgit</artifactId>
<version>4.5.0.201609210915-r</version>
<version>5.1.16.202106041830-r</version>
</dependency>

<!-- cas authentication -->
Expand Down Expand Up @@ -164,7 +165,7 @@
<dependency>
<groupId>junit</groupId>
<artifactId>junit</artifactId>
<version>4.11</version>
<version>4.13.2</version>
<scope>test</scope>
</dependency>
<dependency>
Expand All @@ -186,18 +187,6 @@
<version>5.2.1</version>
</dependency>

<dependency>
<groupId>org.yaml</groupId>
<artifactId>snakeyaml</artifactId>
<version>2.0</version>
</dependency>

<dependency>
<groupId>org.eclipse.jgit</groupId>
<artifactId>org.eclipse.jgit</artifactId>
<version>5.1.16.202106041830-r</version>
</dependency>

</dependencies>


Expand Down Expand Up @@ -258,7 +247,7 @@
<dependency>
<groupId>org.eclipse.jgit</groupId>
<artifactId>org.eclipse.jgit</artifactId>
<version>6.5.0.202303070854-r</version>
<version>5.1.16.202106041830-r</version>
</dependency>
</dependencies>
</plugin>
Expand Down

0 comments on commit 9bf4533

Please sign in to comment.