Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update pom.xml #9225

Open
wants to merge 30 commits into
base: HNC-571
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
30 commits
Select commit Hold shift + click to select a range
1bed9c6
Update pom.xml
mayur-hitachivantara Mar 14, 2024
9932278
Update pom.xml
mayur-hitachivantara Mar 15, 2024
b6bcec3
Update pom.xml
mayur-hitachivantara Mar 15, 2024
f416d6c
Update pom.xml
mayur-hitachivantara Mar 15, 2024
b9afc36
Update pom.xml
mayur-hitachivantara Mar 15, 2024
8c72284
Update pom.xml
mayur-hitachivantara Mar 15, 2024
6f99cb0
Update pom.xml
mayur-hitachivantara Mar 15, 2024
66da148
Update pom.xml
mayur-hitachivantara Mar 21, 2024
79a0a91
Update pom.xml
mayur-hitachivantara Mar 21, 2024
0745b07
Update pom.xml
mayur-hitachivantara Mar 21, 2024
f9ff1fb
Update pom.xml
mayur-hitachivantara Mar 21, 2024
0a514ba
Update pom.xml
mayur-hitachivantara Mar 21, 2024
28a1f4a
Update pom.xml
mayur-hitachivantara Mar 21, 2024
0d2bc22
Update pom.xml
mayur-hitachivantara Mar 21, 2024
041a8c9
Update pom.xml
mayur-hitachivantara Mar 22, 2024
f37b3e3
Update pom.xml
mayur-hitachivantara Mar 22, 2024
bc41054
Update pom.xml
mayur-hitachivantara Mar 22, 2024
a31960f
Update pom.xml
mayur-hitachivantara Apr 1, 2024
6edf707
Update pom.xml
mayur-hitachivantara Apr 1, 2024
4597f2e
Update pom.xml
mayur-hitachivantara Apr 3, 2024
bcbbcd1
Added Bug
mayur-hitachivantara Apr 3, 2024
f1a9e61
checking frogbot scan
mayur-hitachivantara Apr 3, 2024
07d7e0a
Update pom.xml
mayur-hitachivantara Apr 3, 2024
1ef4d17
Update pom.xml
mayur-hitachivantara Apr 3, 2024
30aae36
Update pom.xml
mayur-hitachivantara Apr 3, 2024
a21ee20
Update pom.xml
mayur-hitachivantara Apr 3, 2024
6b9dd24
Update pom.xml
mayur-hitachivantara Apr 16, 2024
4e414ca
Update pom.xml
mayur-hitachivantara Apr 16, 2024
c3ec359
Update pom.xml
mayur-hitachivantara Apr 24, 2024
d725295
Update pom.xml
mayur-hitachivantara Apr 24, 2024
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 0 additions & 3 deletions core/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,14 +3,11 @@
xmlns="http://maven.apache.org/POM/4.0.0"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
<modelVersion>4.0.0</modelVersion>

<groupId>pentaho-kettle</groupId>
<artifactId>kettle-core</artifactId>
<version>10.2.0.0-SNAPSHOT</version>
<packaging>jar</packaging>

<name>PDI Core</name>

<parent>
<groupId>org.pentaho.di</groupId>
<artifactId>pdi</artifactId>
Expand Down
7 changes: 6 additions & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,6 @@
<artifactId>pentaho-ce-jar-parent-pom</artifactId>
<version>10.2.0.0-SNAPSHOT</version>
</parent>

<scm>
<developerConnection>scm:git:[email protected]:pentaho/pentaho-kettle.git</developerConnection>
<tag>HEAD</tag>
Expand Down Expand Up @@ -74,6 +73,12 @@

<dependencyManagement>
<dependencies>
<dependency>
<groupId>org.apache.logging.log4j</groupId>
<artifactId>log4j-core</artifactId>
<version>2.13.0</version> <!-- [vulnerable 2.14.1] latest 2.22.0 -->
</dependency>

<dependency>
<groupId>org.pentaho</groupId>
<artifactId>commons-xul-core</artifactId>
Expand Down
Loading