pom.xml 6.5 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244
  1. <?xml version="1.0" encoding="UTF-8"?>
  2. <project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
  3. <modelVersion>4.0.0</modelVersion>
  4. <parent>
  5. <artifactId>jsr330activator</artifactId>
  6. <groupId>no.steria.osgi.jsr330activator</groupId>
  7. <version>1.1.0-SNAPSHOT</version>
  8. </parent>
  9. <artifactId>jsr330activator.tests</artifactId>
  10. <properties>
  11. <pax.exam.version>4.2.0</pax.exam.version>
  12. <pax.url.version>2.1.0</pax.url.version>
  13. <logback.version>1.0.4</logback.version>
  14. <slf4j.version>1.7.4</slf4j.version>
  15. </properties>
  16. <dependencies>
  17. <dependency>
  18. <groupId>org.ops4j.pax.exam</groupId>
  19. <artifactId>pax-exam-junit4</artifactId>
  20. <version>${pax.exam.version}</version>
  21. <scope>test</scope>
  22. </dependency>
  23. <dependency>
  24. <groupId>org.ops4j.pax.exam</groupId>
  25. <artifactId>pax-exam-link-mvn</artifactId>
  26. <version>${pax.exam.version}</version>
  27. <scope>test</scope>
  28. </dependency>
  29. <dependency>
  30. <groupId>ch.qos.logback</groupId>
  31. <artifactId>logback-core</artifactId>
  32. <version>${logback.version}</version>
  33. <scope>test</scope>
  34. </dependency>
  35. <dependency>
  36. <groupId>ch.qos.logback</groupId>
  37. <artifactId>logback-classic</artifactId>
  38. <version>${logback.version}</version>
  39. <scope>test</scope>
  40. </dependency>
  41. <dependency>
  42. <groupId>org.apache.geronimo.specs</groupId>
  43. <artifactId>geronimo-atinject_1.0_spec</artifactId>
  44. <version>1.0</version>
  45. <scope>provided</scope>
  46. </dependency>
  47. <dependency>
  48. <groupId>org.osgi</groupId>
  49. <artifactId>org.osgi.core</artifactId>
  50. <version>4.3.1</version>
  51. <scope>provided</scope>
  52. </dependency>
  53. <dependency>
  54. <groupId>org.osgi</groupId>
  55. <artifactId>org.osgi.compendium</artifactId>
  56. <version>4.3.1</version>
  57. <scope>provided</scope>
  58. </dependency>
  59. <dependency>
  60. <groupId>no.steria.osgi.jsr330activator</groupId>
  61. <artifactId>jsr330activator.testbundle1</artifactId>
  62. <version>${project.version}</version>
  63. <scope>test</scope>
  64. </dependency>
  65. <dependency>
  66. <groupId>no.steria.osgi.jsr330activator</groupId>
  67. <artifactId>jsr330activator.implementation</artifactId>
  68. <version>${project.version}</version>
  69. <scope>test</scope>
  70. </dependency>
  71. <dependency>
  72. <groupId>no.steria.osgi.jsr330activator</groupId>
  73. <artifactId>jsr330activator.testbundle2</artifactId>
  74. <version>${project.version}</version>
  75. <scope>test</scope>
  76. </dependency>
  77. <dependency>
  78. <groupId>no.steria.osgi.jsr330activator</groupId>
  79. <artifactId>jsr330activator.testbundle3</artifactId>
  80. <version>${project.version}</version>
  81. <scope>test</scope>
  82. </dependency>
  83. <dependency>
  84. <groupId>no.steria.osgi.jsr330activator</groupId>
  85. <artifactId>jsr330activator.testbundle4</artifactId>
  86. <version>${project.version}</version>
  87. <scope>test</scope>
  88. </dependency>
  89. <dependency>
  90. <groupId>no.steria.osgi.jsr330activator</groupId>
  91. <artifactId>jsr330activator.testbundle5</artifactId>
  92. <version>${project.version}</version>
  93. <scope>test</scope>
  94. </dependency>
  95. <dependency>
  96. <groupId>no.steria.osgi.jsr330activator</groupId>
  97. <artifactId>jsr330activator.testbundle6</artifactId>
  98. <version>${project.version}</version>
  99. <scope>test</scope>
  100. </dependency>
  101. <dependency>
  102. <groupId>no.steria.osgi.jsr330activator</groupId>
  103. <artifactId>jsr330activator.testbundle7</artifactId>
  104. <version>${project.version}</version>
  105. <scope>test</scope>
  106. </dependency>
  107. <dependency>
  108. <groupId>no.steria.osgi.jsr330activator</groupId>
  109. <artifactId>jsr330activator.testbundle8</artifactId>
  110. <version>${project.version}</version>
  111. <scope>test</scope>
  112. </dependency>
  113. </dependencies>
  114. <profiles>
  115. <profile>
  116. <id>felix</id>
  117. <activation>
  118. </activation>
  119. <properties>
  120. <pax.exam.framework>felix</pax.exam.framework>
  121. </properties>
  122. <dependencies>
  123. <dependency>
  124. <groupId>org.apache.felix</groupId>
  125. <artifactId>org.apache.felix.framework</artifactId>
  126. <version>4.0.2</version>
  127. <scope>test</scope>
  128. </dependency>
  129. </dependencies>
  130. </profile>
  131. <profile>
  132. <id>equinox</id>
  133. <activation>
  134. <activeByDefault>true</activeByDefault>
  135. </activation>
  136. <properties>
  137. <pax.exam.framework>equinox</pax.exam.framework>
  138. </properties>
  139. <dependencies>
  140. <dependency>
  141. <groupId>org.eclipse.tycho</groupId>
  142. <artifactId>org.eclipse.osgi</artifactId>
  143. <version>3.7.0.v20110613</version>
  144. <scope>test</scope>
  145. </dependency>
  146. </dependencies>
  147. </profile>
  148. <profile>
  149. <id>knopflerfish</id>
  150. <activation>
  151. </activation>
  152. <properties>
  153. <pax.exam.framework>knopflerfish</pax.exam.framework>
  154. </properties>
  155. <repositories>
  156. <repository>
  157. <id>knopflerfish-releases</id>
  158. <url>http://www.knopflerfish.org/maven2</url>
  159. </repository>
  160. </repositories>
  161. <dependencies>
  162. <dependency>
  163. <groupId>org.knopflerfish</groupId>
  164. <artifactId>framework</artifactId>
  165. <version>6.0.4</version>
  166. <scope>test</scope>
  167. </dependency>
  168. </dependencies>
  169. </profile>
  170. <profile>
  171. <id>native</id>
  172. <activation>
  173. <activeByDefault>true</activeByDefault>
  174. </activation>
  175. <properties>
  176. <pax.exam.container>native</pax.exam.container>
  177. </properties>
  178. <dependencies>
  179. <dependency>
  180. <groupId>org.ops4j.pax.exam</groupId>
  181. <artifactId>pax-exam-container-native</artifactId>
  182. <version>${pax.exam.version}</version>
  183. <scope>test</scope>
  184. </dependency>
  185. </dependencies>
  186. </profile>
  187. <profile>
  188. <id>forked</id>
  189. <activation>
  190. </activation>
  191. <properties>
  192. <pax.exam.container>forked</pax.exam.container>
  193. </properties>
  194. <dependencies>
  195. <dependency>
  196. <groupId>org.ops4j.pax.exam</groupId>
  197. <artifactId>pax-exam-container-forked</artifactId>
  198. <version>${pax.exam.version}</version>
  199. <scope>test</scope>
  200. </dependency>
  201. <dependency>
  202. <groupId>org.ops4j.pax.url</groupId>
  203. <artifactId>pax-url-reference</artifactId>
  204. <version>${pax.url.version}</version>
  205. </dependency>
  206. </dependencies>
  207. </profile>
  208. </profiles>
  209. <build>
  210. <testResources>
  211. <testResource>
  212. <directory>src/test/resources</directory>
  213. <filtering>true</filtering>
  214. </testResource>
  215. </testResources>
  216. <plugins>
  217. <plugin>
  218. <groupId>org.apache.maven.plugins</groupId>
  219. <artifactId>maven-compiler-plugin</artifactId>
  220. <version>3.1</version>
  221. <configuration>
  222. <source>1.7</source>
  223. <target>1.7</target>
  224. </configuration>
  225. </plugin>
  226. </plugins>
  227. </build>
  228. </project>