代码拉取完成,页面将自动刷新
同步操作将从 onecode/onecode低代码引擎 强制同步,此操作会覆盖自 Fork 仓库以来所做的任何修改,且无法恢复!!!
确定后同步将在后台操作,完成时将刷新页面,请耐心等待。
<?xml version="1.0" encoding="UTF-8"?>
<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>
<artifactId>ocstudio</artifactId>
<name>ocstudio</name>
<groupId>cn.raddev</groupId>
<version>2.1</version>
<dependencies>
<dependency>
<groupId>cn.raddev</groupId>
<artifactId>onecode-common-client</artifactId>
<version>2.1</version>
</dependency>
<dependency>
<groupId>cn.raddev</groupId>
<artifactId>onecode-server</artifactId>
<version>2.1</version>
</dependency>
<dependency>
<groupId>cn.raddev</groupId>
<artifactId>onecode-vfs-web</artifactId>
<version>2.1</version>
</dependency>
<dependency>
<groupId>cn.raddev</groupId>
<artifactId>onecode-org-web</artifactId>
<version>2.1</version>
</dependency>
<dependency>
<groupId>cn.raddev</groupId>
<artifactId>onecode-index-web</artifactId>
<version>2.1</version>
</dependency>
<dependency>
<groupId>cn.raddev</groupId>
<artifactId>onecode-iot-webclient</artifactId>
<version>2.1</version>
</dependency>
<dependency>
<groupId>cn.raddev</groupId>
<artifactId>onecode-bpm-web</artifactId>
<version>2.0</version>
</dependency>
<dependency>
<groupId>cn.raddev</groupId>
<artifactId>onecode-database</artifactId>
<version>2.1</version>
</dependency>
<dependency>
<groupId>cn.raddev</groupId>
<artifactId>onecode-esdstudio</artifactId>
<version>2.0</version>
</dependency>
<dependency>
<groupId>cn.raddev</groupId>
<artifactId>onecode-bpm-web</artifactId>
<version>2.0</version>
</dependency>
<dependency>
<groupId>cn.raddev</groupId>
<artifactId>onecode-admin</artifactId>
<version>2.0</version>
</dependency>
<dependency>
<groupId>cn.raddev</groupId>
<artifactId>onecode-esd</artifactId>
<version>1.0-SNAPSHOT</version>
<scope>system</scope>
<systemPath>${project.basedir}/lib/onecode-esd-1.0-SNAPSHOT.jar</systemPath>
</dependency>
<dependency>
<groupId>org.apache.xmlgraphics</groupId>
<artifactId>batik-svg-dom</artifactId>
<version>1.12</version>
</dependency>
<dependency>
<groupId>org.apache.xmlgraphics</groupId>
<artifactId>batik-svggen</artifactId>
<version>1.12</version>
</dependency>
<dependency>
<groupId>net.sf.jedit-syntax</groupId>
<artifactId>jedit-syntax</artifactId>
<version>2.2.2</version>
</dependency>
<dependency>
<groupId>org.htmlparser</groupId>
<artifactId>htmlparser</artifactId>
<version>2.1</version>
</dependency>
<dependency>
<groupId>com.github.javaparser</groupId>
<artifactId>javaparser-symbol-solver-core</artifactId>
<version>3.18.0</version>
</dependency>
<dependency>
<groupId>com.github.javaparser</groupId>
<artifactId>javaparser-core</artifactId>
<version>3.18.0</version>
</dependency>
<dependency>
<groupId>com.github.javaparser</groupId>
<artifactId>javaparser-core-serialization</artifactId>
<version>3.18.0</version>
</dependency>
<dependency>
<groupId>jds.LiquidLnF</groupId>
<artifactId>jds.LiquidLnF</artifactId>
<version>1.0</version>
<scope>system</scope>
<systemPath>${project.basedir}/lib/LiquidLnF.jar</systemPath>
</dependency>
<dependency>
<groupId>jds.jgraph</groupId>
<artifactId>jgraph</artifactId>
<version>1.0</version>
<scope>system</scope>
<systemPath>${project.basedir}/lib/jgraph.jar</systemPath>
</dependency>
<dependency>
<groupId>jds.jh</groupId>
<artifactId>jh</artifactId>
<version>1.0</version>
<scope>system</scope>
<systemPath>${project.basedir}/lib/jh.jar</systemPath>
</dependency>
<dependency>
<groupId>org.springframework</groupId>
<artifactId>spring-webmvc</artifactId>
<version>5.1.0.RELEASE</version>
</dependency>
<dependency>
<groupId>org.springframework</groupId>
<artifactId>spring-instrument</artifactId>
<version>5.1.0.RELEASE</version>
</dependency>
<dependency>
<groupId>org.springframework</groupId>
<artifactId>spring-context</artifactId>
<version>5.1.0.RELEASE</version>
</dependency>
<dependency>
<groupId>org.springframework</groupId>
<artifactId>spring-context-support</artifactId>
<version>5.1.0.RELEASE</version>
</dependency>
<dependency>
<groupId>ch.qos.logback</groupId>
<artifactId>logback-core</artifactId>
<version>1.2.3</version>
</dependency>
<dependency>
<groupId>ch.qos.logback</groupId>
<artifactId>logback-classic</artifactId>
<version>1.2.3</version>
</dependency>
<dependency>
<groupId>org.seleniumhq.selenium</groupId>
<artifactId>selenium-java</artifactId>
<version>4.0.0-alpha-7</version>
</dependency>
<dependency>
<groupId>commons-fileupload</groupId>
<artifactId>commons-fileupload</artifactId>
<version>1.3.3</version>
</dependency>
<dependency>
<groupId>javax.servlet</groupId>
<artifactId>javax.servlet-api</artifactId>
<version>4.0.1</version>
<scope>system</scope>
<systemPath>${project.basedir}/lib/servlet-api.jar</systemPath>
</dependency>
<dependency>
<groupId>mysql</groupId>
<artifactId>mysql-connector-java</artifactId>
<version>5.1.43</version>
</dependency>
</dependencies>
<build>
<resources>
<resource>
<directory>src/main/java</directory>
<includes>
<include>**/*.*</include>
</includes>
</resource>
<resource>
<directory>src/main/resources</directory>
<includes>
<include>**/*.*</include>
</includes>
</resource>
<resource>
<directory>src/main/config</directory>
<includes>
<include>**/*</include>
</includes>
</resource>
<resource>
<directory>src/main/config</directory>
<includes>
<include>**/*</include>
</includes>
<targetPath>${project.build.directory}/</targetPath>
</resource>
<resource>
<directory>src/main/webapp</directory>
<includes>
<include>**/*</include>
</includes>
<targetPath>${project.build.directory}/webapp/</targetPath>
</resource>
<resource>
<directory>src/main/sysapp</directory>
<includes>
<include>**/*</include>
</includes>
<targetPath>${project.build.directory}/sysapp/</targetPath>
</resource>
</resources>
<finalName>ESD</finalName>
<plugins>
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-enforcer-plugin</artifactId>
<version>3.0.0-M3</version>
</plugin>
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-compiler-plugin</artifactId>
<version>3.8.0</version>
<configuration>
<source>1.8</source>
<target>1.8</target>
</configuration>
</plugin>
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-jar-plugin</artifactId>
<configuration>
<archive>
<manifest>
<mainClass>com.ds.ESDProxyServer</mainClass>
</manifest>
</archive>
</configuration>
</plugin>
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-dependency-plugin</artifactId>
<executions>
<execution>
<id>copy-dependencies</id>
<phase>package</phase>
<goals>
<goal>copy-dependencies</goal>
</goals>
<configuration>
<outputDirectory>target/lib/</outputDirectory>
<excludeTransitive>false</excludeTransitive>
<stripVersion>true</stripVersion>
</configuration>
</execution>
</executions>
</plugin>
</plugins>
</build>
</project>
此处可能存在不合适展示的内容,页面不予展示。您可通过相关编辑功能自查并修改。
如您确认内容无涉及 不当用语 / 纯广告导流 / 暴力 / 低俗色情 / 侵权 / 盗版 / 虚假 / 无价值内容或违法国家有关法律法规的内容,可点击提交进行申诉,我们将尽快为您处理。