metadata
Used in:
components
- OverviewOverview
- VersionsVersions
- DependentsDependents
- DependenciesDependencies
<dependency>
<groupId>tech.kronicle</groupId>
<artifactId>metadata</artifactId>
<version>0.1.14</version>
</dependency><?xml version="1.0" encoding="UTF-8"?>
<project xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 https://maven.apache.org/xsd/maven-4.0.0.xsd" xmlns="http://maven.apache.org/POM/4.0.0"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
<!-- This module was also published with a richer model, Gradle metadata, -->
<!-- which should be used instead. Do not delete the following line which -->
<!-- is to indicate to Gradle or any Gradle module metadata file consumer -->
<!-- that they should prefer consuming it instead. -->
<!-- do_not_remove: published-with-gradle-metadata -->
<modelVersion>4.0.0</modelVersion>
<groupId>tech.kronicle</groupId>
<artifactId>metadata</artifactId>
<version>0.1.14</version>
<name>kronicle-metadata</name>
<description>Kronicle metadata library used for verifying that the contents of a Kronicle metdata YAML file is valid</description>
<url>https://github.com/kronicle-tech/kronicle</url>
<licenses>
<license>
<name>MIT License</name>
<url>https://github.com/kronicle-tech/kronicle/blob/main/LICENSE</url>
</license>
</licenses>
<developers>
<developer>
<id>simondean</id>
<name>Simon Dean</name>
<email>simon@simondean.org</email>
</developer>
</developers>
<scm>
<connection>scm:git:https://github.com/kronicle-tech/kronicle.git</connection>
<developerConnection>scm:git:https://github.com/kronicle-tech/kronicle.git</developerConnection>
<url>https://github.com/kronicle-tech/kronicle</url>
</scm>
<dependencyManagement>
<dependencies>
<dependency>
<groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-dependencies</artifactId>
<version>2.5.4</version>
<type>pom</type>
<scope>import</scope>
</dependency>
<dependency>
<groupId>org.springframework.cloud</groupId>
<artifactId>spring-cloud-dependencies</artifactId>
<version>2020.0.3</version>
<type>pom</type>
<scope>import</scope>
</dependency>
</dependencies>
</dependencyManagement>
<dependencies>
<dependency>
<groupId>tech.kronicle</groupId>
<artifactId>sdk</artifactId>
<version>0.1.14</version>
<scope>compile</scope>
</dependency>
<dependency>
<groupId>tech.kronicle</groupId>
<artifactId>common</artifactId>
<version>0.1.14</version>
<scope>runtime</scope>
</dependency>
<dependency>
<groupId>com.fasterxml.jackson.core</groupId>
<artifactId>jackson-annotations</artifactId>
<scope>runtime</scope>
</dependency>
<dependency>
<groupId>com.fasterxml.jackson.core</groupId>
<artifactId>jackson-databind</artifactId>
<scope>runtime</scope>
</dependency>
<dependency>
<groupId>com.fasterxml.jackson.dataformat</groupId>
<artifactId>jackson-dataformat-yaml</artifactId>
<version>2.11.3</version>
<scope>runtime</scope>
</dependency>
<dependency>
<groupId>org.hibernate.validator</groupId>
<artifactId>hibernate-validator</artifactId>
<scope>runtime</scope>
</dependency>
<dependency>
<groupId>org.glassfish</groupId>
<artifactId>javax.el</artifactId>
<version>3.0.0</version>
<scope>runtime</scope>
</dependency>
</dependencies>
</project>