Revert "Upgrade Pax Exam 4.4.0 -> 4.9.1"
[odlparent.git] / features-test / pom.xml
index b93574931386aa9825c41475d3ab47a4af1c5ab6..f6e75b83db376c7e09acbce506526a86e48ae504 100644 (file)
@@ -20,6 +20,7 @@
     <modelVersion>4.0.0</modelVersion>
     <artifactId>features-test</artifactId>
     <packaging>bundle</packaging>
+    <name>ODL :: odlparent :: ${project.artifactId}</name>
 
     <dependencies>
         <!-- Dependencies for pax exam karaf container -->
@@ -72,7 +73,6 @@
         <dependency>
             <groupId>org.ops4j.pax.url</groupId>
             <artifactId>pax-url-wrap</artifactId>
-            <version>${url.version}</version>
         </dependency>
         <dependency>
             <groupId>org.slf4j</groupId>
@@ -94,7 +94,6 @@
             </plugin>
             <plugin>
                 <artifactId>maven-checkstyle-plugin</artifactId>
-                <version>${checkstyle.version}</version>
                 <executions>
                     <execution>
                         <id>check-license</id>
                         <phase>process-sources</phase>
                         <configuration>
                             <configLocation>check-license.xml</configLocation>
+                            <headerLocation>EPL-LICENSE.regexp.txt</headerLocation>
                             <includeResources>false</includeResources>
                             <includeTestResources>false</includeTestResources>
                             <sourceDirectory>${project.build.sourceDirectory}</sourceDirectory>
                             <excludes>
                                 <!-- Skip Apache Licensed files -->
-                                org/opendaylight/odlparent/featuretest/CustomBundleURLStreamHandlerFactory.java
+                                org/opendaylight/odlparent/featuretest/CustomBundleUrlStreamHandlerFactory.java
                             </excludes>
                             <failsOnError>false</failsOnError>
                             <consoleOutput>true</consoleOutput>