Skip to content
This repository was archived by the owner on Nov 15, 2022. It is now read-only.

Commit 19c1526

Browse files
mskdeepak-oracleyaminikb
authored andcommitted
Integ: trilead-ssh2 build-217-jenkins-11 (#22250)
1 parent f0eee81 commit 19c1526

File tree

6 files changed

+10
-174
lines changed

6 files changed

+10
-174
lines changed

nucleus/cluster/admin/src/main/java/com/sun/enterprise/v3/admin/cluster/SecureAdminBootstrapHelper.java

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -313,8 +313,8 @@ protected void copyBootstrapFiles() throws FileNotFoundException, IOException {
313313
* @param milliseconds normal Java time (in milliseconds)
314314
* @return
315315
*/
316-
Integer secondsSince_01_Jan_1970(final long milliseconds) {
317-
return Integer.valueOf((int) (milliseconds) / 1000);
316+
Long secondsSince_01_Jan_1970(final long milliseconds) {
317+
return milliseconds / 1000;
318318
}
319319
}
320320

nucleus/cluster/ssh/pom.xml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -72,9 +72,9 @@
7272
</build>
7373
<dependencies>
7474
<dependency>
75-
<groupId>org.glassfish.main.external</groupId>
76-
<artifactId>trilead-ssh2-repackaged</artifactId>
77-
<version>${project.parent.version}</version>
75+
<groupId>org.glassfish.external</groupId>
76+
<artifactId>trilead-ssh2</artifactId>
77+
<version>${trilead-ssh2.version}</version>
7878
</dependency>
7979
<dependency>
8080
<groupId>org.glassfish.hk2</groupId>

nucleus/packager/external/pom.xml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,6 @@
6868
<module>jmxremote_optional</module>
6969
<module>ldapbp</module>
7070
<module>vboxjws</module>
71-
<module>trilead-ssh2</module>
7271
<module>j-interop</module>
7372
<module>bean-validator</module>
7473
<module>bean-validator-cdi</module>

nucleus/packager/external/trilead-ssh2/pom.xml

Lines changed: 0 additions & 163 deletions
This file was deleted.

nucleus/packager/nucleus-cluster/pom.xml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -97,9 +97,9 @@
9797
</dependency>
9898
-->
9999
<dependency>
100-
<groupId>org.glassfish.main.external</groupId>
101-
<artifactId>trilead-ssh2-repackaged</artifactId>
102-
<version>${project.version}</version>
100+
<groupId>org.glassfish.external</groupId>
101+
<artifactId>trilead-ssh2</artifactId>
102+
<version>${trilead-ssh2.version}</version>
103103
<optional>true</optional>
104104
</dependency>
105105
</dependencies>

nucleus/pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -142,7 +142,7 @@
142142
<hk2.plugin.version>2.5.0-b44</hk2.plugin.version>
143143
<jboss.logging.version>3.3.1.Final</jboss.logging.version>
144144
<fasterxml.classmate.version>1.3.3</fasterxml.classmate.version>
145-
<trilead-ssh2.version>build212-hudson-6</trilead-ssh2.version>
145+
<trilead-ssh2.version>2.1.3</trilead-ssh2.version>
146146
<pfl.version>4.0.1-b001</pfl.version>
147147
<gmbal.version>4.0.0-b001</gmbal.version>
148148
<antlr.version>2.7.7</antlr.version>
@@ -1013,7 +1013,7 @@
10131013
<version>${asm.version}</version>
10141014
</dependency>
10151015
<dependency>
1016-
<groupId>org.jvnet.hudson</groupId>
1016+
<groupId>org.glassfish.external</groupId>
10171017
<artifactId>trilead-ssh2</artifactId>
10181018
<version>${trilead-ssh2.version}</version>
10191019
</dependency>

0 commit comments

Comments
 (0)