summaryrefslogtreecommitdiffstats
path: root/EssentialsProtect
diff options
context:
space:
mode:
authorementalo <ementalodev@gmx.co.uk>2012-09-27 12:59:25 +0100
committerementalo <ementalodev@gmx.co.uk>2012-09-27 12:59:25 +0100
commit622877dabe24fa623ea6bf88f736086741e4de36 (patch)
treed90895d124add345a22f7877efc9cce69e3407c4 /EssentialsProtect
parent73eaadd8b51c4c970ab5b146ad336028c23cb794 (diff)
downloadEssentials-622877dabe24fa623ea6bf88f736086741e4de36.tar
Essentials-622877dabe24fa623ea6bf88f736086741e4de36.tar.gz
Essentials-622877dabe24fa623ea6bf88f736086741e4de36.tar.lz
Essentials-622877dabe24fa623ea6bf88f736086741e4de36.tar.xz
Essentials-622877dabe24fa623ea6bf88f736086741e4de36.zip
Protect pom update
Diffstat (limited to 'EssentialsProtect')
-rw-r--r--EssentialsProtect/pom.xml35
1 files changed, 3 insertions, 32 deletions
diff --git a/EssentialsProtect/pom.xml b/EssentialsProtect/pom.xml
index 973e08bbc..3fcd5c2b1 100644
--- a/EssentialsProtect/pom.xml
+++ b/EssentialsProtect/pom.xml
@@ -9,43 +9,14 @@
<version>3.0-SNAPSHOT</version>
<relativePath>../pom.xml</relativePath>
</parent>
-
+
<artifactId>EssentialsProtect</artifactId>
- <dependencies>
- <dependency>
- <groupId>c3p0</groupId>
- <artifactId>c3p0</artifactId>
- <version>0.9.1.2</version>
- </dependency>
+ <dependencies>
<dependency>
<groupId>${project.groupId}</groupId>
<artifactId>Essentials</artifactId>
<version>${project.version}</version>
</dependency>
</dependencies>
-
- <build>
- <plugins>
- <plugin>
- <groupId>org.apache.maven.plugins</groupId>
- <artifactId>maven-shade-plugin</artifactId>
- <version>1.7</version>
- <executions>
- <execution>
- <goals>
- <goal>shade</goal>
- </goals>
- <configuration>
- <artifactSet>
- <includes>
- <include>c3p0:c3p0</include>
- </includes>
- </artifactSet>
- <minimizeJar>true</minimizeJar>
- </configuration>
- </execution>
- </executions>
- </plugin>
- </plugins>
- </build>
+
</project>