File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1+ <?xml version =" 1.0" encoding =" UTF-8" ?>
2+ <project xmlns =" http://maven.apache.org/POM/4.0.0"
3+ xmlns : xsi =" http://www.w3.org/2001/XMLSchema-instance"
4+ xsi : schemaLocation =" http://maven.apache.org/POM/4.0.0
5+ http://maven.apache.org/xsd/maven-4.0.0.xsd" >
6+ <modelVersion >4.0.0</modelVersion >
7+
8+ <groupId >com.zetcode</groupId >
9+ <artifactId >undertowqueryparam</artifactId >
10+ <version >1.0-SNAPSHOT</version >
11+
12+ <properties >
13+ <project .build.sourceEncoding>UTF-8</project .build.sourceEncoding>
14+ <maven .compiler.source>12</maven .compiler.source>
15+ <maven .compiler.target>12</maven .compiler.target>
16+ </properties >
17+
18+ <dependencies >
19+ <dependency >
20+ <groupId >io.undertow</groupId >
21+ <artifactId >undertow-core</artifactId >
22+ <version >2.0.23.Final</version >
23+ </dependency >
24+
25+ </dependencies >
26+
27+ </project >
You can’t perform that action at this time.
0 commit comments