소스 검색

Updated the pax-runner to fix issue #40

selva.andre 11 년 전
부모
커밋
0bbe719f16
1개의 변경된 파일3개의 추가작업 그리고 2개의 파일을 삭제
  1. 3 2
      bundle/pom.xml

+ 3 - 2
bundle/pom.xml

@@ -212,12 +212,13 @@
                 <!-- Pax Runner Maven plugin -->
                 <groupId>org.ops4j</groupId>
                 <artifactId>maven-pax-plugin</artifactId>
-                <version>1.4</version>
+                <version>1.5</version>
                 <configuration>
                     <!-- Pax Runner version -->
-                    <runner>1.4.0</runner>
+                    <runner>1.8.5</runner>
                     <!-- OSGi framework type (equinox, felix, knopflerfish) -->
                     <framework>equinox</framework>
+                    <!--<framework>felix</framework>-->
                     <provision>
                         <!--                        <param> - -log=debug</param>  
                         <param> - -workingDirectory=target/runner</param>  -->