<project xmlns="http://maven.apache.org/POM/4.0.0"
	xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
	xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
	
	<modelVersion>4.0.0</modelVersion>

    <description>
        Groups Power-level features of SmartClient client and (transitively) server libraries.  
        Best for highly skilled teams able to take advantage of advanced productivity features. 
        See http://smartclient.com/product/
    </description>

	<groupId>com.isomorphic.smartgwt.lgpl</groupId>
	<artifactId>smartclient-power</artifactId>
	<version>13.1-p20260528</version>
    <packaging>pom</packaging>

  <dependencies>
      <dependency>
          <groupId>com.isomorphic.smartgwt.lgpl</groupId>
          <artifactId>smartclient-resources</artifactId>
          <version>13.1-p20260528</version>
          <type>war</type>
      </dependency>
      <dependency>
          <groupId>com.isomorphic.smartgwt.lgpl</groupId>
          <artifactId>isomorphic-core-rpc</artifactId>
          <version>13.1-p20260528</version>
      </dependency>

      <!-- 
          Required if you wish to use the Batch Upload feature bundled with Power+ editions. See
          
            http://smartclient.com/product/#batchUploader
          
          and/or
          
            https://www.smartclient.com/smartgwtee/javadoc/com/smartgwt/client/widgets/BatchUploader.html
        -->
      <dependency>
        <groupId>com.isomorphic.smartgwt.lgpl</groupId>
        <artifactId>isc-batchuploader</artifactId>
        <version>13.1-p20260528</version>
        <type>pom</type>
        <optional>true</optional>
      </dependency>

  </dependencies>
</project>
