Skip to content

Commit f4ad49d

Browse files
committed
fix eclipse build
1 parent daa63e3 commit f4ad49d

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

sonar-cxx-plugin/pom.xml

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -88,9 +88,14 @@
8888
<artifactId>logback-classic</artifactId>
8989
<scope>test</scope>
9090
</dependency>
91+
<dependency>
92+
<groupId>${project.groupId}</groupId>
93+
<artifactId>cxx-lint</artifactId>
94+
<version>${project.version}</version>
95+
</dependency>
9196
</dependencies>
9297

93-
<build>
98+
<build>
9499
<resources>
95100
<resource>
96101
<directory>src/main/resources</directory>

0 commit comments

Comments
 (0)