BUG-4662: introduce the SemVer concept
[yangtools.git] / common / concepts / pom.xml
index d97e13c35e78dcf9a23b67eec7c783e13f5d73c4..b559673bec7de7911b030ed936848b1141adc78b 100644 (file)
             <artifactId>jsr305</artifactId>
             <scope>provided</scope>
         </dependency>
+        <dependency>
+            <groupId>com.google.guava</groupId>
+            <artifactId>guava</artifactId>
+        </dependency>
     </dependencies>
 
     <build>