Skip to content
Snippets Groups Projects
Select Git revision
  • 01facdf73abafd9e8cbfa1debca28abd1cb7dc75
  • main default protected
  • micord-master
  • 7.59.x
  • r7.61.0.Final
  • dependabot/maven/kie-osgi/kie-karaf-features/org.apache.santuario-xmlsec-2.1.7
  • JBPM-9841
  • revapi-7.57.0.Final
  • 7.52.x
  • snyk-upgrade-8b1d2bccbde9a517dbae4b87da83c121
  • snyk-upgrade-d561818fc35cdde73a05fb01d5c82ce1
  • snyk-upgrade-4326db4c6b1ab970cee0e26c49086d25
  • snyk-upgrade-d8d9867726081307a5b147d41107c4ae
  • snyk-upgrade-ddd5f2b8ac66ce753033b1295ff02e5b
  • 7.48.x
  • 7.44.x
  • 7.39.x
  • revert-2080-JBPM-9129
  • revert-2096-drools-5321
  • Ginxo-patch-2
  • Ginxo-patch-1
  • 7.58.0.Final-Micord-1
  • 7.61.0.Final
  • 7.60.0.Final
  • 7.59.0.Final
  • 7.58.0.Final
  • 7.57.0.Final
  • 7.56.0.Final
  • 7.55.0.Final
  • 7.54.0.Final
  • 7.53.0.Final
  • 7.52.0.Final
  • 7.51.0.Final
  • 7.50.0.Final
  • 7.49.0.Final
  • 7.48.0.Final
  • 7.47.0.Final
  • 7.46.0.Final
  • 7.45.0.Final
  • 7.44.0.Final
  • 7.43.1.Final
41 results

pom.xml

Blame
  • pom.xml 2.41 KiB
    <?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/maven-v4_0_0.xsd">
    
      <modelVersion>4.0.0</modelVersion>
      <parent>
        <groupId>org.drools</groupId>
        <artifactId>droolsjbpm-integration</artifactId>
        <version>6.0.0.Alpha3</version>
      </parent>
    
      <artifactId>drools-simulator</artifactId>
    
      <name>Drools Simulator</name>
      <description>TODO</description>
    
      <dependencies>
        <!-- Internal dependencies -->
        <dependency>
          <groupId>org.kie</groupId>
          <artifactId>kie-api</artifactId>
        </dependency>
        <dependency>
          <groupId>org.drools</groupId>
          <artifactId>drools-core</artifactId>
        </dependency>
        <dependency>
          <groupId>org.drools</groupId>
          <artifactId>drools-compiler</artifactId>
        </dependency>
        <dependency>
          <groupId>org.jbpm</groupId>
          <artifactId>jbpm-flow-builder</artifactId>
        </dependency>
        <dependency>
          <groupId>org.jbpm</groupId>
          <artifactId>jbpm-bpmn2</artifactId>
        </dependency>
        <dependency><!-- Overwrites (or duplicates) the parent junit dependency
                because it is needed at compile time -->
          <groupId>junit</groupId>
          <artifactId>junit</artifactId>
          <scope>compile</scope>
        </dependency>
        <dependency>
          <groupId>org.yaml</groupId>
          <artifactId>snakeyaml</artifactId>
        </dependency>
        <dependency>
          <groupId>javax.xml.bind</groupId>
          <artifactId>jaxb-api</artifactId>
        </dependency>
        <dependency>
          <!-- Overwrites the older junit dependency on hamcrest-core 1.1 -->
           <groupId>org.hamcrest</groupId>
           <artifactId>hamcrest-core</artifactId>
           <version>1.2.1</version>
          <scope>runtime</scope>
        </dependency>
        <dependency>
          <groupId>org.hamcrest</groupId>
          <artifactId>hamcrest-integration</artifactId>
          <version>1.2.1</version>
        </dependency>
        <!-- dependency>
           <groupId>org.hamsandwich</groupId>
           <artifactId>hamsandwich</artifactId>
           <version>1.2</version>
        </dependency-->
      </dependencies>
    
      <!-- repositories>
        <repository>
           <id>hamsandwich-repo</id>
           <name>hamsandwich repository on GitHub</name>
           <url>http://wcmatthysen.github.com/hamsandwich/repository/</url>
        </repository>
     </repositories -->
    </project>