Skip to content

Commit 5ca4a17

Browse files
Add the missing libs to dev-ui-bom
Signed-off-by: Phillip Kruger <[email protected]>
1 parent 196c8d7 commit 5ca4a17

File tree

1 file changed

+23
-1
lines changed

1 file changed

+23
-1
lines changed

bom/dev-ui/pom.xml

Lines changed: 23 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,9 @@
2525
<polymer.version>3.5.2</polymer.version>
2626
<shadycss.version>1.11.2</shadycss.version>
2727
<dedupe-mixin.version>1.4.0</dedupe-mixin.version>
28+
<style-observer.version>0.0.8</style-observer.version>
29+
<marked.version>15.0.12</marked.version>
30+
<dompurify.version>3.2.6</dompurify.version>
2831
<vaadin-router.version>1.7.5</vaadin-router.version>
2932
<lit-state.version>1.7.0</lit-state.version>
3033
<echarts.version>5.6.0</echarts.version>
@@ -107,7 +110,26 @@
107110
<version>${dedupe-mixin.version}</version>
108111
<scope>runtime</scope>
109112
</dependency>
110-
113+
<dependency>
114+
<groupId>org.mvnpm</groupId>
115+
<artifactId>style-observer</artifactId>
116+
<version>${style-observer.version}</version>
117+
<scope>runtime</scope>
118+
</dependency>
119+
<dependency>
120+
<groupId>org.mvnpm</groupId>
121+
<artifactId>marked</artifactId>
122+
<version>${marked.version}</version>
123+
<scope>runtime</scope>
124+
</dependency>
125+
<dependency>
126+
<groupId>org.mvnpm</groupId>
127+
<artifactId>dompurify</artifactId>
128+
<version>${dompurify.version}</version>
129+
<scope>runtime</scope>
130+
</dependency>
131+
132+
111133
<!-- Lit -->
112134
<dependency>
113135
<groupId>org.mvnpm</groupId>

0 commit comments

Comments
 (0)