order-manager-engine
Used in:
components
- OverviewOverview
- VersionsVersions
- DependentsDependents
- DependenciesDependencies
<dependency>
<groupId>org.bluestemsoftware.open.eoa.example.application.spring10</groupId>
<artifactId>order-manager-engine</artifactId>
<version>0.8.5.0</version>
</dependency><?xml version="1.0" encoding="UTF-8"?>
<project xmlns="http://maven.apache.org/POM/4.0.0">
<parent>
<groupId>org.bluestemsoftware.open.eoa.example.application.spring10</groupId>
<artifactId>spring-10-application</artifactId>
<version>0.8.5.0</version>
</parent>
<modelVersion>4.0.0</modelVersion>
<artifactId>order-manager-engine</artifactId>
<packaging>eoa-component</packaging>
<name>order-manager-engine</name>
<url>http://alakai.org</url>
<build>
<plugins>
<plugin>
<groupId>org.bluestemsoftware.open.maven.plugin</groupId>
<artifactId>maven-eoa-plugin</artifactId>
<extensions>true</extensions>
</plugin>
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-eclipse-plugin</artifactId>
<version>2.4</version>
<configuration>
<skip>true</skip>
</configuration>
</plugin>
</plugins>
</build>
<dependencies>
<!-- ************************ test dependencies ******************************** -->
<dependency>
<groupId>junit</groupId>
<artifactId>junit</artifactId>
<version>4.2</version>
<scope>test</scope>
</dependency>
<dependency>
<groupId>org.bluestemsoftware.open.eoa.ext</groupId>
<artifactId>ext-system-test</artifactId>
<version>0.8.5.0</version>
<scope>test</scope>
</dependency>
<!-- ********************** provided dependencies ****************************** -->
<dependency>
<groupId>org.bluestemsoftware.specification.eoa</groupId>
<artifactId>specification-eoa-api</artifactId>
<scope>system</scope>
<systemPath>${env.ALAKAI_HOME}/repository/org/bluestemsoftware/specification/eoa/specification-eoa-api/0.8.5.0/specification-eoa-api-0.8.5.0.jar</systemPath>
</dependency>
<!-- *********************** shared dependencies ******************************* -->
<dependency>
<groupId>org.bluestemsoftware.specification.eoa.ext</groupId>
<artifactId>specification-eoa-ext-api</artifactId>
<scope>provided</scope>
</dependency>
<!-- *********************** scoped dependencies ******************************* -->
<!-- *********************** feature dependencies ****************************** -->
<!-- ********************** component dependencies ***************************** -->
<dependency>
<groupId>org.bluestemsoftware.open.eoa.example.application.spring10</groupId>
<artifactId>warehouse-manager-atlanta</artifactId>
<version>0.8.5.0</version>
<scope>runtime</scope>
<type>eoa-component</type>
<optional>true</optional>
</dependency>
<dependency>
<groupId>org.bluestemsoftware.open.eoa.example.application.spring10</groupId>
<artifactId>warehouse-manager-chicago</artifactId>
<version>0.8.5.0</version>
<scope>runtime</scope>
<type>eoa-component</type>
<optional>true</optional>
</dependency>
<dependency>
<groupId>org.bluestemsoftware.open.eoa.example.application.spring10</groupId>
<artifactId>warehouse-manager-dallas</artifactId>
<version>0.8.5.0</version>
<scope>runtime</scope>
<type>eoa-component</type>
<optional>true</optional>
</dependency>
</dependencies>
</project>