svalbard-xmlbeans
Used in:
components
- OverviewOverview
- VersionsVersions
- DependentsDependents
- DependenciesDependencies
<dependency> <groupId>org.n52.arctic-sea</groupId> <artifactId>svalbard-xmlbeans</artifactId> <version>9.5.3</version> </dependency>
<?xml version="1.0" encoding="UTF-8"?> <!-- Copyright (C) 2015-2022 52°North Spatial Information Research GmbH Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at http://www.apache.org/licenses/LICENSE-2.0 Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the specific language governing permissions and limitations under the License. --> <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"> <modelVersion>4.0.0</modelVersion> <parent> <groupId>org.n52.arctic-sea</groupId> <artifactId>svalbard-parent</artifactId> <version>9.5.3</version> </parent> <artifactId>svalbard-xmlbeans</artifactId> <name>52°North Svalbard XmlBeans</name> <packaging>jar</packaging> <dependencies> <dependency> <groupId>${project.groupId}</groupId> <artifactId>svalbard</artifactId> </dependency> <dependency> <groupId>${project.groupId}</groupId> <artifactId>svalbard-xmlstream</artifactId> </dependency> <dependency> <groupId>com.github.spotbugs</groupId> <artifactId>spotbugs-annotations</artifactId> <scope>provided</scope> </dependency> <dependency> <groupId>${project.groupId}</groupId> <artifactId>janmayen</artifactId> </dependency> <dependency> <groupId>${project.groupId}</groupId> <artifactId>faroe-annotations</artifactId> </dependency> <dependency> <groupId>${project.groupId}</groupId> <artifactId>faroe-utils</artifactId> </dependency> <dependency> <groupId>${project.groupId}</groupId> <artifactId>shetland</artifactId> </dependency> <dependency> <groupId>${project.groupId}</groupId> <artifactId>shetland-rdf</artifactId> </dependency> <dependency> <groupId>com.google.guava</groupId> <artifactId>guava</artifactId> </dependency> <dependency> <groupId>org.slf4j</groupId> <artifactId>slf4j-api</artifactId> </dependency> <dependency> <groupId>org.locationtech.jts</groupId> <artifactId>jts-core</artifactId> </dependency> <dependency> <groupId>joda-time</groupId> <artifactId>joda-time</artifactId> </dependency> <dependency> <groupId>javax.inject</groupId> <artifactId>javax.inject</artifactId> </dependency> <dependency> <groupId>org.apache.jena</groupId> <artifactId>jena-core</artifactId> </dependency> <!-- Testing dependencies --> <dependency> <groupId>org.junit.jupiter</groupId> <artifactId>junit-jupiter-api</artifactId> <scope>test</scope> </dependency> <dependency> <groupId>org.junit.jupiter</groupId> <artifactId>junit-jupiter-engine</artifactId> <scope>test</scope> </dependency> <dependency> <groupId>org.hamcrest</groupId> <artifactId>hamcrest</artifactId> <scope>test</scope> </dependency> <dependency> <groupId>org.mockito</groupId> <artifactId>mockito-core</artifactId> <scope>test</scope> </dependency> <dependency> <groupId>${project.groupId}</groupId> <artifactId>svalbard</artifactId> <classifier>tests</classifier> <scope>test</scope> </dependency> <dependency> <groupId>org.reflections</groupId> <artifactId>reflections</artifactId> <scope>test</scope> </dependency> <!-- XML --> <dependency> <groupId>org.n52.sensorweb</groupId> <artifactId>52n-xml-gml-v311</artifactId> </dependency> <dependency> <groupId>org.n52.sensorweb</groupId> <artifactId>52n-xml-gml-v321</artifactId> </dependency> <dependency> <groupId>org.n52.sensorweb</groupId> <artifactId>52n-xml-filter-v20</artifactId> </dependency> <dependency> <groupId>org.n52.sensorweb</groupId> <artifactId>52n-xml-sweCommon-v20</artifactId> </dependency> <dependency> <groupId>org.n52.sensorweb</groupId> <artifactId>52n-xml-sweCommon-v101</artifactId> </dependency> <dependency> <groupId>org.n52.sensorweb</groupId> <artifactId>52n-ogc-schema</artifactId> <scope>runtime</scope> </dependency> <dependency> <groupId>org.n52.sensorweb</groupId> <artifactId>52n-xml-swes-v20</artifactId> </dependency> <dependency> <groupId>org.n52.sensorweb</groupId> <artifactId>52n-xml-sensorML-v101</artifactId> </dependency> <dependency> <groupId>org.n52.sensorweb</groupId> <artifactId>52n-xml-sensorML-v20</artifactId> </dependency> <dependency> <groupId>org.n52.sensorweb</groupId> <artifactId>52n-xml-gmd-v20120713</artifactId> <scope>runtime</scope> </dependency> <dependency> <groupId>org.n52.sensorweb</groupId> <artifactId>52n-xml-xlink-v110</artifactId> </dependency> <dependency> <groupId>org.n52.sensorweb</groupId> <artifactId>52n-xml-gco-v20120713</artifactId> <scope>runtime</scope> </dependency> <dependency> <groupId>org.n52.sensorweb</groupId> <artifactId>52n-xml-sosgda-v10</artifactId> </dependency> <dependency> <groupId>org.n52.sensorweb</groupId> <artifactId>52n-xml-om-v100</artifactId> </dependency> <dependency> <groupId>org.n52.sensorweb</groupId> <artifactId>52n-xml-om-v20</artifactId> </dependency> <dependency> <groupId>org.n52.sensorweb</groupId> <artifactId>52n-xml-sampling-v100</artifactId> </dependency> <dependency> <groupId>org.n52.sensorweb</groupId> <artifactId>52n-xml-sampling-v20</artifactId> </dependency> <dependency> <groupId>org.n52.sensorweb</groupId> <artifactId>52n-xml-ows-v110</artifactId> </dependency> <dependency> <groupId>org.n52.sensorweb</groupId> <artifactId>52n-xml-sos-v20</artifactId> </dependency> <dependency> <groupId>org.n52.sensorweb</groupId> <artifactId>52n-xml-sos-v100</artifactId> </dependency> <dependency> <groupId>org.n52.sensorweb</groupId> <artifactId>52n-xml-soap-v11</artifactId> </dependency> <dependency> <groupId>org.n52.sensorweb</groupId> <artifactId>52n-xml-soap-v12</artifactId> </dependency> <dependency> <groupId>org.n52.sensorweb</groupId> <artifactId>52n-xml-timeseriesML-v10</artifactId> </dependency> <dependency> <groupId>org.n52.sensorweb</groupId> <artifactId>52n-xml-wsa-v10</artifactId> </dependency> <dependency> <groupId>org.n52.sensorweb</groupId> <artifactId>52n-xml-waterML-v20</artifactId> </dependency> <dependency> <groupId>org.n52.sensorweb</groupId> <artifactId>52n-xml-waterML-dr-v20</artifactId> </dependency> <dependency> <groupId>org.n52.sensorweb</groupId> <artifactId>52n-xml-sosdo-v10</artifactId> </dependency> <dependency> <groupId>org.n52.sensorweb</groupId> <artifactId>52n-xml-sosdo-v20</artifactId> </dependency> <dependency> <groupId>org.n52.sensorweb</groupId> <artifactId>52n-xml-sosgda-v20</artifactId> </dependency> <dependency> <groupId>org.n52.sensorweb</groupId> <artifactId>52n-xml-sosro-v10</artifactId> </dependency> <dependency> <groupId>org.n52.sensorweb</groupId> <artifactId>52n-xml-sosrf-v10</artifactId> </dependency> <dependency> <groupId>org.n52.sensorweb</groupId> <artifactId>52n-xml-sosrf-v20</artifactId> </dependency> <dependency> <groupId>org.n52.sensorweb</groupId> <artifactId>52n-xml-sossf-v10</artifactId> </dependency> <dependency> <groupId>org.n52.sensorweb</groupId> <artifactId>52n-xml-ifoi-v10</artifactId> </dependency> <dependency> <groupId>org.n52.sensorweb</groupId> <artifactId>52n-xml-drt-v100</artifactId> </dependency> <dependency> <groupId>org.n52.sensorweb</groupId> <artifactId>52n-xml-gwml-v22</artifactId> </dependency> <dependency> <groupId>org.n52.sensorweb</groupId> <artifactId>52n-xml-cv-v022</artifactId> </dependency> <dependency> <groupId>org.n52.sensorweb</groupId> <artifactId>52n-xml-gml-v33</artifactId> </dependency> <dependency> <groupId>org.n52.sensorweb</groupId> <artifactId>52n-xml-gmlcov-v10</artifactId> </dependency> <dependency> <groupId>org.n52.sensorweb</groupId> <artifactId>52n-xml-inspire-ompr-v30</artifactId> </dependency> <dependency> <groupId>org.n52.sensorweb</groupId> <artifactId>52n-xml-inspire-base2-v20</artifactId> </dependency> <dependency> <groupId>org.n52.sensorweb</groupId> <artifactId>52n-xml-inspire-base-v33</artifactId> </dependency> <dependency> <groupId>org.n52.sensorweb</groupId> <artifactId>52n-xml-inspire-omso-v301</artifactId> </dependency> <dependency> <groupId>org.n52.sensorweb</groupId> <artifactId>52n-xml-inspire-ef-v40</artifactId> </dependency> <dependency> <groupId>org.slf4j</groupId> <artifactId>slf4j-nop</artifactId> <scope>test</scope> </dependency> <dependency> <groupId>org.apache.xmlbeans</groupId> <artifactId>xmlbeans</artifactId> </dependency> <dependency> <groupId>org.apache.xmlbeans</groupId> <artifactId>xmlbeans-xpath</artifactId> <scope>runtime</scope> </dependency> <dependency> <groupId>stax</groupId> <artifactId>stax-api</artifactId> <scope>runtime</scope> </dependency> <dependency> <groupId>xml-apis</groupId> <artifactId>xml-apis</artifactId> </dependency> <dependency> <groupId>net.sf.saxon</groupId> <artifactId>Saxon-HE</artifactId> <scope>runtime</scope> </dependency> <dependency> <groupId>xmlunit</groupId> <artifactId>xmlunit</artifactId> </dependency> </dependencies> </project>