pom.xml
changeset 18 820cfc021de8
parent 16 942d8db3a181
child 19 fd9a398d0dbb
equal deleted inserted replaced
16:942d8db3a181 18:820cfc021de8
    81 				goal jetty:run .
    81 				goal jetty:run .
    82 			-->
    82 			-->
    83 			<plugin>
    83 			<plugin>
    84 				<groupId>org.codehaus.mojo</groupId>
    84 				<groupId>org.codehaus.mojo</groupId>
    85 				<artifactId>gwt-maven-plugin</artifactId>
    85 				<artifactId>gwt-maven-plugin</artifactId>
    86 				<version>2.2.0</version>
    86 				<version>2.3.0-1</version>
    87 				<configuration>
    87 				<configuration>
    88 					<!-- if you don't specify any modules, the plugin will find them -->
    88 					<!-- if you don't specify any modules, the plugin will find them -->
    89 					<webappDirectory>${project.build.directory}/${project.build.finalName}/VAADIN/widgetsets</webappDirectory>
    89 					<webappDirectory>${project.build.directory}/${project.build.finalName}/VAADIN/widgetsets</webappDirectory>
    90 					<!-- On Mac running Snow Leopard, add "-d32" -->
    90 					<!-- On Mac running Snow Leopard, add "-d32" -->
    91 					<!--
    91 					<!--
   154 
   154 
   155 	<dependencies>
   155 	<dependencies>
   156 		<dependency>
   156 		<dependency>
   157 			<groupId>com.vaadin</groupId>
   157 			<groupId>com.vaadin</groupId>
   158 			<artifactId>vaadin</artifactId>
   158 			<artifactId>vaadin</artifactId>
   159 			<version>6.6.0</version>
   159 			<version>6.6.3</version>
   160 		</dependency>
   160 		</dependency>
   161 		<dependency>
   161 		<dependency>
   162 			<groupId>org.vaadin.addons</groupId>
   162 			<groupId>org.vaadin.addons</groupId>
   163 			<artifactId>widget-rpc</artifactId>
   163 			<artifactId>widget-rpc</artifactId>
   164 			<version>1.1.3</version>
   164 			<version>1.1.3</version>
   165 		</dependency>
   165 		</dependency>
   166 		<dependency>
   166 		<dependency>
   167 			<groupId>com.google.gwt</groupId>
   167 			<groupId>com.google.gwt</groupId>
   168 			<artifactId>gwt-user</artifactId>
   168 			<artifactId>gwt-user</artifactId>
   169 			<version>2.2.0</version>
   169 			<version>2.3.0</version>
   170 			<scope>provided</scope>
   170 			<scope>provided</scope>
   171 		</dependency>
   171 		</dependency>
   172 	</dependencies>
   172 	</dependencies>
   173 
   173 
   174 	<repositories>
   174 	<repositories>