pom.xml
changeset 771 ee3614350fc8
parent 767 561536cc73fd
child 772 3285b4511afc
     1.1 --- a/pom.xml	Fri Jul 25 14:15:20 2014 +0200
     1.2 +++ b/pom.xml	Thu Jul 31 14:36:00 2014 +0200
     1.3 @@ -30,6 +30,7 @@
     1.4      <module>geo</module>
     1.5      <module>ko-ws-tyrus</module>
     1.6      <module>html4j-maven-plugin</module>
     1.7 +    <module>ko-felix-test</module>
     1.8      <module>ko-osgi-test</module>
     1.9      <module>equinox-agentclass-hook</module>
    1.10      <module>boot-script</module>
    1.11 @@ -313,6 +314,16 @@
    1.12              <artifactId>org-netbeans-lib-nbjavac</artifactId>
    1.13              <version>${netbeans.version}</version>
    1.14          </dependency>
    1.15 +        <dependency>
    1.16 +            <groupId>org.apache.felix</groupId>
    1.17 +            <artifactId>org.apache.felix.framework</artifactId>
    1.18 +            <version>4.2.1</version>
    1.19 +        </dependency>
    1.20 +      <dependency>
    1.21 +            <groupId>javax.servlet</groupId>
    1.22 +            <artifactId>javax.servlet-api</artifactId>
    1.23 +            <version>3.1.0</version>
    1.24 +        </dependency>
    1.25          <dependency> 
    1.26              <groupId>org.netbeans.modules</groupId>
    1.27              <artifactId>org-netbeans-modules-web-browser-api</artifactId>