Sophie

Sophie

distrib > Mageia > 3 > i586 > by-pkgid > 69b4e76e2e910417343137b943410ff8 > files > 4

hibernate-validator-4.2.0-4.mga3.src.rpm

diff --git a/hibernate-validator/pom.xml b/hibernate-validator/pom.xml
index c93ecad..e68d9c2 100644
--- a/hibernate-validator/pom.xml
+++ b/hibernate-validator/pom.xml
@@ -218,34 +218,6 @@
             </plugin>
             <plugin>
                 <groupId>org.apache.maven.plugins</groupId>
-                <artifactId>maven-shade-plugin</artifactId>
-                <executions>
-                    <execution>
-                        <phase>package</phase>
-                        <goals>
-                            <goal>shade</goal>
-                        </goals>
-                        <configuration>
-                            <artifactSet>
-                                <includes>
-                                    <include>com.googlecode.jtype:jtype</include>
-                                </includes>
-                            </artifactSet>
-                            <relocations>
-                                <relocation>
-                                    <pattern>com.googlecode.jtype</pattern>
-                                    <shadedPattern>org.hibernate.validator.jtype</shadedPattern>
-                                </relocation>
-                            </relocations>
-                            <transformers>
-                                <transformer implementation="org.apache.maven.plugins.shade.resource.ComponentsXmlResourceTransformer" />
-                            </transformers>
-                        </configuration>
-                    </execution>
-                </executions>
-            </plugin>
-            <plugin>
-                <groupId>org.apache.maven.plugins</groupId>
                 <artifactId>maven-javadoc-plugin</artifactId>
                 <configuration>
                     <links>
diff --git a/pom.xml b/pom.xml
index 6356337..1ede529 100644
--- a/pom.xml
+++ b/pom.xml
@@ -302,11 +302,6 @@
                 </plugin>
                 <plugin>
                     <groupId>org.apache.maven.plugins</groupId>
-                    <artifactId>maven-shade-plugin</artifactId>
-                    <version>1.4</version>
-                </plugin>
-                <plugin>
-                    <groupId>org.apache.maven.plugins</groupId>
                     <artifactId>maven-project-info-reports-plugin</artifactId>
                     <version>2.0.1</version>
                 </plugin>