Skip to content

Commit b204d73

Browse files
committed
Fixed dependency scope
1 parent deba1fb commit b204d73

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

JavaLibrary/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@
3535
<groupId>cz.drasil</groupId>
3636
<artifactId>bncompiler</artifactId>
3737
<version>${project.version}</version>
38-
<scope>compile</scope>
38+
<scope>provided</scope> <!-- for compilation only -->
3939
</dependency>
4040
</dependencies>
4141

0 commit comments

Comments
 (0)