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:
@@ -79,7 +79,6 @@
|
||||
<dependency>
|
||||
<groupId>commons-lang</groupId>
|
||||
<artifactId>commons-lang</artifactId>
|
||||
<version>2.3</version>
|
||||
</dependency>
|
||||
|
||||
<!-- Test -->
|
||||
|
||||
@@ -12,7 +12,7 @@ public class RootControllerResourceClientConstants {
|
||||
public static final String PATH = "{tenant}/controller/v1";
|
||||
|
||||
/**
|
||||
* Default constructor.
|
||||
* Private constructor to prevent instantiation.
|
||||
*/
|
||||
private RootControllerResourceClientConstants() {
|
||||
|
||||
|
||||
@@ -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();
|
||||
|
||||
Reference in New Issue
Block a user