You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
* restructure integration tests
* reverte groupID default change from oracle:root
* handle very bad message from Oracle Container Registry when image is not found
* remove integration test base class
* removed guava dependency, no longer used
<test.staging.dir>MUST BE SET TO DIRECTORY WITH PATCHES AND INSTALLERS</test.staging.dir>
23
22
</properties>
24
23
25
24
<dependencies>
@@ -33,11 +32,6 @@
33
32
<artifactId>junit-jupiter-engine</artifactId>
34
33
<scope>test</scope>
35
34
</dependency>
36
-
<dependency>
37
-
<groupId>com.google.guava</groupId>
38
-
<artifactId>guava</artifactId>
39
-
<scope>test</scope>
40
-
</dependency>
41
35
</dependencies>
42
36
43
37
<build>
@@ -65,7 +59,7 @@
65
59
</requireEnvironmentVariable>
66
60
<requireProperty>
67
61
<property>test.staging.dir</property>
68
-
<message>For integration tests, you must set the test.staging.dir System property to point to the directory where the installers are staged. Or, set STAGING_DIR environment variable.</message>
62
+
<message>For integration tests, you must define the test.staging.dir System property to point to the directory where the installers are staged. Or, set STAGING_DIR environment variable.</message>
0 commit comments