Skip to content

Commit a7e812a

Browse files
author
aramos
committed
[PPP-4893][PPP-5077][PPP-5128][PPP-4407][PPP-4660][PPP-4760][PPP-5043][PPP-4967] Karaf upgrade to 4.4.6 and vulnerability fixes
1 parent 07846de commit a7e812a

3 files changed

Lines changed: 8 additions & 9 deletions

File tree

osgi/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@
2424
</dependency>
2525
<dependency>
2626
<groupId>org.osgi</groupId>
27-
<artifactId>org.osgi.core</artifactId>
27+
<artifactId>osgi.core</artifactId>
2828
</dependency>
2929
</dependencies>
3030
</project>

pentaho/pom.xml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -129,9 +129,9 @@
129129
<artifactId>jersey-servlet</artifactId>
130130
</dependency>
131131
<dependency>
132-
<groupId>org.hitachivantara</groupId>
133-
<artifactId>safeyaml</artifactId>
134-
<version>${safeyaml.version}</version>
132+
<groupId>org.yaml</groupId>
133+
<artifactId>snakeyaml</artifactId>
134+
<version>${snakeyaml.version}</version>
135135
</dependency>
136136
<dependency>
137137
<groupId>org.javassist</groupId>
@@ -189,7 +189,7 @@
189189
<!-- region Test dependencies -->
190190
<dependency>
191191
<groupId>org.osgi</groupId>
192-
<artifactId>org.osgi.core</artifactId>
192+
<artifactId>osgi.core</artifactId>
193193
<scope>test</scope>
194194
</dependency>
195195

pom.xml

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,6 @@
4646
<junit.version>4.13.2</junit.version>
4747
<jsr311-api.version>1.1.1</jsr311-api.version>
4848
<eigenbase-xom.version>1.3.1</eigenbase-xom.version>
49-
<safeyaml.version>1.34.1</safeyaml.version>
5049
<jaxrpc-api.version>1.1</jaxrpc-api.version>
5150
<olap4j.version>1.2.0</olap4j.version>
5251
<orientdb.version>3.1.15</orientdb.version>
@@ -240,9 +239,9 @@
240239
<version>${jersey.version}</version>
241240
</dependency>
242241
<dependency>
243-
<groupId>org.hitachivantara</groupId>
244-
<artifactId>safeyaml</artifactId>
245-
<version>${safeyaml.version}</version>
242+
<groupId>org.yaml</groupId>
243+
<artifactId>snakeyaml</artifactId>
244+
<version>${snakeyaml.version}</version>
246245
</dependency>
247246
<dependency>
248247
<groupId>org.javassist</groupId>

0 commit comments

Comments
 (0)