Created
October 25, 2012 10:39
-
-
Save stliu/3951914 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| diff --git a/hibernate-search-engine/pom.xml b/hibernate-search-engine/pom.xml | |
| index 178799b..bf9f6a0 100644 | |
| --- a/hibernate-search-engine/pom.xml | |
| +++ b/hibernate-search-engine/pom.xml | |
| @@ -131,6 +131,12 @@ | |
| <dependency> | |
| <groupId>org.jboss.byteman</groupId> | |
| <artifactId>byteman-install</artifactId> | |
| + <exclusions> | |
| + <exclusion> | |
| + <groupId>com.sun</groupId> | |
| + <artifactId>tools</artifactId> | |
| + </exclusion> | |
| + </exclusions> | |
| <scope>test</scope> | |
| </dependency> | |
| <dependency> | |
| diff --git a/hibernate-search-orm/pom.xml b/hibernate-search-orm/pom.xml | |
| index 8a00c37..02a47ca 100644 | |
| --- a/hibernate-search-orm/pom.xml | |
| +++ b/hibernate-search-orm/pom.xml | |
| @@ -116,6 +116,12 @@ | |
| <dependency> | |
| <groupId>org.jboss.byteman</groupId> | |
| <artifactId>byteman-install</artifactId> | |
| + <exclusions> | |
| + <exclusion> | |
| + <groupId>com.sun</groupId> | |
| + <artifactId>tools</artifactId> | |
| + </exclusion> | |
| + </exclusions> | |
| <scope>test</scope> | |
| </dependency> | |
| <dependency> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment