Skip to content

Commit

Permalink
NMS-16637: Added more dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
christianpape committed Dec 10, 2024
1 parent 9bfcb00 commit 0e8774f
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 3 deletions.
7 changes: 5 additions & 2 deletions container/features/src/main/resources/features.xml
Original file line number Diff line number Diff line change
Expand Up @@ -188,10 +188,13 @@
</feature>
<feature name="owasp-html-sanitizer" version="${owaspHtmlSanitizerVersion}" description="OWASP :: HTML Sanitizer">
<feature version="${guavaOsgiVersion}">guava</feature>
<bundle>mvn:com.google.code.findbugs/jsr305/3.0.2</bundle>
<!--
<bundle>mvn:com.google.code.findbugs/jsr305/${findbugsJsr305Version}</bundle>
<bundle>mvn:com.google.code.findbugs/annotations/${findbugsAnnotationsVersion}</bundle>
<bundle>wrap:mvn:com.googlecode.owasp-java-html-sanitizer/java8-shim/${owaspHtmlSanitizerVersion}</bundle>
<bundle>wrap:mvn:com.googlecode.owasp-java-html-sanitizer/java10-shim/${owaspHtmlSanitizerVersion}</bundle>
<bundle>mvn:com.googlecode.owasp-java-html-sanitizer/owasp-java-html-sanitizer/${owaspHtmlSanitizerVersion}</bundle>
-->
<bundle>wrap:mvn:com.googlecode.owasp-java-html-sanitizer/owasp-java-html-sanitizer/${owaspHtmlSanitizerVersion}$overwrite=merge&amp;Import-Package=javax.annotation;version=!,*</bundle>
</feature>
<feature name="postgresql" version="${postgresqlVersion}" description="PostgreSQL :: JDBC Driver">
<feature>pax-jdbc-spec</feature>
Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -1799,7 +1799,7 @@
<osgiCompendiumVersion>7.0.0</osgiCompendiumVersion>
<osgiEnterpriseVersion>7.0.0</osgiEnterpriseVersion>
<owaspEncoderVersion>1.2.3</owaspEncoderVersion>
<owaspHtmlSanitizerVersion>20240325.1</owaspHtmlSanitizerVersion>
<owaspHtmlSanitizerVersion>20211018.2</owaspHtmlSanitizerVersion>
<osgiJaxRsVersion>1.1.0.ONMS</osgiJaxRsVersion>
<osMavenPluginVersion>1.7.1</osMavenPluginVersion>
<opencsvVersion>2.3</opencsvVersion>
Expand Down

0 comments on commit 0e8774f

Please sign in to comment.