Yuta HIGUCHI

Revert "attempt to fix error showing up on eclipse"

This reverts commit 5a745071ff8234cd145022486bbd1feb6adf5e6f.
...@@ -3,14 +3,6 @@ ...@@ -3,14 +3,6 @@
3 xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" 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"> 4 xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4_0_0.xsd">
5 <modelVersion>4.0.0</modelVersion> 5 <modelVersion>4.0.0</modelVersion>
6 - <parent>
7 - <groupId>org.onlab.onos</groupId>
8 - <artifactId>onos</artifactId>
9 - <version>1.0.0-SNAPSHOT</version>
10 - <relativePath>../../pom.xml</relativePath>
11 - </parent>
12 -
13 -
14 <groupId>org.onlab.tools</groupId> 6 <groupId>org.onlab.tools</groupId>
15 <artifactId>onos-build-conf</artifactId> 7 <artifactId>onos-build-conf</artifactId>
16 <version>1.0</version> 8 <version>1.0</version>
......