Fix immutables.org reference 30/88230/1
authorRobert Varga <robert.varga@pantheon.tech>
Tue, 3 Mar 2020 20:50:31 +0000 (21:50 +0100)
committerRobert Varga <robert.varga@pantheon.tech>
Tue, 3 Mar 2020 20:51:01 +0000 (21:51 +0100)
We should be using just annotations here, not the entire
processor.

Change-Id: If4d2e577ff08e46c9fde41d576759edf4590270b
Signed-off-by: Robert Varga <robert.varga@pantheon.tech>
docs/pom.xml

index 313fa181d2895acc9915fa6d0482820520edb9da..ac3559321e48f152f9ac4dcc44b791f90d253d15 100644 (file)
         <dependency>
             <groupId>org.immutables</groupId>
             <artifactId>value</artifactId>
+            <classifier>annotations</classifier>
             <scope>provided</scope>
         </dependency>
         <dependency>