Skip to content
This repository has been archived by the owner on Feb 9, 2021. It is now read-only.

Commit

Permalink
ops, missing fix for vfs/nio2 move
Browse files Browse the repository at this point in the history
  • Loading branch information
porcelli committed Nov 29, 2012
1 parent 31596ae commit f4fab95
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 29 deletions.
25 changes: 0 additions & 25 deletions uberfire-distro/pom.xml
Expand Up @@ -31,31 +31,6 @@

<dependencies>
<!-- UberFire Libs -->
<dependency>
<groupId>org.kie</groupId>
<artifactId>kie-commons</artifactId>
</dependency>

<dependency>
<groupId>org.kie.commons</groupId>
<artifactId>kie-nio2-model</artifactId>
</dependency>

<dependency>
<groupId>org.kie.commons</groupId>
<artifactId>kie-nio2-fs</artifactId>
</dependency>

<dependency>
<groupId>org.kie.commons</groupId>
<artifactId>kie-nio2-jgit</artifactId>
</dependency>

<dependency>
<groupId>org.kie.commons</groupId>
<artifactId>kie-nio2-api</artifactId>
</dependency>

<dependency>
<groupId>org.uberfire</groupId>
<artifactId>uberfire-security-api</artifactId>
Expand Down
4 changes: 0 additions & 4 deletions uberfire-distro/src/main/assembly/assembly-distro.xml
Expand Up @@ -35,10 +35,6 @@
<outputDirectory>lib</outputDirectory>
<includes>
<!-- UberFire Libraries -->
<include>org.uberfire:uberfire-vfs-model</include>
<include>org.uberfire:uberfire-vfs-fs</include>
<include>org.uberfire:uberfire-vfs-jgit</include>
<include>org.uberfire:uberfire-vfs-api</include>
<include>org.uberfire:uberfire-security-api</include>
<include>org.uberfire:uberfire-security-client</include>
<include>org.uberfire:uberfire-security-server</include>
Expand Down

0 comments on commit f4fab95

Please sign in to comment.