| <?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/xsd/maven-4.0.0.xsd"> |
| |
| <modelVersion>4.0.0</modelVersion> |
| |
| <groupId>org.eclipse.openk.source-system.mock-up-static-topology</groupId> |
| <artifactId>mock-up-static-topology-service</artifactId> |
| <version>0.0.1-SNAPSHOT</version> |
| |
| <name>${project.groupId}.${project.artifactId}</name> |
| |
| <parent> |
| <groupId>org.eclipse.openk.build.build-parentpom</groupId> |
| <artifactId>build-parentpom-service</artifactId> |
| <version>0.0.1-SNAPSHOT</version> |
| <relativePath></relativePath> |
| </parent> |
| |
| <dependencies> |
| <!-- org.eclipse --> |
| <dependency> |
| <groupId>org.eclipse.openk.source-system.mock-up-static-topology</groupId> |
| <artifactId>mock-up-static-topology-infrastructure</artifactId> |
| <version>0.0.1-SNAPSHOT</version> |
| </dependency> |
| |
| <dependency> |
| <groupId>org.eclipse.openk.service</groupId> |
| <artifactId>service-service</artifactId> |
| <version>0.0.1-SNAPSHOT</version> |
| </dependency> |
| <!-- scope: test --> |
| <!-- org.eclipse.openk --> |
| <dependency> |
| <groupId>org.eclipse.openk.service</groupId> |
| <artifactId>service-service</artifactId> |
| <version>0.0.1-SNAPSHOT</version> |
| <type>test-jar</type> |
| </dependency> |
| </dependencies> |
| |
| </project> |