Bump maven-compiler-plugin to 3.8.1
[odlparent.git] / single-feature-parent / pom.xml
index 038ab30280d0d19fc4c18ed84de07c0646ba58bd..a9ee940f3e18f6d5634ea2b7d8192e77a7874764 100644 (file)
@@ -34,7 +34,7 @@
     <parent>
         <groupId>org.opendaylight.odlparent</groupId>
         <artifactId>untested-single-feature-parent</artifactId>
-        <version>3.1.0-SNAPSHOT</version>
+        <version>5.0.1-SNAPSHOT</version>
         <relativePath>../untested-single-feature-parent</relativePath>
     </parent>
 
     </properties>
 
     <dependencies>
-        <!-- We now end up needing our Karaf branding somehow -->
-        <dependency>
-            <groupId>org.opendaylight.odlparent</groupId>
-            <artifactId>karaf.branding</artifactId>
-            <scope>test</scope>
-        </dependency>
         <!-- Test the generated features.xml -->
         <dependency>
             <groupId>org.opendaylight.odlparent</groupId>
             <artifactId>features-test</artifactId>
-            <version>3.1.0-SNAPSHOT</version>
+            <version>5.0.1-SNAPSHOT</version>
             <scope>test</scope>
         </dependency>
         <dependency>
             <groupId>org.opendaylight.odlparent</groupId>
             <artifactId>bundles-test-lib</artifactId>
-            <version>3.1.0-SNAPSHOT</version>
+            <version>5.0.1-SNAPSHOT</version>
             <scope>test</scope>
         </dependency>
         <dependency>
             <artifactId>slf4j-api</artifactId>
             <scope>test</scope>
         </dependency>
+        <dependency>
+            <groupId>org.osgi</groupId>
+            <!-- required due to https://jira.opendaylight.org/browse/ODLPARENT-136 -->
+            <artifactId>osgi.cmpn</artifactId>
+            <scope>test</scope>
+        </dependency>
     </dependencies>
 
     <build>
         <plugins>
             <plugin>
                 <artifactId>maven-surefire-plugin</artifactId>
-                <version>${maven.surefire.version}</version>
                 <configuration>
                     <dependenciesToScan>
                         <dependency>org.opendaylight.odlparent:features-test</dependency>
         </plugins>
     </build>
 
-    <!--
-        Maven Site Configuration
-
-        The following configuration is necessary for maven-site-plugin to
-        correctly identify the correct deployment path for OpenDaylight Maven
-        sites.
-    -->
-    <url>${odl.site.url}/${project.groupId}/${stream}/${project.artifactId}/</url>
-
-    <distributionManagement>
-        <site>
-            <id>opendaylight-site</id>
-            <url>${nexus.site.url}/${project.artifactId}/</url>
-        </site>
-    </distributionManagement>
-
 </project>