tom | ab0af29 | 2014-09-19 13:04:54 -0700 | [diff] [blame] | 1 | <?xml version="1.0" encoding="UTF-8"?> |
Thomas Vachuska | 0a608ac | 2014-10-16 11:15:59 -0700 | [diff] [blame] | 2 | <project xmlns="http://maven.apache.org/POM/4.0.0" |
| 3 | xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" |
| 4 | xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd"> |
tom | ab0af29 | 2014-09-19 13:04:54 -0700 | [diff] [blame] | 5 | <modelVersion>4.0.0</modelVersion> |
| 6 | |
| 7 | <parent> |
| 8 | <groupId>org.onlab.onos</groupId> |
| 9 | <artifactId>onos-core</artifactId> |
| 10 | <version>1.0.0-SNAPSHOT</version> |
| 11 | <relativePath>../pom.xml</relativePath> |
| 12 | </parent> |
| 13 | |
| 14 | <artifactId>onos-core-store</artifactId> |
Yuta HIGUCHI | e76a24d | 2014-09-27 00:48:34 -0700 | [diff] [blame] | 15 | <packaging>pom</packaging> |
tom | ab0af29 | 2014-09-19 13:04:54 -0700 | [diff] [blame] | 16 | |
Yuta HIGUCHI | e76a24d | 2014-09-27 00:48:34 -0700 | [diff] [blame] | 17 | <description>ONOS Core Store subsystem</description> |
| 18 | |
| 19 | <modules> |
| 20 | <module>trivial</module> |
| 21 | <module>dist</module> |
| 22 | <module>hz</module> |
| 23 | <module>serializers</module> |
Thomas Vachuska | 0a608ac | 2014-10-16 11:15:59 -0700 | [diff] [blame] | 24 | </modules> |
tom | ab0af29 | 2014-09-19 13:04:54 -0700 | [diff] [blame] | 25 | |
| 26 | <dependencies> |
| 27 | <dependency> |
Yuta HIGUCHI | e76a24d | 2014-09-27 00:48:34 -0700 | [diff] [blame] | 28 | <groupId>org.onlab.onos</groupId> |
Thomas Vachuska | 0a608ac | 2014-10-16 11:15:59 -0700 | [diff] [blame] | 29 | <artifactId>onos-api</artifactId> |
Yuta HIGUCHI | e76a24d | 2014-09-27 00:48:34 -0700 | [diff] [blame] | 30 | </dependency> |
Thomas Vachuska | 0a608ac | 2014-10-16 11:15:59 -0700 | [diff] [blame] | 31 | |
Yuta HIGUCHI | e76a24d | 2014-09-27 00:48:34 -0700 | [diff] [blame] | 32 | <dependency> |
Thomas Vachuska | 0a608ac | 2014-10-16 11:15:59 -0700 | [diff] [blame] | 33 | <groupId>org.apache.felix</groupId> |
| 34 | <artifactId>org.apache.felix.scr.annotations</artifactId> |
Yuta HIGUCHI | 24a086b | 2014-09-21 23:28:41 -0700 | [diff] [blame] | 35 | </dependency> |
tom | ab0af29 | 2014-09-19 13:04:54 -0700 | [diff] [blame] | 36 | </dependencies> |
| 37 | |
| 38 | <build> |
| 39 | <plugins> |
| 40 | <plugin> |
| 41 | <groupId>org.apache.felix</groupId> |
Thomas Vachuska | 0a608ac | 2014-10-16 11:15:59 -0700 | [diff] [blame] | 42 | <artifactId>maven-scr-plugin</artifactId> |
tom | ab0af29 | 2014-09-19 13:04:54 -0700 | [diff] [blame] | 43 | </plugin> |
| 44 | </plugins> |
| 45 | </build> |
| 46 | |
| 47 | </project> |