Skip to content

Commit

Permalink
build(pom): restore dagger compiler property (#200)
Browse files Browse the repository at this point in the history
  • Loading branch information
ebaron authored Sep 19, 2023
1 parent 0fa9b84 commit fbd69ac
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,10 @@
<com.mycila.license.maven.plugin.version>4.2</com.mycila.license.maven.plugin.version>
<org.owasp.dependency.check.version>8.4.0</org.owasp.dependency.check.version>

<!-- Use a separate property for dependency alignment purposes. -->
<com.google.dagger.version>2.47</com.google.dagger.version>
<com.google.dagger.compiler.version>${com.google.dagger.version}</com.google.dagger.compiler.version>

<io.cryostat.core.version>2.22.0</io.cryostat.core.version>

<org.apache.commons.io.version>2.11.0</org.apache.commons.io.version>
Expand Down Expand Up @@ -196,7 +199,7 @@
<path>
<groupId>com.google.dagger</groupId>
<artifactId>dagger-compiler</artifactId>
<version>${com.google.dagger.version}</version>
<version>${com.google.dagger.compiler.version}</version>
</path>
</annotationProcessorPaths>
</configuration>
Expand Down

0 comments on commit fbd69ac

Please sign in to comment.