Update immutables.org integration 02/86402/5
authorRobert Varga <robert.varga@pantheon.tech>
Thu, 12 Dec 2019 08:00:29 +0000 (09:00 +0100)
committerRobert Varga <robert.varga@pantheon.tech>
Fri, 13 Dec 2019 12:06:42 +0000 (13:06 +0100)
Use only annotations, the rest is already configured from odlparent.

Change-Id: I6935b867f8e412128beb9f37b4872a20cc279c61
Signed-off-by: Robert Varga <robert.varga@pantheon.tech>
aaa-shiro/impl/pom.xml
docs/pom.xml
web/api/pom.xml

index 03c96ec438c8ddd01b2d127ab6e9227a88fe79d5..f39f8f3a2d09ed1dcd0a815f811dcc1d17859c70 100644 (file)
@@ -97,6 +97,7 @@ and is available at http://www.eclipse.org/legal/epl-v10.html
         <dependency>
             <groupId>org.immutables</groupId>
             <artifactId>value</artifactId>
+            <classifier>annotations</classifier>
         </dependency>
         <dependency>
             <groupId>com.google.guava</groupId>
index 6837be07a0e71f361055673856d7c7699d783089..3e6e4e40528bed4549088409593641a3341c5fea 100644 (file)
         <dependency>
             <groupId>org.immutables</groupId>
             <artifactId>value</artifactId>
+            <classifier>annotations</classifier>
         </dependency>
     </dependencies>
 
index e0acdb62e382eedb7b2a278cc35eb6dc55891d77..d8ac383c3c8db0d9bf20ff48c287b277affd89da 100644 (file)
     <dependency>
       <groupId>org.immutables</groupId>
       <artifactId>value</artifactId>
+      <classifier>annotations</classifier>
     </dependency>
 
-    <dependency>
-      <groupId>org.mockito</groupId>
-      <artifactId>mockito-core</artifactId>
-    </dependency>
     <dependency>
       <groupId>com.google.truth</groupId>
       <artifactId>truth</artifactId>