File tree 2 files changed +10
-1
lines changed
src/test/java/io/helidon/microprofile/cdi
2 files changed +10
-1
lines changed Original file line number Diff line number Diff line change 108
108
</annotationProcessorPaths >
109
109
</configuration >
110
110
</plugin >
111
+ <plugin >
112
+ <groupId >org.apache.maven.plugins</groupId >
113
+ <artifactId >maven-surefire-plugin</artifactId >
114
+ <configuration >
115
+ <systemProperties >
116
+ <mp .initializer.allow>true</mp .initializer.allow>
117
+ </systemProperties >
118
+ </configuration >
119
+
120
+ </plugin >
111
121
</plugins >
112
122
</build >
113
123
</project >
Original file line number Diff line number Diff line change @@ -35,7 +35,6 @@ class AsyncPlatformTest {
35
35
@ BeforeAll
36
36
@ SuppressWarnings ("unchecked" )
37
37
static void startCdi () {
38
- System .setProperty ("mp.initializer.allow" , "true" );
39
38
seContainer = SeContainerInitializer .newInstance ()
40
39
.disableDiscovery ()
41
40
.addExtensions (AsyncPlatformExtension .class )
You can’t perform that action at this time.
0 commit comments