diff options
Diffstat (limited to 'idrop-swing/pom.xml')
-rw-r--r-- | idrop-swing/pom.xml | 23 |
1 files changed, 19 insertions, 4 deletions
diff --git a/idrop-swing/pom.xml b/idrop-swing/pom.xml index 18f612b..cf20d93 100644 --- a/idrop-swing/pom.xml +++ b/idrop-swing/pom.xml @@ -52,6 +52,11 @@ <scope>compile</scope> </dependency> <dependency> + <groupId>org.irods.jargon</groupId> + <artifactId>jargon-ticket</artifactId> + <scope>compile</scope> + </dependency> + <dependency> <groupId>junit</groupId> <artifactId>junit</artifactId> <scope>test</scope> @@ -71,6 +76,16 @@ <version>3.3.2.GA</version> <scope>runtime</scope> </dependency> + <dependency> + <groupId>org.slf4j</groupId> + <artifactId>slf4j-api</artifactId> + <version>1.5.10</version> + </dependency> + <dependency> + <groupId>org.slf4j</groupId> + <artifactId>slf4j-log4j12</artifactId> + <version>1.5.10</version> + </dependency> </dependencies> <build> <plugins> @@ -152,7 +167,7 @@ <!--install>false</install--> <!-- not yet supported --> - <verbose>false</verbose> + <verbose>true</verbose> </configuration> </plugin> <plugin> @@ -160,7 +175,7 @@ <configuration> <archive> <manifest> - <mainClass>org.irods.jargon.idrop.desktop.systraygui.StartupSequencer</mainClass> + <mainClass>org.irods.jargon.idrop.desktop.systraygui.IDROPDesktop</mainClass> </manifest> </archive> </configuration> @@ -173,7 +188,7 @@ </descriptorRefs> <archive> <manifest> - <mainClass>org.irods.jargon.idrop.desktop.systraygui.StartupSequencer</mainClass> + <mainClass>org.irods.jargon.idrop.desktop.systraygui.IDROPDesktop</mainClass> </manifest> </archive> </configuration> @@ -199,7 +214,7 @@ </execution> </executions> <configuration> - <mainClass>org.irods.jargon.idrop.desktop.systraygui.StartupSequencer</mainClass> + <mainClass>org.irods.jargon.idrop.desktop.systraygui.IDROPDesktop</mainClass> </configuration> </plugin> <plugin> |