|
39 | 39 | <dependency> |
40 | 40 | <groupId>org.eclipse.microprofile</groupId> |
41 | 41 | <artifactId>microprofile</artifactId> |
42 | | - <version>4.0.1</version> |
| 42 | + <version>3.3</version> |
43 | 43 | <type>pom</type> |
44 | 44 | <scope>provided</scope> |
45 | 45 | </dependency> |
|
53 | 53 | <dependency> |
54 | 54 | <groupId>com.ibm.websphere.appserver.api</groupId> |
55 | 55 | <artifactId>com.ibm.websphere.appserver.api.passwordUtil</artifactId> |
56 | | - <version>1.0.51</version> |
| 56 | + <version>1.0.39</version> |
57 | 57 | <scope>provided</scope> |
58 | 58 | </dependency> |
59 | 59 | <!-- end::passwordUtilDependency[] --> |
60 | 60 | <!-- tag::sslDependency[] --> |
61 | 61 | <dependency> |
62 | 62 | <groupId>com.ibm.websphere.appserver.api</groupId> |
63 | 63 | <artifactId>com.ibm.websphere.appserver.api.ssl</artifactId> |
64 | | - <version>1.4.51</version> |
| 64 | + <version>1.3.39</version> |
65 | 65 | <scope>provided</scope> |
66 | 66 | </dependency> |
67 | 67 | <!-- end::sslDependency[] --> |
|
70 | 70 | <dependency> |
71 | 71 | <groupId>org.mongodb</groupId> |
72 | 72 | <artifactId>mongo-java-driver</artifactId> |
73 | | - <version>3.12.8</version> |
| 73 | + <version>3.12.3</version> |
74 | 74 | </dependency> |
75 | 75 | <!-- end::mongoDriver[] --> |
76 | 76 | <!-- For tests --> |
77 | 77 | <dependency> |
78 | 78 | <groupId>org.apache.cxf</groupId> |
79 | 79 | <artifactId>cxf-rt-rs-client</artifactId> |
80 | | - <version>3.4.3</version> |
| 80 | + <version>3.3.6</version> |
81 | 81 | <scope>test</scope> |
82 | 82 | </dependency> |
83 | 83 | <dependency> |
84 | 84 | <groupId>org.apache.cxf</groupId> |
85 | 85 | <artifactId>cxf-rt-rs-extension-providers</artifactId> |
86 | | - <version>3.4.3</version> |
| 86 | + <version>3.3.6</version> |
87 | 87 | <scope>test</scope> |
88 | 88 | </dependency> |
89 | 89 | <dependency> |
|
95 | 95 | <dependency> |
96 | 96 | <groupId>org.junit.jupiter</groupId> |
97 | 97 | <artifactId>junit-jupiter</artifactId> |
98 | | - <version>5.7.1</version> |
| 98 | + <version>5.6.2</version> |
99 | 99 | <scope>test</scope> |
100 | 100 | </dependency> |
101 | 101 | <dependency> |
|
113 | 113 | <plugin> |
114 | 114 | <groupId>org.apache.maven.plugins</groupId> |
115 | 115 | <artifactId>maven-war-plugin</artifactId> |
116 | | - <version>3.3.1</version> |
| 116 | + <version>3.2.3</version> |
117 | 117 | </plugin> |
118 | 118 | <!-- Enable liberty-maven plugin --> |
119 | 119 | <plugin> |
120 | 120 | <groupId>io.openliberty.tools</groupId> |
121 | 121 | <artifactId>liberty-maven-plugin</artifactId> |
122 | | - <version>3.3.4</version> |
| 122 | + <version>3.3.1</version> |
123 | 123 | </plugin> |
124 | 124 | <!-- Plugin to run unit tests --> |
125 | 125 | <plugin> |
|
0 commit comments