File tree Expand file tree Collapse file tree 3 files changed +9
-6
lines changed
system-test/src/test/java/oracle/weblogic/deploy/integration Expand file tree Collapse file tree 3 files changed +9
-6
lines changed Original file line number Diff line number Diff line change 28
28
<plugin >
29
29
<groupId >org.apache.maven.plugins</groupId >
30
30
<artifactId >maven-dependency-plugin</artifactId >
31
- <version >3.5 .0</version >
31
+ <version >3.6 .0</version >
32
32
</plugin >
33
33
<plugin >
34
34
<groupId >org.apache.maven.plugins</groupId >
Original file line number Diff line number Diff line change @@ -1224,7 +1224,10 @@ private void verifyDiscoveredJDBCWalletModelFile(String expectedModelFile) throw
1224
1224
checkContents .add (" AdminServerName: admin-server" );
1225
1225
checkContents .add (" ProductionModeEnabled: true" );
1226
1226
checkContents .add (" NMProperties:" );
1227
- checkContents .add (" JavaHome: /usr/java/jdk1.8.0_361" );
1227
+
1228
+ // Don't include the JavaHome path in the check since it will vary when running system-tests locally...
1229
+ //
1230
+ checkContents .add (" JavaHome: " );
1228
1231
checkContents .add (" Server:" );
1229
1232
checkContents .add (" admin-server: {}" );
1230
1233
checkContents .add (" SecurityConfiguration:" );
Original file line number Diff line number Diff line change 39
39
<skipTests >false</skipTests >
40
40
<antlr .version>4.9.3</antlr .version>
41
41
<snakeyaml .version>2.0</snakeyaml .version>
42
- <picocli .version>4.7.3 </picocli .version>
42
+ <picocli .version>4.7.4 </picocli .version>
43
43
<wdt .scm.repo.url>${env.WDT_SCM_REPO_URL} </wdt .scm.repo.url>
44
44
<wdt .scm.repo.conn>${env.WDT_SCM_REPO_CONN} </wdt .scm.repo.conn>
45
45
98
98
<dependency >
99
99
<groupId >com.google.guava</groupId >
100
100
<artifactId >guava</artifactId >
101
- <version >31 .1-jre</version >
101
+ <version >32.0 .1-jre</version >
102
102
</dependency >
103
103
<dependency >
104
104
<groupId >javax.xml.bind</groupId >
108
108
<dependency >
109
109
<groupId >commons-io</groupId >
110
110
<artifactId >commons-io</artifactId >
111
- <version >2.11 .0</version >
111
+ <version >2.13 .0</version >
112
112
</dependency >
113
113
<dependency >
114
114
<groupId >info.picocli</groupId >
170
170
<plugin >
171
171
<groupId >org.apache.maven.plugins</groupId >
172
172
<artifactId >maven-release-plugin</artifactId >
173
- <version >3.0.0 </version >
173
+ <version >3.0.1 </version >
174
174
</plugin >
175
175
<plugin >
176
176
<groupId >org.apache.maven.plugins</groupId >
You can’t perform that action at this time.
0 commit comments