1+ <?xml version =" 1.0" encoding =" UTF-8" ?>
2+ <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/xsd/maven-4.0.0.xsd" >
3+ <modelVersion >4.0.0</modelVersion >
4+ <parent >
5+ <groupId >io.quarkus</groupId >
6+ <artifactId >quarkus-vertx-http-parent</artifactId >
7+ <version >999-SNAPSHOT</version >
8+ <relativePath >../</relativePath >
9+ </parent >
10+ <artifactId >quarkus-vertx-http-dev-ui-resources</artifactId >
11+ <name >Quarkus - Vert.x - HTTP - Dev UI Resources</name >
12+
13+ <dependencies >
14+ <!-- Vaadin Router -->
15+ <dependency >
16+ <groupId >org.mvnpm.at.vaadin</groupId >
17+ <artifactId >router</artifactId >
18+ <scope >runtime</scope >
19+ </dependency >
20+ <dependency >
21+ <groupId >org.mvnpm</groupId >
22+ <artifactId >path-to-regexp</artifactId >
23+ <scope >runtime</scope >
24+ </dependency >
25+ <!-- Vaadin Web components -->
26+ <dependency >
27+ <groupId >org.mvnpm.at.mvnpm</groupId >
28+ <artifactId >vaadin-webcomponents</artifactId >
29+ <scope >runtime</scope >
30+ </dependency >
31+ <dependency >
32+ <groupId >org.mvnpm.at.vaadin</groupId >
33+ <artifactId >vaadin-usage-statistics</artifactId >
34+ <scope >runtime</scope >
35+ </dependency >
36+ <dependency >
37+ <groupId >org.mvnpm.at.vaadin</groupId >
38+ <artifactId >vaadin-development-mode-detector</artifactId >
39+ <scope >runtime</scope >
40+ </dependency >
41+ <dependency >
42+ <groupId >org.mvnpm.at.polymer</groupId >
43+ <artifactId >polymer</artifactId >
44+ <scope >runtime</scope >
45+ </dependency >
46+ <dependency >
47+ <groupId >org.mvnpm.at.webcomponents</groupId >
48+ <artifactId >shadycss</artifactId >
49+ <scope >runtime</scope >
50+ </dependency >
51+ <dependency >
52+ <groupId >org.mvnpm.at.open-wc</groupId >
53+ <artifactId >dedupe-mixin</artifactId >
54+ <scope >runtime</scope >
55+ </dependency >
56+
57+ <!-- Lit -->
58+ <dependency >
59+ <groupId >org.mvnpm</groupId >
60+ <artifactId >lit</artifactId >
61+ <scope >runtime</scope >
62+ </dependency >
63+ <dependency >
64+ <groupId >org.mvnpm.at.lit</groupId >
65+ <artifactId >reactive-element</artifactId >
66+ <scope >runtime</scope >
67+ </dependency >
68+ <dependency >
69+ <groupId >org.mvnpm</groupId >
70+ <artifactId >lit-element</artifactId >
71+ <scope >runtime</scope >
72+ </dependency >
73+ <dependency >
74+ <groupId >org.mvnpm</groupId >
75+ <artifactId >lit-html</artifactId >
76+ <scope >runtime</scope >
77+ </dependency >
78+ <dependency >
79+ <groupId >org.mvnpm.at.lit-labs</groupId >
80+ <artifactId >ssr-dom-shim</artifactId >
81+ <scope >runtime</scope >
82+ </dependency >
83+ <dependency >
84+ <groupId >org.mvnpm.at.types</groupId >
85+ <artifactId >trusted-types</artifactId >
86+ <scope >runtime</scope >
87+ </dependency >
88+ <dependency >
89+ <groupId >org.mvnpm</groupId >
90+ <artifactId >lit-element-state</artifactId >
91+ <scope >runtime</scope >
92+ </dependency >
93+
94+ <!-- Apache echarts -->
95+ <dependency >
96+ <groupId >org.mvnpm</groupId >
97+ <artifactId >echarts</artifactId >
98+ <scope >runtime</scope >
99+ </dependency >
100+
101+ <!-- Code editor -->
102+ <dependency >
103+ <groupId >org.mvnpm.at.mvnpm</groupId >
104+ <artifactId >codeblock</artifactId >
105+ <scope >runtime</scope >
106+ </dependency >
107+
108+ <!-- Qomponent -->
109+ <dependency >
110+ <groupId >org.mvnpm.at.mvnpm</groupId >
111+ <artifactId >qomponent</artifactId >
112+ <scope >runtime</scope >
113+ </dependency >
114+ <dependency >
115+ <groupId >org.mvnpm.at.qomponent</groupId >
116+ <artifactId >qui-directory-tree</artifactId >
117+ <scope >runtime</scope >
118+ </dependency >
119+
120+ <!-- Markdown it -->
121+ <dependency >
122+ <groupId >org.mvnpm</groupId >
123+ <artifactId >markdown-it</artifactId >
124+ <scope >runtime</scope >
125+ </dependency >
126+ <dependency >
127+ <groupId >org.mvnpm</groupId >
128+ <artifactId >argparse</artifactId >
129+ <scope >runtime</scope >
130+ </dependency >
131+ <dependency >
132+ <groupId >org.mvnpm</groupId >
133+ <artifactId >entities</artifactId >
134+ <scope >runtime</scope >
135+ </dependency >
136+ <dependency >
137+ <groupId >org.mvnpm</groupId >
138+ <artifactId >linkify-it</artifactId >
139+ <scope >runtime</scope >
140+ </dependency >
141+ <dependency >
142+ <groupId >org.mvnpm</groupId >
143+ <artifactId >mdurl</artifactId >
144+ <scope >runtime</scope >
145+ </dependency >
146+ <dependency >
147+ <groupId >org.mvnpm</groupId >
148+ <artifactId >punycode.js</artifactId >
149+ <scope >runtime</scope >
150+ </dependency >
151+ <dependency >
152+ <groupId >org.mvnpm</groupId >
153+ <artifactId >uc.micro</artifactId >
154+ <scope >runtime</scope >
155+ </dependency >
156+
157+ <!-- Polyfill for importmaps -->
158+ <dependency >
159+ <groupId >org.mvnpm</groupId >
160+ <artifactId >es-module-shims</artifactId >
161+ <scope >runtime</scope >
162+ </dependency >
163+ </dependencies >
164+ </project >
0 commit comments