Project

General

Profile

« Previous | Next » 

Revision 57667

Removing Serializable and IsSerializable interfaces from classes

View differences:

pom.xml
41 41
            <version>3.5.6-Final</version>
42 42
        </dependency>
43 43
        <dependency>
44
            <groupId>com.google.gwt</groupId>
45
            <artifactId>gwt-user</artifactId>
46
            <version>${gwtVersion}</version>
44
            <groupId>javax.xml.bind</groupId>
45
            <artifactId>jaxb-api</artifactId>
46
            <version>2.2.12</version>
47 47
        </dependency>
48
        <dependency>
49
            <groupId>com.google.gwt</groupId>
50
            <artifactId>gwt-servlet</artifactId>
51
            <version>${gwtVersion}</version>
52
            <scope>runtime</scope>
53
        </dependency>
48

  
54 49
    </dependencies>
55

  
56
    <build>
57
        <plugins>
58
            <plugin>
59
                <groupId>org.codehaus.mojo</groupId>
60
                <artifactId>gwt-maven-plugin</artifactId>
61
                <version>${gwtVersion}</version>
62
                <executions>
63
                    <execution>
64
                        <goals>
65
                            <goal>resources</goal>
66
                        </goals>
67
                    </execution>
68
                </executions>
69
            </plugin>
70
        </plugins>
71
    </build>
72 50
</project>

Also available in: Unified diff