2015-12-17 12:44:32 -05:00
|
|
|
<?xml version="1.0" encoding="UTF-8"?>
|
2016-10-12 00:44:40 -04:00
|
|
|
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
|
2018-07-12 03:04:54 -04:00
|
|
|
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
|
2018-04-26 08:37:47 -04:00
|
|
|
<modelVersion>4.0.0</modelVersion>
|
|
|
|
<groupId>com.baeldung</groupId>
|
|
|
|
<artifactId>guava-18</artifactId>
|
|
|
|
<version>0.1.0-SNAPSHOT</version>
|
2015-12-17 12:44:32 -05:00
|
|
|
|
2018-04-26 08:37:47 -04:00
|
|
|
<parent>
|
|
|
|
<groupId>com.baeldung</groupId>
|
2018-05-05 16:30:00 -04:00
|
|
|
<artifactId>parent-java</artifactId>
|
2018-07-12 03:04:54 -04:00
|
|
|
<version>0.0.1-SNAPSHOT</version>
|
|
|
|
<relativePath>../../parent-java</relativePath>
|
2018-04-26 08:37:47 -04:00
|
|
|
</parent>
|
2015-12-17 12:44:32 -05:00
|
|
|
|
2018-04-26 08:37:47 -04:00
|
|
|
<properties>
|
|
|
|
<guava.version>18.0</guava.version>
|
|
|
|
</properties>
|
2017-05-12 14:32:54 -04:00
|
|
|
|
2015-12-17 12:44:32 -05:00
|
|
|
</project>
|