Skip to content

Commit 11459ab

Browse files
committed
minor modifications
1 parent 2079270 commit 11459ab

6 files changed

Lines changed: 9 additions & 0 deletions

File tree

jdk_11_maven/cs/rest/pay-publicapi/src/main/java/uk/gov/pay/api/app/PublicApi.java

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -84,6 +84,10 @@ public class PublicApi extends Application<PublicApiConfig> {
8484

8585
private static final String SERVICE_METRICS_NODE = "publicapi";
8686

87+
/**
88+
* Added to check the status of the SUT, since there is no API
89+
* available to access this information.
90+
*/
8791
private Server jettyServer;
8892

8993
public int getJettyPort() {

jdk_17_maven/cs/rest/signal-server/api-doc/pom.xml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@
55
<parent>
66
<artifactId>TextSecureServer</artifactId>
77
<groupId>org.whispersystems.textsecure</groupId>
8+
<!-- <version>JGITVER</version> -->
89
<version>10.3.0</version>
910
</parent>
1011
<modelVersion>4.0.0</modelVersion>

jdk_17_maven/cs/rest/signal-server/event-logger/pom.xml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,7 @@
1010
<parent>
1111
<artifactId>TextSecureServer</artifactId>
1212
<groupId>org.whispersystems.textsecure</groupId>
13+
<!-- <version>JGITVER</version> -->
1314
<version>10.3.0</version>
1415
</parent>
1516

jdk_17_maven/cs/rest/signal-server/integration-tests/pom.xml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@
55
<parent>
66
<artifactId>TextSecureServer</artifactId>
77
<groupId>org.whispersystems.textsecure</groupId>
8+
<!-- <version>JGITVER</version> -->
89
<version>10.3.0</version>
910
</parent>
1011
<modelVersion>4.0.0</modelVersion>

jdk_17_maven/cs/rest/signal-server/service/pom.xml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@
55
<parent>
66
<artifactId>TextSecureServer</artifactId>
77
<groupId>org.whispersystems.textsecure</groupId>
8+
<!-- <version>JGITVER</version> -->
89
<version>10.3.0</version>
910
</parent>
1011
<modelVersion>4.0.0</modelVersion>

jdk_17_maven/cs/rest/signal-server/websocket-resources/pom.xml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@
55
<parent>
66
<artifactId>TextSecureServer</artifactId>
77
<groupId>org.whispersystems.textsecure</groupId>
8+
<!-- <version>JGITVER</version> -->
89
<version>10.3.0</version>
910
</parent>
1011
<modelVersion>4.0.0</modelVersion>

0 commit comments

Comments
 (0)