extension-message-meta-data
Used in:
components
- OverviewOverview
- VersionsVersions
- DependentsDependents
- DependenciesDependencies
<dependency> <groupId>de.osci</groupId> <artifactId>extension-message-meta-data</artifactId> <version>2.4.4</version> </dependency>
<?xml version="1.0" encoding="UTF-8"?> <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>de.osci</groupId> <artifactId>osci-bibliothek-lib</artifactId> <version>2.4.4</version> </parent> <artifactId>extension-message-meta-data</artifactId> <dependencies> <dependency> <groupId>de.osci</groupId> <artifactId>osci-bibliothek</artifactId> <type>jar</type> </dependency> <dependency> <groupId>de.osci</groupId> <artifactId>osci-bibliothek</artifactId> <type>test-jar</type> </dependency> <dependency> <groupId>de.osci</groupId> <artifactId>schema-message-meta-data</artifactId> </dependency> <dependency> <groupId>de.osci</groupId> <artifactId>osci-schema</artifactId> </dependency> <dependency> <groupId>javax.servlet</groupId> <artifactId>${servlet.api.artifact.name}</artifactId> </dependency> <dependency> <groupId>org.slf4j</groupId> <artifactId>slf4j-api</artifactId> </dependency> <dependency> <groupId>org.slf4j</groupId> <artifactId>slf4j-simple</artifactId> </dependency> </dependencies> </project>