Skip to content

Commit

Permalink
address issue #39, removes documentation for embedded karaf
Browse files Browse the repository at this point in the history
  • Loading branch information
christian-posta committed Mar 24, 2015
1 parent 294cadf commit b0c9a8d
Showing 1 changed file with 0 additions and 16 deletions.
16 changes: 0 additions & 16 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -36,22 +36,6 @@ For [Apache Felix](http://felix.apache.org/documentation/subprojects/apache-feli
</dependency>
</dependencies>

For [Apache Karaf](http://karaf.apache.org/) setup these:

<dependencies>
<dependency>
<groupId>org.jboss.arquillian.container</groupId>
<artifactId>arquillian-container-karaf-embedded</artifactId>
</dependency>
<dependency>
<groupId>org.apache.felix</groupId>
<artifactId>org.apache.felix.framework</artifactId>
</dependency>
<dependency>
<groupId>org.apache.karaf</groupId>
<artifactId>org.apache.karaf.main</artifactId>
</dependency>
</dependencies>

For [Eclipse Equinox](http://www.eclipse.org/equinox/) setup these:

Expand Down

0 comments on commit b0c9a8d

Please sign in to comment.