| <?xml version="1.0" encoding="UTF-8"?> |
| <!-- |
| Licensed to the Apache Software Foundation (ASF) under one |
| or more contributor license agreements. See the NOTICE file |
| distributed with this work for additional information |
| regarding copyright ownership. The ASF licenses this file |
| to you under the Apache License, Version 2.0 (the |
| "License"); you may not use this file except in compliance |
| with the License. You may obtain a copy of the License at |
| |
| http://www.apache.org/licenses/LICENSE-2.0 |
| |
| Unless required by applicable law or agreed to in writing, |
| software distributed under the License is distributed on an |
| "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY |
| KIND, either express or implied. See the License for the |
| specific language governing permissions and limitations |
| under the License. |
| --> |
| |
| <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>org.kie</groupId> |
| <artifactId>kie-core-bom</artifactId> |
| <version>10.0.999-SNAPSHOT</version> |
| <relativePath>../kie-core-bom/pom.xml</relativePath> |
| </parent> |
| |
| <artifactId>kie-efesto-bom</artifactId> |
| <packaging>pom</packaging> |
| |
| <name>Efesto BOM (Bill Of Materials)</name> |
| <description> |
| Import this BOM in your dependencyManagement if you want to depend on Efesto framework. |
| </description> |
| |
| <url>https://www.drools.org</url> |
| |
| <scm> |
| <connection>scm:git:https://github.com/apache/incubator-kie-drools.git</connection> |
| <developerConnection>scm:git:git@github.com:apache/incubator-kie-drools.git</developerConnection> |
| <url>https://github.com/apache/incubator-kie-drools</url> |
| </scm> |
| <issueManagement> |
| <system>GitHub Issues</system> |
| <url>https://github.com/apache/incubator-kie-issues/issues</url> |
| </issueManagement> |
| <developers> |
| <developer> |
| <name>All developers are listed on the team website</name> |
| <url>http://www.drools.org/community/team.html</url> |
| </developer> |
| </developers> |
| <contributors> |
| <contributor> |
| <name>All contributors are listed on the team website</name> |
| <url>http://www.drools.org/community/team.html</url> |
| </contributor> |
| </contributors> |
| <mailingLists> |
| <mailingList> |
| <name>Development mailing list</name> |
| <post>dev@kie.apache.org</post> |
| <subscribe>dev-subscribe@kie.apache.org</subscribe> |
| <unsubscribe>dev-unsubscribe@kie.apache.org</unsubscribe> |
| <archive>https://lists.apache.org/list.html?dev@kie.apache.org</archive> |
| </mailingList> |
| <mailingList> |
| <name>setup</name> |
| <subscribe>https://groups.google.com/forum/#!forum/drools-setup</subscribe> |
| <unsubscribe>https://groups.google.com/forum/#!forum/drools-setup</unsubscribe> |
| </mailingList> |
| <mailingList> |
| <name>usage</name> |
| <subscribe>https://groups.google.com/forum/#!forum/drools-usage</subscribe> |
| <unsubscribe>https://groups.google.com/forum/#!forum/drools-usage</unsubscribe> |
| </mailingList> |
| </mailingLists> |
| |
| <!-- IMPORTANT: Do not declare any build things here! Declare them in kie-user-bom-parent. --> |
| <build/> |
| |
| <dependencyManagement> |
| <dependencies> |
| <dependency> |
| <groupId>org.kie</groupId> |
| <artifactId>efesto-common-utils</artifactId> |
| <version>${project.version}</version> |
| </dependency> |
| <dependency> |
| <groupId>org.kie</groupId> |
| <artifactId>efesto-common-api</artifactId> |
| <version>${project.version}</version> |
| </dependency> |
| <dependency> |
| <groupId>org.kie</groupId> |
| <artifactId>efesto-common-core</artifactId> |
| <version>${project.version}</version> |
| </dependency> |
| <dependency> |
| <groupId>org.kie</groupId> |
| <artifactId>efesto-identifiers-api-application</artifactId> |
| <version>${project.version}</version> |
| </dependency> |
| <dependency> |
| <groupId>org.kie</groupId> |
| <artifactId>efesto-identifiers-api-decisions</artifactId> |
| <version>${project.version}</version> |
| </dependency> |
| <dependency> |
| <groupId>org.kie</groupId> |
| <artifactId>efesto-identifiers-api-predictions</artifactId> |
| <version>${project.version}</version> |
| </dependency> |
| <dependency> |
| <groupId>org.kie</groupId> |
| <artifactId>efesto-identifiers-api-rules</artifactId> |
| <version>${project.version}</version> |
| </dependency> |
| <dependency> |
| <groupId>org.kie</groupId> |
| <artifactId>efesto-compilation-manager-api</artifactId> |
| <version>${project.version}</version> |
| </dependency> |
| <dependency> |
| <groupId>org.kie</groupId> |
| <artifactId>efesto-compilation-manager-core</artifactId> |
| <version>${project.version}</version> |
| </dependency> |
| <dependency> |
| <groupId>org.kie</groupId> |
| <artifactId>efesto-runtime-manager-api</artifactId> |
| <version>${project.version}</version> |
| </dependency> |
| <dependency> |
| <groupId>org.kie</groupId> |
| <artifactId>efesto-runtime-manager-api</artifactId> |
| <version>${project.version}</version> |
| <classifier>tests</classifier> |
| </dependency> |
| <dependency> |
| <groupId>org.kie</groupId> |
| <artifactId>efesto-runtime-manager-core</artifactId> |
| <version>${project.version}</version> |
| </dependency> |
| <!-- Quarkus Extension --> |
| <dependency> |
| <groupId>org.kie</groupId> |
| <artifactId>efesto-quarkus</artifactId> |
| <version>${project.version}</version> |
| </dependency> |
| <dependency> |
| <groupId>org.kie</groupId> |
| <artifactId>efesto-quarkus</artifactId> |
| <version>${project.version}</version> |
| <classifier>sources</classifier> |
| </dependency> |
| <dependency> |
| <groupId>org.kie</groupId> |
| <artifactId>efesto-quarkus</artifactId> |
| <version>${project.version}</version> |
| <type>test-jar</type> |
| <scope>test</scope> |
| </dependency> |
| <dependency> |
| <groupId>org.kie</groupId> |
| <artifactId>efesto-quarkus-deployment</artifactId> |
| <version>${project.version}</version> |
| </dependency> |
| <dependency> |
| <groupId>org.kie</groupId> |
| <artifactId>efesto-quarkus-deployment</artifactId> |
| <version>${project.version}</version> |
| <classifier>sources</classifier> |
| </dependency> |
| <dependency> |
| <groupId>org.kie</groupId> |
| <artifactId>efesto-quarkus-deployment</artifactId> |
| <version>${project.version}</version> |
| <type>test-jar</type> |
| <scope>test</scope> |
| </dependency> |
| <!-- ENGINES --> |
| <!-- External --> |
| <!-- Logging --> |
| <!-- Test --> |
| </dependencies> |
| </dependencyManagement> |
| |
| </project> |