<?xml version="1.0" encoding="UTF-8"?>
<project xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
	xmlns="http://maven.apache.org/POM/4.0.0"
	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>
		<artifactId>dirigible-engine-graalium</artifactId>
		<groupId>org.eclipse.dirigible</groupId>
		<version>12.28.0</version>
	</parent>

	<artifactId>dirigible-engine-graalium-execution</artifactId>
	<name>Engine - Graalium - Execution</name>
	<packaging>jar</packaging>

	<dependencies>

		<dependency>
			<groupId>jakarta.annotation</groupId>
			<artifactId>jakarta.annotation-api</artifactId>
		</dependency>
		<dependency>
			<groupId>org.graalvm.polyglot</groupId>
			<artifactId>polyglot</artifactId>
			<version>${graalvm.version}</version>
		</dependency>
		<dependency>
			<groupId>org.graalvm.polyglot</groupId>
			<artifactId>js-community</artifactId>
			<version>${graalvm.version}</version>
			<type>pom</type>
		</dependency>
		<dependency>
			<groupId>org.graalvm.polyglot</groupId>
			<artifactId>inspect-community</artifactId>
			<version>${graalvm.version}</version>
			<type>pom</type>
		</dependency>

		<dependency>
			<groupId>io.github.classgraph</groupId>
			<artifactId>classgraph</artifactId>
			<version>${classgraph.version}</version>
		</dependency>
		<dependency>
			<groupId>org.eclipse.dirigible</groupId>
			<artifactId>dirigible-components-engine-open-telemetry</artifactId>
		</dependency>
	</dependencies>

	<properties>
		<license.header.location>../../../../licensing-header.txt</license.header.location>
		<parent.pom.folder>../../../../</parent.pom.folder>
	</properties>

</project>
