Skip to content

Commit 4af7212

Browse files
authored
Revert "Merge staging to prod - Version update (#77)"
1 parent 3cbc599 commit 4af7212

File tree

10 files changed

+431
-437
lines changed

10 files changed

+431
-437
lines changed

finish/pom.xml

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@
3939
<dependency>
4040
<groupId>org.eclipse.microprofile</groupId>
4141
<artifactId>microprofile</artifactId>
42-
<version>4.0.1</version>
42+
<version>3.3</version>
4343
<type>pom</type>
4444
<scope>provided</scope>
4545
</dependency>
@@ -53,15 +53,15 @@
5353
<dependency>
5454
<groupId>com.ibm.websphere.appserver.api</groupId>
5555
<artifactId>com.ibm.websphere.appserver.api.passwordUtil</artifactId>
56-
<version>1.0.51</version>
56+
<version>1.0.39</version>
5757
<scope>provided</scope>
5858
</dependency>
5959
<!-- end::passwordUtilDependency[] -->
6060
<!-- tag::sslDependency[] -->
6161
<dependency>
6262
<groupId>com.ibm.websphere.appserver.api</groupId>
6363
<artifactId>com.ibm.websphere.appserver.api.ssl</artifactId>
64-
<version>1.4.51</version>
64+
<version>1.3.39</version>
6565
<scope>provided</scope>
6666
</dependency>
6767
<!-- end::sslDependency[] -->
@@ -70,20 +70,20 @@
7070
<dependency>
7171
<groupId>org.mongodb</groupId>
7272
<artifactId>mongo-java-driver</artifactId>
73-
<version>3.12.8</version>
73+
<version>3.12.3</version>
7474
</dependency>
7575
<!-- end::mongoDriver[] -->
7676
<!-- For tests -->
7777
<dependency>
7878
<groupId>org.apache.cxf</groupId>
7979
<artifactId>cxf-rt-rs-client</artifactId>
80-
<version>3.4.3</version>
80+
<version>3.3.6</version>
8181
<scope>test</scope>
8282
</dependency>
8383
<dependency>
8484
<groupId>org.apache.cxf</groupId>
8585
<artifactId>cxf-rt-rs-extension-providers</artifactId>
86-
<version>3.4.3</version>
86+
<version>3.3.6</version>
8787
<scope>test</scope>
8888
</dependency>
8989
<dependency>
@@ -95,7 +95,7 @@
9595
<dependency>
9696
<groupId>org.junit.jupiter</groupId>
9797
<artifactId>junit-jupiter</artifactId>
98-
<version>5.7.1</version>
98+
<version>5.6.2</version>
9999
<scope>test</scope>
100100
</dependency>
101101
<dependency>
@@ -113,13 +113,13 @@
113113
<plugin>
114114
<groupId>org.apache.maven.plugins</groupId>
115115
<artifactId>maven-war-plugin</artifactId>
116-
<version>3.3.1</version>
116+
<version>3.2.3</version>
117117
</plugin>
118118
<!-- Enable liberty-maven plugin -->
119119
<plugin>
120120
<groupId>io.openliberty.tools</groupId>
121121
<artifactId>liberty-maven-plugin</artifactId>
122-
<version>3.3.4</version>
122+
<version>3.3.1</version>
123123
</plugin>
124124
<!-- Plugin to run unit tests -->
125125
<plugin>

finish/src/main/liberty/config/server.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,14 +8,14 @@
88
<feature>ssl-1.0</feature>
99
<!-- end::sslFeature[] -->
1010
<!-- tag::mpConfigFeature[] -->
11-
<feature>mpConfig-2.0</feature>
11+
<feature>mpConfig-1.4</feature>
1212
<!-- end::mpConfigFeature[] -->
1313
<!-- tag::passwordUtilFeature[] -->
1414
<feature>passwordUtilities-1.0</feature>
1515
<!-- end::passwordUtilFeature[] -->
1616
<feature>beanValidation-2.0</feature>
1717
<feature>jaxrs-2.1</feature>
18-
<feature>mpOpenAPI-2.0</feature>
18+
<feature>mpOpenAPI-1.1</feature>
1919
</featureManager>
2020
<!-- end::featureManager[] -->
2121

0 commit comments

Comments
 (0)