Moved dependencies to parent pom and added missing dependency

Signed-off-by: Jonathan Philip Knoblauch <JonathanPhilip.Knoblauch@bosch-si.com>
This commit is contained in:
Jonathan Philip Knoblauch
2016-04-28 07:39:36 +02:00
parent 3851a6c1df
commit a958576e2e
4 changed files with 8 additions and 5 deletions

View File

@@ -79,7 +79,6 @@
<dependency>
<groupId>commons-lang</groupId>
<artifactId>commons-lang</artifactId>
<version>2.3</version>
</dependency>
<!-- Test -->

View File

@@ -12,7 +12,7 @@ public class RootControllerResourceClientConstants {
public static final String PATH = "{tenant}/controller/v1";
/**
* Default constructor.
* Private constructor to prevent instantiation.
*/
private RootControllerResourceClientConstants() {

View File

@@ -11,7 +11,7 @@ public class AppTest {
@Test
public void AppTest() {
final DdiExampleClient ddiClient = new DdiExampleClient("http://localhost:8080/", "Einstein17", "DEFAULT",
final DdiExampleClient ddiClient = new DdiExampleClient("http://localhost:8080/", "Einstein21", "DEFAULT",
new SaveArtifactsToLocalTempDirectories());
final Thread thread = new Thread(ddiClient);
thread.run();