| Group ID: |
io.cloudslang |
| Artifact ID: |
score-worker-execution-impl |
| Last modified: |
12.09.2016 08:16 |
| Packaging: |
jar |
|
|
| Size: |
17.0 KB |
| Download: |
https://repo.maven.apache.org/maven2/io/cloudslang/score-worker-execution-impl/0.3.39/score-worker-execution-impl-0.3.39.jar |
| POM: |
Show
hide
<?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">
<!--
(c) Copyright 2014 Hewlett-Packard Development Company, L.P.
All rights reserved. This program and the accompanying materials
are made available under the terms of the Apache License v2.0 which accompany this distribution.
The Apache License is available at
http://www.apache.org/licenses/LICENSE-2.0
-->
<parent>
<groupId>io.cloudslang</groupId>
<artifactId>worker-execution</artifactId>
<version>0.3.39</version>
</parent>
<modelVersion>4.0.0</modelVersion>
<artifactId>score-worker-execution-impl</artifactId>
<dependencies>
<dependency>
<groupId>org.springframework</groupId>
<artifactId>spring-context</artifactId>
</dependency>
<dependency>
<groupId>${project.groupId}</groupId>
<artifactId>score-api</artifactId>
</dependency>
<dependency>
<groupId>com.googlecode.lambdaj</groupId>
<artifactId>lambdaj</artifactId>
</dependency>
<dependency>
<groupId>log4j</groupId>
<artifactId>log4j</artifactId>
</dependency>
<dependency>
<groupId>com.h2database</groupId>
<artifactId>h2</artifactId>
<scope>test</scope>
</dependency>
<dependency>
<groupId>org.springframework</groupId>
<artifactId>spring-tx</artifactId>
</dependency>
<dependency>
<groupId>junit</groupId>
<artifactId>junit</artifactId>
</dependency>
<dependency>
<groupId>org.mockito</groupId>
<artifactId>mockito-all</artifactId>
</dependency>
<dependency>
<groupId>org.springframework</groupId>
<artifactId>spring-test</artifactId>
</dependency>
<!-- engine artifacts -->
<dependency>
<groupId>${project.groupId}</groupId>
<artifactId>score-worker-execution-api</artifactId>
</dependency>
<dependency>
<groupId>${project.groupId}</groupId>
<artifactId>score-orchestrator-api</artifactId>
</dependency>
<dependency>
<groupId>${project.groupId}</groupId>
<artifactId>score-worker-manager-api</artifactId>
</dependency>
<!-- end of engine artifacts -->
</dependencies>
</project>
|
| Maven: |
<dependency>
<groupId>io.cloudslang</groupId>
<artifactId>score-worker-execution-impl</artifactId>
<version>0.3.39</version>
</dependency>
|
| Gradle: |
io.cloudslang:score-worker-execution-impl:0.3.39 |
|
Contained classes:
|
Show all
|
|
Contained classes:
|
|
| Dependencies: |
|
| Dependency Graph: |
Show
Less
More
|