mirror of
https://github.com/mapstruct/mapstruct.git
synced 2025-07-12 00:00:08 +08:00
#381 fix baseDir for JSR 330 integration test, add missing dependency
This commit is contained in:
parent
9b8076eff3
commit
677952c2fe
@ -28,6 +28,6 @@ import org.mapstruct.itest.testutil.runner.ProcessorSuiteRunner;
|
||||
*
|
||||
*/
|
||||
@RunWith( ProcessorSuiteRunner.class )
|
||||
@ProcessorSuite( baseDir = "springTest", processorTypes = ProcessorType.ALL )
|
||||
@ProcessorSuite( baseDir = "jsr330Test", processorTypes = ProcessorType.ALL )
|
||||
public class Jsr330Test {
|
||||
}
|
||||
|
@ -46,5 +46,9 @@
|
||||
<groupId>org.springframework</groupId>
|
||||
<artifactId>spring-context</artifactId>
|
||||
</dependency>
|
||||
<dependency>
|
||||
<groupId>javax.inject</groupId>
|
||||
<artifactId>javax.inject</artifactId>
|
||||
</dependency>
|
||||
</dependencies>
|
||||
</project>
|
||||
|
Loading…
x
Reference in New Issue
Block a user