Skip to content

Commit

Permalink
Merge pull request #5760 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
angel-ramoscardona authored Nov 8, 2024
2 parents b672a1f + 3b662a5 commit ce2af0b
Show file tree
Hide file tree
Showing 5 changed files with 34 additions and 13 deletions.
33 changes: 25 additions & 8 deletions assemblies/pentaho-war/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -61,10 +61,6 @@
<artifactId>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 +78,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 +545,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 +885,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 +926,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
9 changes: 7 additions & 2 deletions extensions/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -2065,11 +2065,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 +2737,11 @@
</exclusion>
</exclusions>
</dependency>
<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 ce2af0b

Please sign in to comment.