Skip to content

Commit

Permalink
Merge pull request #5781 from ddiroma/SP6632
Browse files Browse the repository at this point in the history
[SP-6632][PPP-4391] Upgrade the c3p0 library to version 0.9.5.4 -- ba…
  • Loading branch information
smmribeiro authored Nov 18, 2024
2 parents 549da05 + 56ea81e commit 61a8d31
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 24 deletions.
6 changes: 0 additions & 6 deletions assemblies/pentaho-war/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,6 @@
<datasource.resources.directory>${basedir}/src/main/resources/datasources</datasource.resources.directory>
<hibernate-ehcache.version>5.4.24.Final</hibernate-ehcache.version>
<maven-resources-plugin.version>3.0.1</maven-resources-plugin.version>
<c3p0.version>0.9.1.2</c3p0.version>
<jcommon-xml.version>1.0.12</jcommon-xml.version>
<package.resources.directory>${basedir}/src/main/webapp</package.resources.directory>
<replacer.version>1.5.2</replacer.version>
Expand Down Expand Up @@ -923,11 +922,6 @@
<artifactId>stax-api</artifactId>
<version>${stax-api.version}</version>
</dependency>
<dependency>
<groupId>c3p0</groupId>
<artifactId>c3p0</artifactId>
<version>${c3p0.version}</version>
</dependency>
<dependency>
<groupId>org.slf4j</groupId>
<artifactId>slf4j-api</artifactId>
Expand Down
18 changes: 0 additions & 18 deletions extensions/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -463,12 +463,6 @@
</exclusion>
</exclusions>
</dependency>
<dependency>
<groupId>c3p0</groupId>
<artifactId>c3p0</artifactId>
<version>0.9.1.2</version>
<scope>test</scope>
</dependency>
<dependency>
<groupId>javax.persistence</groupId>
<artifactId>javax.persistence-api</artifactId>
Expand All @@ -493,18 +487,6 @@
</exclusion>
</exclusions>
</dependency>
<dependency>
<groupId>org.hibernate</groupId>
<artifactId>hibernate-c3p0</artifactId>
<version>${hibernate-c3p0.version}</version>
<scope>compile</scope>
<exclusions>
<exclusion>
<artifactId>*</artifactId>
<groupId>*</groupId>
</exclusion>
</exclusions>
</dependency>
<dependency>
<groupId>org.hibernate</groupId>
<artifactId>hibernate-ehcache</artifactId>
Expand Down

0 comments on commit 61a8d31

Please sign in to comment.