4963d5cc49aa487105725c8b921ed55657cda172
configuration/buildAndUpdateProduct.sh
| ... | ... | @@ -766,7 +766,7 @@ if [[ "$@" == "build" ]] || [[ "$@" == "all" ]]; then |
| 766 | 766 | JAVA_HOME="${JAVA8_HOME}" `dirname $0`/install-gwt "${PROJECT_HOME}" |
| 767 | 767 | else |
| 768 | 768 | echo "Downloading and installing forked GWT version..." |
| 769 | - `dirname $0`/install-gwt-from-fork-releases https://github.com/SAP/gwt-forward-serialization-rpc https://github.com/SAP/gwt-maven-plugin-forward-serialization-rpc 2.12.2 . |
|
| 769 | + `dirname $0`/install-gwt-from-fork-releases https://github.com/SAP/gwt-forward-serialization-rpc https://github.com/SAP/gwt-maven-plugin-forward-serialization-rpc 2.12.3 . |
|
| 770 | 770 | fi |
| 771 | 771 | fi |
| 772 | 772 | echo "Using following command: mvn $extra -DargLine=\"$APP_PARAMETERS\" -fae -s $MAVEN_SETTINGS $clean install" |
configuration/gwt-poms/gwt-2.12.3.pom
| ... | ... | @@ -0,0 +1,251 @@ |
| 1 | +<?xml version="1.0" encoding="UTF-8"?> |
|
| 2 | +<project xmlns="http://maven.apache.org/POM/4.0.0" |
|
| 3 | + xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" |
|
| 4 | + xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd"> |
|
| 5 | + <parent> |
|
| 6 | + <groupId>org.sonatype.oss</groupId> |
|
| 7 | + <artifactId>oss-parent</artifactId> |
|
| 8 | + <version>4</version> |
|
| 9 | + </parent> |
|
| 10 | + <modelVersion>4.0.0</modelVersion> |
|
| 11 | + <groupId>org.gwtproject</groupId> |
|
| 12 | + <artifactId>gwt</artifactId> |
|
| 13 | + <packaging>pom</packaging> |
|
| 14 | + <name>GWT</name> |
|
| 15 | + <url>http://www.gwtproject.org/</url> |
|
| 16 | + <version>2.12.3</version> |
|
| 17 | + <licenses> |
|
| 18 | + <license> |
|
| 19 | + <name>GWT Terms</name> |
|
| 20 | + <url>http://www.gwtproject.org/terms.html</url> |
|
| 21 | + </license> |
|
| 22 | + </licenses> |
|
| 23 | + <properties> |
|
| 24 | + <jetty.version>9.4.44.v20210927</jetty.version> |
|
| 25 | + <asm.version>9.2</asm.version> |
|
| 26 | + </properties> |
|
| 27 | + <dependencyManagement> |
|
| 28 | + <dependencies> |
|
| 29 | + <dependency> |
|
| 30 | + <groupId>com.google.gwt</groupId> |
|
| 31 | + <artifactId>gwt-user</artifactId> |
|
| 32 | + <version>${project.version}</version> |
|
| 33 | + </dependency> |
|
| 34 | + <dependency> |
|
| 35 | + <groupId>org.gwtproject</groupId> |
|
| 36 | + <artifactId>gwt-user</artifactId> |
|
| 37 | + <version>${project.version}</version> |
|
| 38 | + </dependency> |
|
| 39 | + <dependency> |
|
| 40 | + <groupId>com.google.gwt</groupId> |
|
| 41 | + <artifactId>gwt-dev</artifactId> |
|
| 42 | + <version>${project.version}</version> |
|
| 43 | + </dependency> |
|
| 44 | + <dependency> |
|
| 45 | + <groupId>org.gwtproject</groupId> |
|
| 46 | + <artifactId>gwt-dev</artifactId> |
|
| 47 | + <version>${project.version}</version> |
|
| 48 | + </dependency> |
|
| 49 | + <dependency> |
|
| 50 | + <groupId>com.google.gwt</groupId> |
|
| 51 | + <artifactId>gwt-codeserver</artifactId> |
|
| 52 | + <version>${project.version}</version> |
|
| 53 | + </dependency> |
|
| 54 | + <dependency> |
|
| 55 | + <groupId>org.gwtproject</groupId> |
|
| 56 | + <artifactId>gwt-codeserver</artifactId> |
|
| 57 | + <version>${project.version}</version> |
|
| 58 | + </dependency> |
|
| 59 | + <dependency> |
|
| 60 | + <groupId>com.google.gwt</groupId> |
|
| 61 | + <artifactId>gwt-servlet</artifactId> |
|
| 62 | + <version>${project.version}</version> |
|
| 63 | + </dependency> |
|
| 64 | + <dependency> |
|
| 65 | + <groupId>org.gwtproject</groupId> |
|
| 66 | + <artifactId>gwt-servlet</artifactId> |
|
| 67 | + <version>${project.version}</version> |
|
| 68 | + </dependency> |
|
| 69 | + <dependency> |
|
| 70 | + <groupId>org.gwtproject.web.bindery</groupId> |
|
| 71 | + <artifactId>requestfactory</artifactId> |
|
| 72 | + <version>${project.version}</version> |
|
| 73 | + <type>pom</type> |
|
| 74 | + <scope>import</scope> |
|
| 75 | + </dependency> |
|
| 76 | + <dependency> |
|
| 77 | + <groupId>com.google.jsinterop</groupId> |
|
| 78 | + <artifactId>jsinterop-annotations</artifactId> |
|
| 79 | + <version>2.0.0</version> |
|
| 80 | + </dependency> |
|
| 81 | + <dependency> |
|
| 82 | + <groupId>javax.servlet</groupId> |
|
| 83 | + <artifactId>javax.servlet-api</artifactId> |
|
| 84 | + <version>3.1.0</version> |
|
| 85 | + </dependency> |
|
| 86 | + <dependency> |
|
| 87 | + <groupId>javax.validation</groupId> |
|
| 88 | + <artifactId>validation-api</artifactId> |
|
| 89 | + <version>1.0.0.GA</version> |
|
| 90 | + </dependency> |
|
| 91 | + <dependency> |
|
| 92 | + <groupId>javax.validation</groupId> |
|
| 93 | + <artifactId>validation-api</artifactId> |
|
| 94 | + <version>1.0.0.GA</version> |
|
| 95 | + <!-- Note: use classifier=sources rather than type=java-sources so they're added to the classpath --> |
|
| 96 | + <classifier>sources</classifier> |
|
| 97 | + </dependency> |
|
| 98 | + <dependency> |
|
| 99 | + <groupId>com.google.code.gson</groupId> |
|
| 100 | + <artifactId>gson</artifactId> |
|
| 101 | + <version>2.6.2</version> |
|
| 102 | + </dependency> |
|
| 103 | + <dependency> |
|
| 104 | + <groupId>org.ow2.asm</groupId> |
|
| 105 | + <artifactId>asm</artifactId> |
|
| 106 | + <version>${asm.version}</version> |
|
| 107 | + </dependency> |
|
| 108 | + <dependency> |
|
| 109 | + <groupId>org.ow2.asm</groupId> |
|
| 110 | + <artifactId>asm-commons</artifactId> |
|
| 111 | + <version>${asm.version}</version> |
|
| 112 | + </dependency> |
|
| 113 | + <dependency> |
|
| 114 | + <groupId>org.ow2.asm</groupId> |
|
| 115 | + <artifactId>asm-util</artifactId> |
|
| 116 | + <version>${asm.version}</version> |
|
| 117 | + </dependency> |
|
| 118 | + <dependency> |
|
| 119 | + <groupId>colt</groupId> |
|
| 120 | + <artifactId>colt</artifactId> |
|
| 121 | + <version>1.2.0</version> |
|
| 122 | + </dependency> |
|
| 123 | + <dependency> |
|
| 124 | + <groupId>commons-collections</groupId> |
|
| 125 | + <artifactId>commons-collections</artifactId> |
|
| 126 | + <version>3.2.2</version> |
|
| 127 | + </dependency> |
|
| 128 | + <dependency> |
|
| 129 | + <groupId>commons-io</groupId> |
|
| 130 | + <artifactId>commons-io</artifactId> |
|
| 131 | + <version>2.4</version> |
|
| 132 | + </dependency> |
|
| 133 | + <dependency> |
|
| 134 | + <groupId>com.ibm.icu</groupId> |
|
| 135 | + <artifactId>icu4j</artifactId> |
|
| 136 | + <version>63.1</version> |
|
| 137 | + </dependency> |
|
| 138 | + <dependency> |
|
| 139 | + <groupId>net.sourceforge.htmlunit</groupId> |
|
| 140 | + <artifactId>htmlunit</artifactId> |
|
| 141 | + <version>2.55.0</version> |
|
| 142 | + </dependency> |
|
| 143 | + <dependency> |
|
| 144 | + <groupId>org.w3c.css</groupId> |
|
| 145 | + <artifactId>sac</artifactId> |
|
| 146 | + <version>1.3</version> |
|
| 147 | + </dependency> |
|
| 148 | + <dependency> |
|
| 149 | + <groupId>tapestry</groupId> |
|
| 150 | + <artifactId>tapestry</artifactId> |
|
| 151 | + <version>4.0.2</version> |
|
| 152 | + </dependency> |
|
| 153 | + <dependency> |
|
| 154 | + <groupId>com.google.code.findbugs</groupId> |
|
| 155 | + <artifactId>jsr305</artifactId> |
|
| 156 | + <version>1.3.9</version> |
|
| 157 | + </dependency> |
|
| 158 | + <!-- For DevMode / JUnitShell (transitive dependency on jetty-server for CodeServer) --> |
|
| 159 | + <dependency> |
|
| 160 | + <groupId>org.eclipse.jetty</groupId> |
|
| 161 | + <artifactId>jetty-webapp</artifactId> |
|
| 162 | + <version>${jetty.version}</version> |
|
| 163 | + </dependency> |
|
| 164 | + <!-- For CodeServer (GZip support) --> |
|
| 165 | + <dependency> |
|
| 166 | + <groupId>org.eclipse.jetty</groupId> |
|
| 167 | + <artifactId>jetty-servlets</artifactId> |
|
| 168 | + <version>${jetty.version}</version> |
|
| 169 | + </dependency> |
|
| 170 | + <!-- For JSPs (and annotations scanning) in DevMode --> |
|
| 171 | + <!-- Those two dependencies are actually optional, included here mostly for backwards compatibility --> |
|
| 172 | + <dependency> |
|
| 173 | + <groupId>org.eclipse.jetty</groupId> |
|
| 174 | + <artifactId>jetty-annotations</artifactId> |
|
| 175 | + <version>${jetty.version}</version> |
|
| 176 | + </dependency> |
|
| 177 | + <dependency> |
|
| 178 | + <groupId>org.eclipse.jetty</groupId> |
|
| 179 | + <artifactId>apache-jsp</artifactId> |
|
| 180 | + <version>${jetty.version}</version> |
|
| 181 | + <exclusions> |
|
| 182 | + <exclusion> |
|
| 183 | + <groupId>org.eclipse.jetty.orbit</groupId> |
|
| 184 | + <artifactId>org.eclipse.jdt.core</artifactId> |
|
| 185 | + </exclusion> |
|
| 186 | + </exclusions> |
|
| 187 | + </dependency> |
|
| 188 | + <!-- Some transitive dependencies of the above, to (tentatively) prevent conflicts --> |
|
| 189 | + <dependency> |
|
| 190 | + <groupId>org.eclipse.jetty.websocket</groupId> |
|
| 191 | + <artifactId>websocket-api</artifactId> |
|
| 192 | + <version>${jetty.version}</version> |
|
| 193 | + </dependency> |
|
| 194 | + <dependency> |
|
| 195 | + <groupId>org.eclipse.jetty.websocket</groupId> |
|
| 196 | + <artifactId>websocket-common</artifactId> |
|
| 197 | + <version>${jetty.version}</version> |
|
| 198 | + </dependency> |
|
| 199 | + <dependency> |
|
| 200 | + <groupId>org.eclipse.jetty</groupId> |
|
| 201 | + <artifactId>jetty-continuation</artifactId> |
|
| 202 | + <version>${jetty.version}</version> |
|
| 203 | + </dependency> |
|
| 204 | + <dependency> |
|
| 205 | + <groupId>org.eclipse.jetty</groupId> |
|
| 206 | + <artifactId>jetty-http</artifactId> |
|
| 207 | + <version>${jetty.version}</version> |
|
| 208 | + </dependency> |
|
| 209 | + <dependency> |
|
| 210 | + <groupId>org.eclipse.jetty</groupId> |
|
| 211 | + <artifactId>jetty-io</artifactId> |
|
| 212 | + <version>${jetty.version}</version> |
|
| 213 | + </dependency> |
|
| 214 | + <dependency> |
|
| 215 | + <groupId>org.eclipse.jetty</groupId> |
|
| 216 | + <artifactId>jetty-jndi</artifactId> |
|
| 217 | + <version>${jetty.version}</version> |
|
| 218 | + </dependency> |
|
| 219 | + <dependency> |
|
| 220 | + <groupId>org.eclipse.jetty</groupId> |
|
| 221 | + <artifactId>jetty-plus</artifactId> |
|
| 222 | + <version>${jetty.version}</version> |
|
| 223 | + </dependency> |
|
| 224 | + <dependency> |
|
| 225 | + <groupId>org.eclipse.jetty</groupId> |
|
| 226 | + <artifactId>jetty-util</artifactId> |
|
| 227 | + <version>${jetty.version}</version> |
|
| 228 | + </dependency> |
|
| 229 | + <dependency> |
|
| 230 | + <groupId>org.eclipse.jetty</groupId> |
|
| 231 | + <artifactId>jetty-security</artifactId> |
|
| 232 | + <version>${jetty.version}</version> |
|
| 233 | + </dependency> |
|
| 234 | + <dependency> |
|
| 235 | + <groupId>org.eclipse.jetty</groupId> |
|
| 236 | + <artifactId>jetty-server</artifactId> |
|
| 237 | + <version>${jetty.version}</version> |
|
| 238 | + </dependency> |
|
| 239 | + <dependency> |
|
| 240 | + <groupId>org.eclipse.jetty</groupId> |
|
| 241 | + <artifactId>jetty-servlet</artifactId> |
|
| 242 | + <version>${jetty.version}</version> |
|
| 243 | + </dependency> |
|
| 244 | + <dependency> |
|
| 245 | + <groupId>org.eclipse.jetty</groupId> |
|
| 246 | + <artifactId>jetty-xml</artifactId> |
|
| 247 | + <version>${jetty.version}</version> |
|
| 248 | + </dependency> |
|
| 249 | + </dependencies> |
|
| 250 | + </dependencyManagement> |
|
| 251 | +</project> |
configuration/gwt-poms/gwt-dev-2.12.3.pom
| ... | ... | @@ -0,0 +1,118 @@ |
| 1 | +<?xml version="1.0" encoding="UTF-8"?> |
|
| 2 | +<project xmlns="http://maven.apache.org/POM/4.0.0" |
|
| 3 | + xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" |
|
| 4 | + xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd"> |
|
| 5 | + <modelVersion>4.0.0</modelVersion> |
|
| 6 | + <parent> |
|
| 7 | + <groupId>org.gwtproject</groupId> |
|
| 8 | + <artifactId>gwt</artifactId> |
|
| 9 | + <version>2.12.3</version> |
|
| 10 | + </parent> |
|
| 11 | + <groupId>org.gwtproject</groupId> |
|
| 12 | + <artifactId>gwt-dev</artifactId> |
|
| 13 | + <packaging>jar</packaging> |
|
| 14 | + <version>2.12.3</version> |
|
| 15 | + |
|
| 16 | + <dependencies> |
|
| 17 | + <dependency> |
|
| 18 | + <groupId>com.google.code.findbugs</groupId> |
|
| 19 | + <artifactId>jsr305</artifactId> |
|
| 20 | + </dependency> |
|
| 21 | + <dependency> |
|
| 22 | + <groupId>com.google.code.gson</groupId> |
|
| 23 | + <artifactId>gson</artifactId> |
|
| 24 | + </dependency> |
|
| 25 | + <dependency> |
|
| 26 | + <groupId>org.ow2.asm</groupId> |
|
| 27 | + <artifactId>asm</artifactId> |
|
| 28 | + </dependency> |
|
| 29 | + <dependency> |
|
| 30 | + <groupId>org.ow2.asm</groupId> |
|
| 31 | + <artifactId>asm-util</artifactId> |
|
| 32 | + </dependency> |
|
| 33 | + <dependency> |
|
| 34 | + <groupId>org.ow2.asm</groupId> |
|
| 35 | + <artifactId>asm-commons</artifactId> |
|
| 36 | + </dependency> |
|
| 37 | + <dependency> |
|
| 38 | + <groupId>colt</groupId> |
|
| 39 | + <artifactId>colt</artifactId> |
|
| 40 | + <exclusions> |
|
| 41 | + <exclusion> |
|
| 42 | + <groupId>concurrent</groupId> |
|
| 43 | + <artifactId>concurrent</artifactId> |
|
| 44 | + </exclusion> |
|
| 45 | + </exclusions> |
|
| 46 | + </dependency> |
|
| 47 | + <dependency> |
|
| 48 | + <groupId>commons-collections</groupId> |
|
| 49 | + <artifactId>commons-collections</artifactId> |
|
| 50 | + </dependency> |
|
| 51 | + <dependency> |
|
| 52 | + <groupId>commons-io</groupId> |
|
| 53 | + <artifactId>commons-io</artifactId> |
|
| 54 | + </dependency> |
|
| 55 | + <dependency> |
|
| 56 | + <groupId>com.ibm.icu</groupId> |
|
| 57 | + <artifactId>icu4j</artifactId> |
|
| 58 | + </dependency> |
|
| 59 | + <dependency> |
|
| 60 | + <groupId>tapestry</groupId> |
|
| 61 | + <artifactId>tapestry</artifactId> |
|
| 62 | + <exclusions> |
|
| 63 | + <exclusion> |
|
| 64 | + <groupId>javassist</groupId> |
|
| 65 | + <artifactId>javassist</artifactId> |
|
| 66 | + </exclusion> |
|
| 67 | + <exclusion> |
|
| 68 | + <groupId>commons-codec</groupId> |
|
| 69 | + <artifactId>commons-codec</artifactId> |
|
| 70 | + </exclusion> |
|
| 71 | + <exclusion> |
|
| 72 | + <groupId>commons-fileupload</groupId> |
|
| 73 | + <artifactId>commons-fileupload</artifactId> |
|
| 74 | + </exclusion> |
|
| 75 | + <exclusion> |
|
| 76 | + <groupId>commons-logging</groupId> |
|
| 77 | + <artifactId>commons-logging</artifactId> |
|
| 78 | + </exclusion> |
|
| 79 | + <exclusion> |
|
| 80 | + <groupId>ognl</groupId> |
|
| 81 | + <artifactId>ognl</artifactId> |
|
| 82 | + </exclusion> |
|
| 83 | + <exclusion> |
|
| 84 | + <groupId>oro</groupId> |
|
| 85 | + <artifactId>oro</artifactId> |
|
| 86 | + </exclusion> |
|
| 87 | + <exclusion> |
|
| 88 | + <groupId>hivemind</groupId> |
|
| 89 | + <artifactId>hivemind</artifactId> |
|
| 90 | + </exclusion> |
|
| 91 | + <exclusion> |
|
| 92 | + <groupId>hivemind</groupId> |
|
| 93 | + <artifactId>hivemind-lib</artifactId> |
|
| 94 | + </exclusion> |
|
| 95 | + </exclusions> |
|
| 96 | + </dependency> |
|
| 97 | + <dependency> |
|
| 98 | + <groupId>net.sourceforge.htmlunit</groupId> |
|
| 99 | + <artifactId>htmlunit</artifactId> |
|
| 100 | + </dependency> |
|
| 101 | + <dependency> |
|
| 102 | + <groupId>org.eclipse.jetty</groupId> |
|
| 103 | + <artifactId>jetty-webapp</artifactId> |
|
| 104 | + </dependency> |
|
| 105 | + <dependency> |
|
| 106 | + <groupId>org.eclipse.jetty</groupId> |
|
| 107 | + <artifactId>jetty-servlets</artifactId> |
|
| 108 | + </dependency> |
|
| 109 | + <dependency> |
|
| 110 | + <groupId>org.eclipse.jetty</groupId> |
|
| 111 | + <artifactId>jetty-annotations</artifactId> |
|
| 112 | + </dependency> |
|
| 113 | + <dependency> |
|
| 114 | + <groupId>org.eclipse.jetty</groupId> |
|
| 115 | + <artifactId>apache-jsp</artifactId> |
|
| 116 | + </dependency> |
|
| 117 | + </dependencies> |
|
| 118 | +</project> |
configuration/gwt-poms/gwt-servlet-2.12.3.pom
| ... | ... | @@ -0,0 +1,29 @@ |
| 1 | +<?xml version="1.0" encoding="UTF-8"?> |
|
| 2 | +<project xmlns="http://maven.apache.org/POM/4.0.0" |
|
| 3 | + xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" |
|
| 4 | + xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd"> |
|
| 5 | + <modelVersion>4.0.0</modelVersion> |
|
| 6 | + <parent> |
|
| 7 | + <groupId>org.gwtproject</groupId> |
|
| 8 | + <artifactId>gwt</artifactId> |
|
| 9 | + <version>2.12.3</version> |
|
| 10 | + </parent> |
|
| 11 | + <groupId>org.gwtproject</groupId> |
|
| 12 | + <artifactId>gwt-servlet</artifactId> |
|
| 13 | + <packaging>jar</packaging> |
|
| 14 | + <version>2.12.3</version> |
|
| 15 | + <dependencies> |
|
| 16 | + <dependency> |
|
| 17 | + <groupId>javax.validation</groupId> |
|
| 18 | + <artifactId>validation-api</artifactId> |
|
| 19 | + <!-- needed by RequestFactory --> |
|
| 20 | + <optional>true</optional> |
|
| 21 | + </dependency> |
|
| 22 | + <dependency> |
|
| 23 | + <groupId>com.google.code.gson</groupId> |
|
| 24 | + <artifactId>gson</artifactId> |
|
| 25 | + <!-- Used for source-mapping in stacktrace deobfuscation for logging --> |
|
| 26 | + <optional>true</optional> |
|
| 27 | + </dependency> |
|
| 28 | + </dependencies> |
|
| 29 | +</project> |
configuration/gwt-poms/gwt-user-2.12.3.pom
| ... | ... | @@ -0,0 +1,38 @@ |
| 1 | +<?xml version="1.0" encoding="UTF-8"?> |
|
| 2 | +<project xmlns="http://maven.apache.org/POM/4.0.0" |
|
| 3 | + xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" |
|
| 4 | + xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd"> |
|
| 5 | + <modelVersion>4.0.0</modelVersion> |
|
| 6 | + <parent> |
|
| 7 | + <groupId>org.gwtproject</groupId> |
|
| 8 | + <artifactId>gwt</artifactId> |
|
| 9 | + <version>2.12.3</version> |
|
| 10 | + </parent> |
|
| 11 | + <groupId>org.gwtproject</groupId> |
|
| 12 | + <artifactId>gwt-user</artifactId> |
|
| 13 | + <packaging>jar</packaging> |
|
| 14 | + <version>2.12.3</version> |
|
| 15 | + <dependencies> |
|
| 16 | + <dependency> |
|
| 17 | + <groupId>com.google.jsinterop</groupId> |
|
| 18 | + <artifactId>jsinterop-annotations</artifactId> |
|
| 19 | + </dependency> |
|
| 20 | + <dependency> |
|
| 21 | + <groupId>javax.validation</groupId> |
|
| 22 | + <artifactId>validation-api</artifactId> |
|
| 23 | + </dependency> |
|
| 24 | + <dependency> |
|
| 25 | + <groupId>javax.validation</groupId> |
|
| 26 | + <artifactId>validation-api</artifactId> |
|
| 27 | + <classifier>sources</classifier> |
|
| 28 | + </dependency> |
|
| 29 | + <dependency> |
|
| 30 | + <groupId>javax.servlet</groupId> |
|
| 31 | + <artifactId>javax.servlet-api</artifactId> |
|
| 32 | + </dependency> |
|
| 33 | + <dependency> |
|
| 34 | + <groupId>org.w3c.css</groupId> |
|
| 35 | + <artifactId>sac</artifactId> |
|
| 36 | + </dependency> |
|
| 37 | + </dependencies> |
|
| 38 | +</project> |
configuration/gwt-poms/requestfactory-2.12.3.pom
| ... | ... | @@ -0,0 +1,67 @@ |
| 1 | +<?xml version="1.0" encoding="UTF-8"?> |
|
| 2 | +<project xmlns="http://maven.apache.org/POM/4.0.0" |
|
| 3 | + xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" |
|
| 4 | + xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd"> |
|
| 5 | + <parent> |
|
| 6 | + <groupId>org.sonatype.oss</groupId> |
|
| 7 | + <artifactId>oss-parent</artifactId> |
|
| 8 | + <version>4</version> |
|
| 9 | + </parent> |
|
| 10 | + <modelVersion>4.0.0</modelVersion> |
|
| 11 | + <groupId>org.gwtproject.web.bindery</groupId> |
|
| 12 | + <artifactId>requestfactory</artifactId> |
|
| 13 | + <packaging>pom</packaging> |
|
| 14 | + <name>RequestFactory</name> |
|
| 15 | + <url>http://www.gwtproject.org/doc/latest/DevGuideRequestFactory.html</url> |
|
| 16 | + <version>2.12.3</version> |
|
| 17 | + <licenses> |
|
| 18 | + <license> |
|
| 19 | + <name>GWT Terms</name> |
|
| 20 | + <url>http://www.gwtproject.org/terms.html</url> |
|
| 21 | + </license> |
|
| 22 | + </licenses> |
|
| 23 | + <dependencyManagement> |
|
| 24 | + <dependencies> |
|
| 25 | + <dependency> |
|
| 26 | + <groupId>com.google.web.bindery</groupId> |
|
| 27 | + <artifactId>requestfactory-apt</artifactId> |
|
| 28 | + <version>${project.version}</version> |
|
| 29 | + </dependency> |
|
| 30 | + <dependency> |
|
| 31 | + <groupId>org.gwtproject.web.bindery</groupId> |
|
| 32 | + <artifactId>requestfactory-apt</artifactId> |
|
| 33 | + <version>${project.version}</version> |
|
| 34 | + </dependency> |
|
| 35 | + <dependency> |
|
| 36 | + <groupId>com.google.web.bindery</groupId> |
|
| 37 | + <artifactId>requestfactory-client</artifactId> |
|
| 38 | + <version>${project.version}</version> |
|
| 39 | + </dependency> |
|
| 40 | + <dependency> |
|
| 41 | + <groupId>org.gwtproject.web.bindery</groupId> |
|
| 42 | + <artifactId>requestfactory-client</artifactId> |
|
| 43 | + <version>${project.version}</version> |
|
| 44 | + </dependency> |
|
| 45 | + <dependency> |
|
| 46 | + <groupId>com.google.web.bindery</groupId> |
|
| 47 | + <artifactId>requestfactory-server</artifactId> |
|
| 48 | + <version>${project.version}</version> |
|
| 49 | + </dependency> |
|
| 50 | + <dependency> |
|
| 51 | + <groupId>org.gwtproject.web.bindery</groupId> |
|
| 52 | + <artifactId>requestfactory-server</artifactId> |
|
| 53 | + <version>${project.version}</version> |
|
| 54 | + </dependency> |
|
| 55 | + <dependency> |
|
| 56 | + <groupId>javax.validation</groupId> |
|
| 57 | + <artifactId>validation-api</artifactId> |
|
| 58 | + <version>1.0.0.GA</version> |
|
| 59 | + </dependency> |
|
| 60 | + <dependency> |
|
| 61 | + <groupId>com.google.code.gson</groupId> |
|
| 62 | + <artifactId>gson</artifactId> |
|
| 63 | + <version>2.6.2</version> |
|
| 64 | + </dependency> |
|
| 65 | + </dependencies> |
|
| 66 | + </dependencyManagement> |
|
| 67 | +</project> |
java/com.google.gwt.dev/META-INF/MANIFEST.MF
| ... | ... | @@ -2,7 +2,7 @@ Manifest-Version: 1.0 |
| 2 | 2 | Bundle-ManifestVersion: 2 |
| 3 | 3 | Bundle-Name: gwt-dev |
| 4 | 4 | Bundle-SymbolicName: com.google.gwt.dev |
| 5 | -Bundle-Version: 2.12.2 |
|
| 5 | +Bundle-Version: 2.12.3 |
|
| 6 | 6 | Bundle-Vendor: GOOGLE |
| 7 | 7 | Bundle-RequiredExecutionEnvironment: JavaSE-1.8 |
| 8 | 8 | Bundle-ClassPath: lib/gwt-dev.jar, |
java/com.google.gwt.dev/lib/gwt-dev.jar
java/com.google.gwt.dev/pom.xml
| ... | ... | @@ -8,6 +8,6 @@ |
| 8 | 8 | <version>1.0.0-SNAPSHOT</version> |
| 9 | 9 | </parent> |
| 10 | 10 | <artifactId>com.google.gwt.dev</artifactId> |
| 11 | - <version>2.12.2</version> |
|
| 11 | + <version>2.12.3</version> |
|
| 12 | 12 | <packaging>eclipse-plugin</packaging> |
| 13 | 13 | </project> |
java/com.google.gwt.servlet/META-INF/MANIFEST.MF
| ... | ... | @@ -3,7 +3,7 @@ Bundle-ManifestVersion: 2 |
| 3 | 3 | Bundle-Name: Dev |
| 4 | 4 | Bundle-SymbolicName: com.google.gwt.servlet |
| 5 | 5 | Automatic-Module-Name: com.google.gwt.servlet |
| 6 | -Bundle-Version: 2.12.2 |
|
| 6 | +Bundle-Version: 2.12.3 |
|
| 7 | 7 | Bundle-Vendor: GOOGLE |
| 8 | 8 | Bundle-RequiredExecutionEnvironment: JavaSE-1.8 |
| 9 | 9 | Bundle-ClassPath: lib/gwt-servlet.jar, |
java/com.google.gwt.servlet/lib/gwt-servlet-deps.jar
java/com.google.gwt.servlet/lib/gwt-servlet.jar
java/com.google.gwt.servlet/pom.xml
| ... | ... | @@ -8,6 +8,6 @@ |
| 8 | 8 | <version>1.0.0-SNAPSHOT</version> |
| 9 | 9 | </parent> |
| 10 | 10 | <artifactId>com.google.gwt.servlet</artifactId> |
| 11 | - <version>2.12.2</version> |
|
| 11 | + <version>2.12.3</version> |
|
| 12 | 12 | <packaging>eclipse-plugin</packaging> |
| 13 | 13 | </project> |
java/com.google.gwt.user/META-INF/MANIFEST.MF
| ... | ... | @@ -2,7 +2,7 @@ Manifest-Version: 1.0 |
| 2 | 2 | Bundle-ManifestVersion: 2 |
| 3 | 3 | Bundle-Name: gwt-user |
| 4 | 4 | Bundle-SymbolicName: com.google.gwt.user |
| 5 | -Bundle-Version: 2.12.2 |
|
| 5 | +Bundle-Version: 2.12.3 |
|
| 6 | 6 | Bundle-Vendor: GOOGLE |
| 7 | 7 | Bundle-RequiredExecutionEnvironment: JavaSE-1.8 |
| 8 | 8 | Bundle-ClassPath: lib/gwt-user.jar, |
java/com.google.gwt.user/lib/gwt-user.jar
java/com.google.gwt.user/pom.xml
| ... | ... | @@ -8,6 +8,6 @@ |
| 8 | 8 | <version>1.0.0-SNAPSHOT</version> |
| 9 | 9 | </parent> |
| 10 | 10 | <artifactId>com.google.gwt.user</artifactId> |
| 11 | - <version>2.12.2</version> |
|
| 11 | + <version>2.12.3</version> |
|
| 12 | 12 | <packaging>eclipse-plugin</packaging> |
| 13 | 13 | </project> |
java/com.sap.sse.feature/feature.xml
| ... | ... | @@ -42,7 +42,7 @@ Computes leaderboard information for sailing races and offers RESTful APIs to al |
| 42 | 42 | id="com.google.gwt.servlet" |
| 43 | 43 | download-size="0" |
| 44 | 44 | install-size="0" |
| 45 | - version="2.12.2" |
|
| 45 | + version="2.12.3" |
|
| 46 | 46 | unpack="false"/> |
| 47 | 47 | |
| 48 | 48 | <plugin |