<?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">
  <modelVersion>4.0.0</modelVersion>
  <groupId>org.eclipse.digitaltwin.aas4j</groupId>
  <artifactId>aas4j-dataformat-json</artifactId>
  <version>1.0.5</version>
  <name>Asset Administration Shell JSON-Serializer</name>
  <description>Eclipse AAS Model for Java (AAS4J) implements the specification of the Asset Administration Shell (AAS) such as metamodels, submodels, serialization and deserialization modules, and validators based on the AAS specifications..</description>
  <url>https://github.com/eclipse-digitaltwin/aas4j/aas4j-dataformat-json</url>
  <licenses>
    <license>
      <name>Apache License, Version 2.0</name>
      <url>http://www.apache.org/licenses/LICENSE-2.0.txt</url>
      <distribution>repo</distribution>
    </license>
  </licenses>
  <developers>
    <developer>
      <url>https://projects.eclipse.org/projects/dt.aas4j/who</url>
      <organization>SAP SE</organization>
    </developer>
    <developer>
      <url>https://projects.eclipse.org/projects/dt.aas4j/who</url>
      <organization>Fraunhofer-Gesellschaft zur Foerderung der angewandten Forschung e.V.</organization>
    </developer>
  </developers>
  <scm>
    <connection>scm:git:git://github.com/eclipse-digitaltwin/aas4j.git/aas4j-dataformat-json</connection>
    <developerConnection>scm:git:git:github.com/eclipse-digitaltwin/aas4j.git/aas4j-dataformat-json</developerConnection>
    <url>https://github.com/eclipse-digitaltwin/aas4j/tree/main/aas4j-dataformat-json</url>
  </scm>
  <dependencies>
    <dependency>
      <groupId>org.eclipse.digitaltwin.aas4j</groupId>
      <artifactId>aas4j-dataformat-core</artifactId>
      <version>1.0.5</version>
      <scope>compile</scope>
    </dependency>
    <dependency>
      <groupId>com.fasterxml.jackson.core</groupId>
      <artifactId>jackson-annotations</artifactId>
      <version>2.19.1</version>
      <scope>compile</scope>
    </dependency>
    <dependency>
      <groupId>com.fasterxml.jackson.core</groupId>
      <artifactId>jackson-databind</artifactId>
      <version>2.19.1</version>
      <scope>compile</scope>
    </dependency>
    <dependency>
      <groupId>com.fasterxml.jackson.core</groupId>
      <artifactId>jackson-core</artifactId>
      <version>2.19.1</version>
      <scope>compile</scope>
    </dependency>
    <dependency>
      <groupId>org.eclipse.digitaltwin.aas4j</groupId>
      <artifactId>aas4j-model</artifactId>
      <version>1.0.5</version>
      <scope>compile</scope>
    </dependency>
    <dependency>
      <groupId>com.networknt</groupId>
      <artifactId>json-schema-validator</artifactId>
      <version>1.5.8</version>
      <scope>compile</scope>
    </dependency>
  </dependencies>
</project>
