summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGrzegorz Kossakowski <grek@google.com>2009-08-12 17:34:25 -0700
committerGrzegorz Kossakowski <grek@google.com>2009-08-12 17:34:57 -0700
commit07015a2f13198332e789fa5af5035b9569f2e42f (patch)
tree3178e438714008c7341e377bb4bd1a2eec4eae01
parente3b9573f607b9e7a48c6dbe59d8ec2eefbe03fe7 (diff)
downloadgimd-07015a2f13198332e789fa5af5035b9569f2e42f.tar.gz
Remove unnecessary exclusions in pom.xml. There were introduced by mistake.
Signed-off-by: Grzegorz Kossakowski <grek@google.com>
-rw-r--r--pom.xml6
1 files changed, 0 insertions, 6 deletions
diff --git a/pom.xml b/pom.xml
index 95620cd..827ed24 100644
--- a/pom.xml
+++ b/pom.xml
@@ -292,12 +292,6 @@ limitations under the License.
<artifactId>jgit</artifactId>
<version>0.5.0-SNAPSHOT</version>
<scope>compile</scope>
- <exclusions>
- <exclusion>
- <groupId>com.jcraft</groupId>
- <artifactId>jsch</artifactId>
- </exclusion>
- </exclusions>
</dependency>
</dependencies>