Thomas Vachuska

Fixed acl app pom.xml file to eliminate redundant and/or conflicting sections.

Change-Id: I896c9961670ba1cad9c7d3583958e9917eea4add
...@@ -96,7 +96,6 @@ ...@@ -96,7 +96,6 @@
96 <artifactId>onlab-misc</artifactId> 96 <artifactId>onlab-misc</artifactId>
97 <version>${onos.version}</version> 97 <version>${onos.version}</version>
98 </dependency> 98 </dependency>
99 -
100 </dependencies> 99 </dependencies>
101 100
102 <build> 101 <build>
...@@ -130,55 +129,6 @@ ...@@ -130,55 +129,6 @@
130 </instructions> 129 </instructions>
131 </configuration> 130 </configuration>
132 </plugin> 131 </plugin>
133 - <plugin>
134 - <groupId>org.apache.maven.plugins</groupId>
135 - <artifactId>maven-compiler-plugin</artifactId>
136 - <version>2.5.1</version>
137 - <configuration>
138 - <source>1.8</source>
139 - <target>1.8</target>
140 - </configuration>
141 - </plugin>
142 - <plugin>
143 - <groupId>org.apache.felix</groupId>
144 - <artifactId>maven-scr-plugin</artifactId>
145 - <version>1.20.0</version>
146 - <executions>
147 - <execution>
148 - <id>generate-scr-srcdescriptor</id>
149 - <goals>
150 - <goal>scr</goal>
151 - </goals>
152 - </execution>
153 - </executions>
154 - <configuration>
155 - <supportedProjectTypes>
156 - <supportedProjectType>bundle</supportedProjectType>
157 - <supportedProjectType>war</supportedProjectType>
158 - </supportedProjectTypes>
159 - </configuration>
160 - </plugin>
161 - <plugin>
162 - <groupId>org.onosproject</groupId>
163 - <artifactId>onos-maven-plugin</artifactId>
164 - <version>1.4-SNAPSHOT</version>
165 - <executions>
166 - <execution>
167 - <id>cfg</id>
168 - <phase>generate-resources</phase>
169 - <goals>
170 - <goal>cfg</goal>
171 - </goals>
172 - </execution>
173 - <execution>
174 - <id>app</id>
175 - <phase>package</phase>
176 - <goals>
177 - <goal>app</goal>
178 - </goals>
179 - </execution>
180 - </executions>
181 - </plugin>
182 </plugins> 132 </plugins>
183 </build> 133 </build>
184 134
......