wkeyuan / DWSurvey

Survey System. 最好用的开源问卷调查系统、表单系统。

Home Page:http://www.diaowen.net

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

xssprotest、spssw、ueditor 这三个jar包下载不了

cumtgujun opened this issue · comments

commented

xssprotest、spssw、ueditor 这三个jar包下载不了
http://maven.dwsurvey.net:8081/repository/maven-public/ 也用不了呢

commented

直接在pom文件注释掉,删掉com/key/common/plugs/spss 这个包就能运行,代码里面并没有用到这三个jar的代码

ueditor 换成这两个可以吗?

com.baidu.ueditor
ueditor
1.1.1

	<dependency>
		<groupId>com.gitee.qdbp.thirdparty</groupId>
		<artifactId>ueditor</artifactId>
		<version>1.4.3.3</version>
	</dependency>

注释掉代码和pom引用的jar可行的

最新版本已经解决