Tomek Osiński | e9ccf41 | 2018-01-13 19:44:11 +0100 | [diff] [blame] | 1 | <?xml version="1.0" encoding="UTF-8"?> |
| 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/xsd/maven-4.0.0.xsd"> |
| 5 | <parent> |
Yuta HIGUCHI | 8c0c8ef | 2018-03-06 19:10:50 -0800 | [diff] [blame] | 6 | <artifactId>onos-protocols-xmpp</artifactId> |
Tomek Osiński | e9ccf41 | 2018-01-13 19:44:11 +0100 | [diff] [blame] | 7 | <groupId>org.onosproject</groupId> |
Ray Milkey | bca9049 | 2018-04-13 12:47:31 -0700 | [diff] [blame] | 8 | <version>1.14.0-SNAPSHOT</version> |
Tomek Osiński | e9ccf41 | 2018-01-13 19:44:11 +0100 | [diff] [blame] | 9 | </parent> |
| 10 | <modelVersion>4.0.0</modelVersion> |
| 11 | |
Yuta HIGUCHI | 8c0c8ef | 2018-03-06 19:10:50 -0800 | [diff] [blame] | 12 | <artifactId>onos-protocols-xmpp-core</artifactId> |
| 13 | <packaging>pom</packaging> |
Tomek Osiński | e9ccf41 | 2018-01-13 19:44:11 +0100 | [diff] [blame] | 14 | |
| 15 | <modules> |
Yuta HIGUCHI | 8c0c8ef | 2018-03-06 19:10:50 -0800 | [diff] [blame] | 16 | <module>api</module> |
| 17 | <module>ctl</module> |
Tomek Osiński | e9ccf41 | 2018-01-13 19:44:11 +0100 | [diff] [blame] | 18 | </modules> |
| 19 | |
| 20 | |
| 21 | <build> |
| 22 | <plugins> |
| 23 | <plugin> |
| 24 | <groupId>org.apache.felix</groupId> |
| 25 | <artifactId>maven-bundle-plugin</artifactId> |
| 26 | </plugin> |
| 27 | </plugins> |
| 28 | </build> |
Yuta HIGUCHI | 8c0c8ef | 2018-03-06 19:10:50 -0800 | [diff] [blame] | 29 | |
| 30 | <dependencyManagement> |
| 31 | <dependencies> |
| 32 | |
| 33 | <dependency> |
| 34 | <groupId>org.igniterealtime</groupId> |
| 35 | <artifactId>tinder</artifactId> |
| 36 | <version>1.3.0</version> |
| 37 | </dependency> |
| 38 | |
| 39 | <dependency> |
| 40 | <groupId>com.fasterxml</groupId> |
| 41 | <artifactId>aalto-xml</artifactId> |
| 42 | <version>1.0.0</version> |
| 43 | </dependency> |
| 44 | |
| 45 | </dependencies> |
| 46 | </dependencyManagement> |
| 47 | |
| 48 | </project> |