|
38 | 38 |
|
39 | 39 | <properties>
|
40 | 40 | <openmrsPlatformVersion>2.7.3</openmrsPlatformVersion>
|
41 |
| - <springVersion>5.3.30</springVersion> |
42 | 41 | <handlebarsVersion>1.3.1</handlebarsVersion>
|
43 | 42 | <project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
|
44 | 43 | </properties>
|
|
95 | 94 | <version>${openmrsPlatformVersion}</version>
|
96 | 95 | <type>test-jar</type>
|
97 | 96 | <scope>test</scope>
|
| 97 | + <exclusions> |
| 98 | + <exclusion> |
| 99 | + <groupId>org.powermock</groupId> |
| 100 | + <artifactId>powermock-api-mockito</artifactId> |
| 101 | + </exclusion> |
| 102 | + <exclusion> |
| 103 | + <groupId>org.powermock</groupId> |
| 104 | + <artifactId>powermock-api-mockito2</artifactId> |
| 105 | + </exclusion> |
| 106 | + </exclusions> |
98 | 107 | </dependency>
|
99 | 108 |
|
100 | 109 | <dependency>
|
|
103 | 112 | <version>${openmrsPlatformVersion}</version>
|
104 | 113 | <type>test-jar</type>
|
105 | 114 | <scope>test</scope>
|
| 115 | + <exclusions> |
| 116 | + <exclusion> |
| 117 | + <groupId>org.powermock</groupId> |
| 118 | + <artifactId>powermock-api-mockito</artifactId> |
| 119 | + </exclusion> |
| 120 | + <exclusion> |
| 121 | + <groupId>org.powermock</groupId> |
| 122 | + <artifactId>powermock-api-mockito2</artifactId> |
| 123 | + </exclusion> |
| 124 | + </exclusions> |
106 | 125 | </dependency>
|
107 | 126 |
|
108 | 127 | <dependency>
|
|
111 | 130 | <version>${openmrsPlatformVersion}</version>
|
112 | 131 | <type>pom</type>
|
113 | 132 | <scope>test</scope>
|
| 133 | + |
| 134 | + <exclusions> |
| 135 | + <exclusion> |
| 136 | + <groupId>org.powermock</groupId> |
| 137 | + <artifactId>powermock-api-mockito</artifactId> |
| 138 | + </exclusion> |
| 139 | + <exclusion> |
| 140 | + <groupId>org.powermock</groupId> |
| 141 | + <artifactId>powermock-api-mockito2</artifactId> |
| 142 | + </exclusion> |
| 143 | + </exclusions> |
114 | 144 | </dependency>
|
115 | 145 |
|
116 | 146 | <!-- End OpenMRS core -->
|
|
160 | 190 | </exclusions>
|
161 | 191 | </dependency>
|
162 | 192 |
|
| 193 | + <dependency> |
| 194 | + <groupId>net.bytebuddy</groupId> |
| 195 | + <artifactId>byte-buddy</artifactId> |
| 196 | + <version>1.15.10</version> |
| 197 | + </dependency> |
| 198 | + <dependency> |
| 199 | + <groupId>net.bytebuddy</groupId> |
| 200 | + <artifactId>byte-buddy-agent</artifactId> |
| 201 | + <version>1.15.10</version> |
| 202 | + </dependency> |
| 203 | + |
163 | 204 | </dependencies>
|
164 | 205 | </dependencyManagement>
|
165 | 206 |
|
|
0 commit comments