Skip to content

Commit d33151b

Browse files
committed
Get rid of defunct html-types and fix copy/paste error in empiricism/pom.xml
Signed-off-by: Mike Samuel <[email protected]>
1 parent fbfe3cc commit d33151b

File tree

7 files changed

+1
-292
lines changed

7 files changed

+1
-292
lines changed

empiricism/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
22
<modelVersion>4.0.0</modelVersion>
33
<groupId>com.googlecode.owasp-java-html-sanitizer</groupId>
4-
<artifactId>html-types</artifactId>
4+
<artifactId>empiricism</artifactId>
55
<version>20240325.2-SNAPSHOT</version>
66
<packaging>jar</packaging>
77
<parent>

html-types/pom.xml

-87
This file was deleted.

html-types/src/main/java/org/owasp/html/htmltypes/SafeHtmlMint.java

-93
This file was deleted.

html-types/src/main/java/org/owasp/html/htmltypes/package-info.java

-37
This file was deleted.

html-types/src/main/resources/META-INF/fences.xml

-9
This file was deleted.

html-types/src/test/java/org/owasp/html/htmltypes/SafeHtmlMintTest.java

-55
This file was deleted.

html-types/src/test/resources/osgi-integration-verification.xml

-10
This file was deleted.

0 commit comments

Comments
 (0)