org.openl.rules.webstudio.java
Used in:
components
- OverviewOverview
- VersionsVersions
- DependentsDependents
- DependenciesDependencies
<dependency>
<groupId>org.openl.rules</groupId>
<artifactId>org.openl.rules.webstudio.java</artifactId>
<version>5.8.0</version>
</dependency><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/maven-v4_0_0.xsd">
<modelVersion>4.0.0</modelVersion>
<parent>
<groupId>org.openl.rules</groupId>
<artifactId>org.openl.rules.studio-pom</artifactId>
<version>5.8.0</version>
<relativePath>../org.openl.rules.studio-pom</relativePath>
</parent>
<groupId>org.openl.rules</groupId>
<artifactId>org.openl.rules.webstudio.java</artifactId>
<packaging>jar</packaging>
<name>OpenL - STUDIO - WebStudio Java Sources</name>
<description>OpenL WebStudio</description>
<url>http://openl-tablets.sf.net/</url>
<dependencies>
<dependency>
<groupId>org.openl.rules</groupId>
<artifactId>org.openl.rules.project</artifactId>
</dependency>
<dependency>
<groupId>org.openl.rules</groupId>
<artifactId>org.openl.rules.tableeditor</artifactId>
</dependency>
<dependency>
<groupId>org.openl.rules</groupId>
<artifactId>org.openl.rules.repository</artifactId>
</dependency>
<dependency>
<groupId>org.openl.rules</groupId>
<artifactId>org.openl.rules.repository.jcr</artifactId>
</dependency>
<dependency>
<groupId>org.openl.rules</groupId>
<artifactId>org.openl.rules.workspace</artifactId>
</dependency>
<dependency>
<groupId>org.openl.rules</groupId>
<artifactId>org.openl.rules.diff</artifactId>
</dependency>
<dependency>
<groupId>javax.servlet</groupId>
<artifactId>servlet-api</artifactId>
</dependency>
<dependency>
<groupId>org.hibernate</groupId>
<artifactId>hibernate-validator</artifactId>
</dependency>
<dependency>
<groupId>org.richfaces.framework</groupId>
<artifactId>richfaces-api</artifactId>
</dependency>
<dependency>
<groupId>org.richfaces.framework</groupId>
<artifactId>richfaces-impl</artifactId>
</dependency>
<dependency>
<groupId>org.richfaces.ui</groupId>
<artifactId>richfaces-ui</artifactId>
</dependency>
<dependency>
<groupId>tomcat</groupId>
<artifactId>bootstrap</artifactId>
</dependency>
<dependency>
<groupId>edu.stanford.ejalbert</groupId>
<artifactId>BrowserLauncher</artifactId>
</dependency>
<dependency>
<groupId>org.springframework</groupId>
<artifactId>spring-core</artifactId>
</dependency>
<dependency>
<groupId>org.springframework</groupId>
<artifactId>spring-beans</artifactId>
</dependency>
<dependency>
<groupId>org.springframework</groupId>
<artifactId>spring-context</artifactId>
</dependency>
<dependency>
<groupId>org.springframework</groupId>
<artifactId>spring-web</artifactId>
</dependency>
<dependency>
<groupId>commons-configuration</groupId>
<artifactId>commons-configuration</artifactId>
</dependency>
</dependencies>
</project>