Skip to content

Commit f43b6bc

Browse files
authored
Merge pull request #22 from bci-oss/554-refactoring-tool-dependency
Add GitHub api for GitHub Scanner
2 parents 8e567b1 + 60e2c52 commit f43b6bc

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

pom.xml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -73,6 +73,7 @@
7373
<junit-jupiter-version>5.10.3</junit-jupiter-version>
7474
<logback-version>1.5.6</logback-version>
7575
<lombok-version>1.18.24</lombok-version>
76+
<github-api-version>1.123</github-api-version>
7677
<maven-plugin-annotations-version>3.13.1</maven-plugin-annotations-version>
7778
<!-- Can't update to 3.9.5: sisu-inject usage in maven-plugin-testing-hardness is broken -->
7879
<maven-plugin-dependencies-version>3.8.1</maven-plugin-dependencies-version>
@@ -333,6 +334,11 @@
333334
<artifactId>logback-core</artifactId>
334335
<version>${logback-version}</version>
335336
</dependency>
337+
<dependency>
338+
<groupId>org.kohsuke</groupId>
339+
<artifactId>github-api</artifactId>
340+
<version>${github-api-version}</version>
341+
</dependency>
336342
<dependency>
337343
<groupId>org.apache.maven.plugin-tools</groupId>
338344
<artifactId>maven-plugin-annotations</artifactId>

0 commit comments

Comments
 (0)