Skip to content

Commit

Permalink
build(pom): restore dagger compiler property (cryostatio#1662)
Browse files Browse the repository at this point in the history
* build(pom): restore dagger compiler property

Signed-off-by: Elliott Baron <[email protected]>

* Use dagger.version for property

---------

Signed-off-by: Elliott Baron <[email protected]>
  • Loading branch information
ebaron authored Sep 8, 2023
1 parent df40bde commit 198c811
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,9 @@
<org.owasp.dependency.check.version>8.3.1</org.owasp.dependency.check.version>
<com.google.cloud.tools.jib.maven.plugin.version>3.3.2</com.google.cloud.tools.jib.maven.plugin.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.21.1</io.cryostat.core.version>

Expand Down Expand Up @@ -353,7 +355,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 198c811

Please sign in to comment.