Skip to content

Commit

Permalink
Revert "Merge staging to prod - Version update (#77)"
Browse files Browse the repository at this point in the history
  • Loading branch information
gkwan-ibm authored Jun 4, 2021
1 parent 3cbc599 commit 4af7212
Show file tree
Hide file tree
Showing 10 changed files with 431 additions and 437 deletions.
18 changes: 9 additions & 9 deletions finish/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@
<dependency>
<groupId>org.eclipse.microprofile</groupId>
<artifactId>microprofile</artifactId>
<version>4.0.1</version>
<version>3.3</version>
<type>pom</type>
<scope>provided</scope>
</dependency>
Expand All @@ -53,15 +53,15 @@
<dependency>
<groupId>com.ibm.websphere.appserver.api</groupId>
<artifactId>com.ibm.websphere.appserver.api.passwordUtil</artifactId>
<version>1.0.51</version>
<version>1.0.39</version>
<scope>provided</scope>
</dependency>
<!-- end::passwordUtilDependency[] -->
<!-- tag::sslDependency[] -->
<dependency>
<groupId>com.ibm.websphere.appserver.api</groupId>
<artifactId>com.ibm.websphere.appserver.api.ssl</artifactId>
<version>1.4.51</version>
<version>1.3.39</version>
<scope>provided</scope>
</dependency>
<!-- end::sslDependency[] -->
Expand All @@ -70,20 +70,20 @@
<dependency>
<groupId>org.mongodb</groupId>
<artifactId>mongo-java-driver</artifactId>
<version>3.12.8</version>
<version>3.12.3</version>
</dependency>
<!-- end::mongoDriver[] -->
<!-- For tests -->
<dependency>
<groupId>org.apache.cxf</groupId>
<artifactId>cxf-rt-rs-client</artifactId>
<version>3.4.3</version>
<version>3.3.6</version>
<scope>test</scope>
</dependency>
<dependency>
<groupId>org.apache.cxf</groupId>
<artifactId>cxf-rt-rs-extension-providers</artifactId>
<version>3.4.3</version>
<version>3.3.6</version>
<scope>test</scope>
</dependency>
<dependency>
Expand All @@ -95,7 +95,7 @@
<dependency>
<groupId>org.junit.jupiter</groupId>
<artifactId>junit-jupiter</artifactId>
<version>5.7.1</version>
<version>5.6.2</version>
<scope>test</scope>
</dependency>
<dependency>
Expand All @@ -113,13 +113,13 @@
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-war-plugin</artifactId>
<version>3.3.1</version>
<version>3.2.3</version>
</plugin>
<!-- Enable liberty-maven plugin -->
<plugin>
<groupId>io.openliberty.tools</groupId>
<artifactId>liberty-maven-plugin</artifactId>
<version>3.3.4</version>
<version>3.3.1</version>
</plugin>
<!-- Plugin to run unit tests -->
<plugin>
Expand Down
4 changes: 2 additions & 2 deletions finish/src/main/liberty/config/server.xml
Original file line number Diff line number Diff line change
Expand Up @@ -8,14 +8,14 @@
<feature>ssl-1.0</feature>
<!-- end::sslFeature[] -->
<!-- tag::mpConfigFeature[] -->
<feature>mpConfig-2.0</feature>
<feature>mpConfig-1.4</feature>
<!-- end::mpConfigFeature[] -->
<!-- tag::passwordUtilFeature[] -->
<feature>passwordUtilities-1.0</feature>
<!-- end::passwordUtilFeature[] -->
<feature>beanValidation-2.0</feature>
<feature>jaxrs-2.1</feature>
<feature>mpOpenAPI-2.0</feature>
<feature>mpOpenAPI-1.1</feature>
</featureManager>
<!-- end::featureManager[] -->

Expand Down
Loading

0 comments on commit 4af7212

Please sign in to comment.