sos-profile
Used in:
components
- OverviewOverview
- VersionsVersions
- DependentsDependents
- DependenciesDependencies
<dependency>
<groupId>org.n52.sensorweb-server.sos</groupId>
<artifactId>sos-profile</artifactId>
<version>5.1.0</version>
</dependency><?xml version="1.0"?>
<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">
<parent>
<groupId>org.n52.sensorweb-server.sos</groupId>
<artifactId>sos-core</artifactId>
<version>5.1.0</version>
</parent>
<modelVersion>4.0.0</modelVersion>
<artifactId>sos-profile</artifactId>
<packaging>pom</packaging>
<name>52°North SOS - Profile Module</name>
<description>52°North SOS profile module</description>
<modules>
<module>coding</module>
</modules>
</project>