diff options
Diffstat (limited to 'idrop-swing/pom.xml')
-rw-r--r-- | idrop-swing/pom.xml | 18 |
1 files changed, 6 insertions, 12 deletions
diff --git a/idrop-swing/pom.xml b/idrop-swing/pom.xml index e01aa6a..d09079b 100644 --- a/idrop-swing/pom.xml +++ b/idrop-swing/pom.xml @@ -67,6 +67,12 @@ <groupId>org.swinglabs</groupId> <artifactId>swing-layout</artifactId> </dependency> + <dependency> + <groupId>org.hibernate</groupId> + <artifactId>hibernate-core</artifactId> + <version>3.3.2.GA</version> + <scope>runtime</scope> +</dependency> </dependencies> <build> <plugins> @@ -161,18 +167,6 @@ </archive> </configuration> </plugin> - <!-- <plugin> - <groupId>org.dstovall</groupId> - <artifactId>onejar-maven-plugin</artifactId> - <version>1.4.4</version> - <executions> - <execution> - <goals> - <goal>one-jar</goal> - </goals> - </execution> - </executions> - </plugin>--> <plugin> <artifactId>maven-assembly-plugin</artifactId> <configuration> |