|
| 1 | +<?xml version="1.0" encoding="UTF-8"?> |
| 2 | +<!-- |
| 3 | +Copyright (c) 2012-2024, jcabi.com |
| 4 | +All rights reserved. |
| 5 | +
|
| 6 | +Redistribution and use in source and binary forms, with or without |
| 7 | +modification, are permitted provided that the following conditions |
| 8 | +are met: 1) Redistributions of source code must retain the above |
| 9 | +copyright notice, this list of conditions and the following |
| 10 | +disclaimer. 2) Redistributions in binary form must reproduce the above |
| 11 | +copyright notice, this list of conditions and the following |
| 12 | +disclaimer in the documentation and/or other materials provided |
| 13 | +with the distribution. 3) Neither the name of the jcabi.com nor |
| 14 | +the names of its contributors may be used to endorse or promote |
| 15 | +products derived from this software without specific prior written |
| 16 | +permission. |
| 17 | +
|
| 18 | +THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS |
| 19 | +"AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT |
| 20 | +NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND |
| 21 | +FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL |
| 22 | +THE COPYRIGHT HOLDER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, |
| 23 | +INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES |
| 24 | +(INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR |
| 25 | +SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) |
| 26 | +HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, |
| 27 | +STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) |
| 28 | +ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED |
| 29 | +OF THE POSSIBILITY OF SUCH DAMAGE. |
| 30 | +--> |
| 31 | +<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/maven-v4_0_0.xsd"> |
| 32 | + <modelVersion>4.0.0</modelVersion> |
| 33 | + <groupId>com.jcabi.xml</groupId> |
| 34 | + <artifactId>utf</artifactId> |
| 35 | + <version>1.0-SNAPSHOT</version> |
| 36 | + <dependencies> |
| 37 | + <dependency> |
| 38 | + <groupId>@project.groupId@</groupId> |
| 39 | + <artifactId>@project.artifactId@</artifactId> |
| 40 | + <version>@project.version@</version> |
| 41 | + </dependency> |
| 42 | + <dependency> |
| 43 | + <groupId>net.sourceforge.saxon</groupId> |
| 44 | + <artifactId>saxon</artifactId> |
| 45 | + <version>9.1.0.8</version> |
| 46 | + </dependency> |
| 47 | + <dependency> |
| 48 | + <groupId>net.sourceforge.saxon</groupId> |
| 49 | + <artifactId>saxon</artifactId> |
| 50 | + <version>9.1.0.8</version> |
| 51 | + <classifier>dom</classifier> |
| 52 | + </dependency> |
| 53 | + <dependency> |
| 54 | + <groupId>org.junit.jupiter</groupId> |
| 55 | + <artifactId>junit-jupiter-engine</artifactId> |
| 56 | + <version>5.11.3</version> |
| 57 | + <scope>test</scope> |
| 58 | + </dependency> |
| 59 | + <dependency> |
| 60 | + <groupId>org.junit.jupiter</groupId> |
| 61 | + <artifactId>junit-jupiter-api</artifactId> |
| 62 | + <version>5.11.3</version> |
| 63 | + <scope>test</scope> |
| 64 | + </dependency> |
| 65 | + </dependencies> |
| 66 | +</project> |
0 commit comments