Skip to content

Commit

Permalink
[PPP-4893] Karaf upgrade to 4.4.6
Browse files Browse the repository at this point in the history
  • Loading branch information
aramos committed Nov 1, 2024
1 parent dbe7866 commit 4a7cc50
Show file tree
Hide file tree
Showing 5 changed files with 46 additions and 13 deletions.
37 changes: 29 additions & 8 deletions assemblies/pentaho-war/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -61,10 +61,10 @@
<artifactId>servlet-api</artifactId>
<groupId>javax.servlet</groupId>
</exclusion>
<exclusion>
<artifactId>javax.servlet-api</artifactId>
<groupId>javax.servlet</groupId>
</exclusion>
<!-- <exclusion>-->
<!-- <artifactId>javax.servlet-api</artifactId>-->
<!-- <groupId>javax.servlet</groupId>-->
<!-- </exclusion>-->
<exclusion>
<artifactId>jug-lgpl</artifactId>
<groupId>org.safehaus.jug</groupId>
Expand All @@ -82,11 +82,11 @@
<groupId>org.apache.xmlgraphics</groupId>
</exclusion>
<exclusion>
<artifactId>org.osgi.core</artifactId>
<artifactId>osgi.core</artifactId>
<groupId>org.osgi</groupId>
</exclusion>
<exclusion>
<artifactId>org.osgi.core</artifactId>
<artifactId>osgi.core</artifactId>
<groupId>org.osgi</groupId>
</exclusion>
<exclusion>
Expand Down Expand Up @@ -549,14 +549,19 @@
<!-- pentaho-platform-core (PentahoSystem) and pdi-osgi-bridge-core (KarafLifecycleListener and OSGIPluginRegistryExtension) -->
<dependency>
<groupId>org.osgi</groupId>
<artifactId>org.osgi.core</artifactId>
<artifactId>osgi.core</artifactId>
<scope>compile</scope>
</dependency>
<dependency>
<groupId>org.osgi</groupId>
<artifactId>org.osgi.compendium</artifactId>
<artifactId>osgi.cmpn</artifactId>
<scope>compile</scope>
</dependency>
<dependency>
<groupId>org.osgi</groupId>
<artifactId>org.osgi.service.log</artifactId>
<version>1.5.0</version>
</dependency>
<dependency>
<groupId>pentaho</groupId>
<artifactId>pentaho-proxy-factory</artifactId>
Expand Down Expand Up @@ -884,6 +889,11 @@
<artifactId>javax.mail</artifactId>
<version>${mail.version}</version>
</dependency>
<dependency>
<groupId>org.glassfish</groupId>
<artifactId>javax.json</artifactId>
<version>1.0.4</version>
</dependency>
<dependency>
<groupId>org.apache.logging.log4j</groupId>
<artifactId>log4j-core</artifactId>
Expand Down Expand Up @@ -920,6 +930,17 @@
</exclusion>
</exclusions>
</dependency>
<dependency>
<groupId>org.slf4j</groupId>
<artifactId>slf4j-simple</artifactId>
<version>${slf4j.version}</version>
<exclusions>
<exclusion>
<artifactId>*</artifactId>
<groupId>*</groupId>
</exclusion>
</exclusions>
</dependency>
<dependency>
<groupId>jcommon</groupId>
<artifactId>jcommon-xml</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion core/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -355,7 +355,7 @@
</dependency>
<dependency>
<groupId>org.osgi</groupId>
<artifactId>org.osgi.core</artifactId>
<artifactId>osgi.core</artifactId>
</dependency>
<dependency>
<groupId>org.hibernate</groupId>
Expand Down
17 changes: 15 additions & 2 deletions extensions/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -630,6 +630,11 @@
<version>${javax.servlet-api.version}</version>
<scope>compile</scope>
</dependency>
<!-- <dependency>-->
<!-- <groupId>jakarta.servlet</groupId>-->
<!-- <artifactId>jakarta.servlet-api</artifactId>-->
<!-- <version>4.0.4</version>-->
<!-- </dependency>-->
<dependency>
<groupId>org.glassfish.metro</groupId>
<artifactId>webservices-api</artifactId>
Expand Down Expand Up @@ -2065,11 +2070,11 @@
</dependency>
<dependency>
<groupId>org.osgi</groupId>
<artifactId>org.osgi.core</artifactId>
<artifactId>osgi.core</artifactId>
</dependency>
<dependency>
<groupId>org.osgi</groupId>
<artifactId>org.osgi.compendium</artifactId>
<artifactId>osgi.cmpn</artifactId>
</dependency>
<dependency>
<groupId>org.openjdk.nashorn</groupId>
Expand Down Expand Up @@ -2737,6 +2742,14 @@
</exclusion>
</exclusions>
</dependency>

<!-- https://mvnrepository.com/artifact/org.springframework.security/spring-security-crypto -->
<dependency>
<groupId>org.springframework.security</groupId>
<artifactId>spring-security-crypto</artifactId>
<version>5.8.12</version>
</dependency>

</dependencies>
<build>
<plugins>
Expand Down
1 change: 0 additions & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,6 @@
<asm-attrs.version>2.2.3</asm-attrs.version>
<mstor.version>0.9.13</mstor.version>
<hibernate-commons-annotations.version>5.1.2.Final</hibernate-commons-annotations.version>
<mina-core.version>2.0.0-M6</mina-core.version>
<hamcrest-all.version>1.3</hamcrest-all.version>
<javax.inject.version>1</javax.inject.version>
<pentaho-vfs.version>1.0</pentaho-vfs.version>
Expand Down
2 changes: 1 addition & 1 deletion repository/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -780,7 +780,7 @@
</dependency>
<dependency>
<groupId>org.osgi</groupId>
<artifactId>org.osgi.core</artifactId>
<artifactId>osgi.core</artifactId>
<scope>test</scope>
</dependency>
<dependency>
Expand Down

0 comments on commit 4a7cc50

Please sign in to comment.