Subversion Repositories SmartDukaan

Rev

Rev 2569 | Rev 3524 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 2569 Rev 2572
Line 35... Line 35...
35
      <groupId>readonly.apache</groupId>
35
      <groupId>readonly.apache</groupId>
36
      <artifactId>thrift</artifactId>
36
      <artifactId>thrift</artifactId>
37
      <version>0.2.0</version>
37
      <version>0.2.0</version>
38
    </dependency>
38
    </dependency>
39
    <dependency>
39
    <dependency>
-
 
40
      <groupId>readonly.apache</groupId>
-
 
41
      <artifactId>poi</artifactId>
-
 
42
      <version>3.7-20101029</version>
-
 
43
    </dependency>
-
 
44
    <dependency>
40
      <groupId>com.google.gwt</groupId>
45
      <groupId>com.google.gwt</groupId>
41
      <artifactId>gwt-servlet</artifactId>
46
      <artifactId>gwt-servlet</artifactId>
42
      <version>2.1.0</version>
47
      <version>2.1.0</version>
43
      <scope>runtime</scope>
48
      <scope>runtime</scope>
44
    </dependency>
49
    </dependency>
Line 76... Line 81...
76
          <execution>
81
          <execution>
77
            <goals>
82
            <goals>
78
              <goal>compile</goal>
83
              <goal>compile</goal>
79
              <goal>test</goal>
84
              <goal>test</goal>
80
              <!-- <goal>i18n</goal> -->
85
              <!-- <goal>i18n</goal> -->
81
              <goal>generateAsync</goal>
86
              <!-- <goal>generateAsync</goal> -->
82
            </goals>
87
            </goals>
83
          </execution>
88
          </execution>
84
        </executions>
89
        </executions>
85
        <!-- Plugin configuration. There are many available options, see gwt-maven-plugin 
90
        <!-- Plugin configuration. There are many available options, see gwt-maven-plugin 
86
          documentation at codehaus.org -->
91
          documentation at codehaus.org -->