comparison Samples/Basic/pom.xml @ 11:8d876a4f541b

added sample FHIR server
author Sebastien Jodogne <s.jodogne@gmail.com>
date Sat, 21 Oct 2023 09:53:25 +0200
parents 6b9433432ee0
children 1c407ba1d311
comparison
equal deleted inserted replaced
10:6b9433432ee0 11:8d876a4f541b
5 SPDX-FileCopyrightText: 2023 Sebastien Jodogne, UCLouvain, Belgium 5 SPDX-FileCopyrightText: 2023 Sebastien Jodogne, UCLouvain, Belgium
6 SPDX-License-Identifier: GPL-3.0-or-later 6 SPDX-License-Identifier: GPL-3.0-or-later
7 7
8 --> 8 -->
9 9
10 <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"> 10 <project xmlns="http://maven.apache.org/POM/4.0.0"
11 xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
12 xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
11 <modelVersion>4.0.0</modelVersion> 13 <modelVersion>4.0.0</modelVersion>
12 <build> 14 <build>
13 <plugins> 15 <plugins>
14 <plugin> 16 <plugin>
15 <groupId>org.apache.maven.plugins</groupId> 17 <groupId>org.apache.maven.plugins</groupId>