Skip to content

Commit

Permalink
Updated package for Html2Text, version
Browse files Browse the repository at this point in the history
  • Loading branch information
menno-pieters-sp committed Jan 20, 2023
1 parent aee58ed commit 08a8e3c
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 31 deletions.
32 changes: 2 additions & 30 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
<!-- The groupId, artifactId, version is sourced from when the project is instantiated.-->
<groupId>sailpoint</groupId>
<artifactId>identityiq-documentation-generator</artifactId>
<version>20230119.0.1</version>
<version>20230120.0.1</version>

<!-- Set build properties here. For the most part, you should only need to set the version numbers
for dependencies here. -->
Expand All @@ -24,34 +24,6 @@
</properties>

<dependencies>
<!--
<dependency>
<groupId>org.apache.logging.log4j</groupId>
<artifactId>log4j-api</artifactId>
<version>${log4j.version}</version>
</dependency>
<dependency>
<groupId>org.apache.logging.log4j</groupId>
<artifactId>log4j-core</artifactId>
<version>${log4j.version}</version>
</dependency>
<dependency>
<groupId>org.apache.logging.log4j</groupId>
<artifactId>log4j-1.2-api</artifactId>
<version>${log4j.version}</version>
<scope>test</scope>
</dependency>
<dependency>
<groupId>org.apache.logging.log4j</groupId>
<artifactId>log4j-jcl</artifactId>
<version>${log4j.version}</version>
</dependency>
<dependency>
<groupId>org.apache.logging.log4j</groupId>
<artifactId>log4j-to-slf4j</artifactId>
<version>${log4j.version}</version>
</dependency>
-->
<!-- https://mvnrepository.com/artifact/com.cronutils/cron-utils -->
<dependency>
<groupId>com.cronutils</groupId>
Expand Down Expand Up @@ -128,4 +100,4 @@
</plugins>
</build>

</project>
</project>
2 changes: 1 addition & 1 deletion src/main/java/com/sailpoint/pse/util/Html2Text.java
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
/**
*
*/
package com.nnit.iamservices.novoaccess.applicationAgreement.util;
package com.sailpoint.pse.util;

import java.io.IOException;
import java.io.Reader;
Expand Down

0 comments on commit 08a8e3c

Please sign in to comment.