Skip to content

Commit

Permalink
Merge pull request #1286 from angel-ramoscardona/karaf-upgrade-4.4.6
Browse files Browse the repository at this point in the history
[PPP-4893] Karaf upgrade to 4.4.6
  • Loading branch information
rmansoor authored Nov 8, 2024
2 parents 8bb57ad + 2d336cb commit 086f607
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 7 deletions.
8 changes: 4 additions & 4 deletions core/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -404,7 +404,7 @@
</dependency>
<dependency>
<groupId>org.osgi</groupId>
<artifactId>org.osgi.core</artifactId>
<artifactId>osgi.core</artifactId>
<scope>test</scope>
</dependency>
<dependency>
Expand Down Expand Up @@ -519,9 +519,9 @@
<scope>test</scope>
</dependency>
<dependency>
<groupId>org.hitachivantara</groupId>
<artifactId>safeyaml</artifactId>
<version>${safeyaml.version}</version>
<groupId>org.yaml</groupId>
<artifactId>snakeyaml</artifactId>
<version>${snakeyaml.version}</version>
<scope>test</scope>
</dependency>
<dependency>
Expand Down
6 changes: 3 additions & 3 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -1190,9 +1190,9 @@
</exclusions>
</dependency>
<dependency>
<groupId>org.hitachivantara</groupId>
<artifactId>safeyaml</artifactId>
<version>${safeyaml.version}</version>
<groupId>org.yaml</groupId>
<artifactId>snakeyaml</artifactId>
<version>${snakeyaml.version}</version>
<scope>test</scope>
</dependency>
<dependency>
Expand Down

0 comments on commit 086f607

Please sign in to comment.