Skip to content

Commit bbad841

Browse files
committed
excluded test dependency from overture codegen
1 parent 2e3b6d8 commit bbad841

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

modeldefinitionchecker/pom.xml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -67,6 +67,12 @@
6767
<groupId>org.overturetool.core.codegen</groupId>
6868
<artifactId>codegen-runtime</artifactId>
6969
<version>${overture.version}</version>
70+
<exclusions>
71+
<exclusion>
72+
<groupId>junit</groupId>
73+
<artifactId>junit</artifactId>
74+
</exclusion>
75+
</exclusions>
7076
</dependency>
7177
<dependency>
7278
<groupId>org.into-cps.maestro</groupId>

0 commit comments

Comments
 (0)