< prev index next >

SWT/JemmySWT/pom.xml

Print this page

        

*** 24,39 **** or visit www.oracle.com if you need additional information or have any questions. --> <modelVersion>4.0.0</modelVersion> <parent> ! <groupId>org.jemmy.v3</groupId> ! <artifactId>Jemmy</artifactId> ! <version>1.0</version> <relativePath>../../pom.xml</relativePath> </parent> ! <artifactId>JemmySWT</artifactId> <packaging>jar</packaging> <properties> <swt.version>4.3</swt.version> <version.file>org/jemmy/swt/jemmy.properties</version.file> <version.class>org.jemmy.swt.Version</version.class> --- 24,39 ---- or visit www.oracle.com if you need additional information or have any questions. --> <modelVersion>4.0.0</modelVersion> <parent> ! <groupId>org.adoptopenjdk</groupId> ! <artifactId>jemmy</artifactId> ! <version>${revision}</version> <relativePath>../../pom.xml</relativePath> </parent> ! <artifactId>jemmy-swt</artifactId> <packaging>jar</packaging> <properties> <swt.version>4.3</swt.version> <version.file>org/jemmy/swt/jemmy.properties</version.file> <version.class>org.jemmy.swt.Version</version.class>
*** 79,99 **** <groupId>org.eclipse.swt</groupId> <artifactId>org.eclipse.swt.${osgi.platform}</artifactId> <version>${swt.version}</version> </dependency> <dependency> ! <groupId>org.jemmy.v3</groupId> ! <artifactId>JemmyCore</artifactId> ! <version>1.0</version> </dependency> <dependency> ! <groupId>org.jemmy.v3</groupId> ! <artifactId>JemmyBrowser</artifactId> ! <version>1.0</version> </dependency> <dependency> ! <groupId>org.jemmy.v3</groupId> ! <artifactId>JemmyAWTInput</artifactId> ! <version>1.0</version> </dependency> </dependencies> </project> --- 79,99 ---- <groupId>org.eclipse.swt</groupId> <artifactId>org.eclipse.swt.${osgi.platform}</artifactId> <version>${swt.version}</version> </dependency> <dependency> ! <groupId>org.adoptopenjdk</groupId> ! <artifactId>jemmy-core</artifactId> ! <version>${revision}</version> </dependency> <dependency> ! <groupId>org.adoptopenjdk</groupId> ! <artifactId>jemmy-browser</artifactId> ! <version>${revision}</version> </dependency> <dependency> ! <groupId>org.adoptopenjdk</groupId> ! <artifactId>jemmy-awt-input</artifactId> ! <version>${revision}</version> </dependency> </dependencies> </project>
< prev index next >