renamed JavaSource -> java, WebContent -> webapp regarding to Maven convention
git-svn-id: http://webgoat.googlecode.com/svn/trunk@392 4033779f-a91e-0410-96ef-6bf7bf53c507
This commit is contained in:
BIN
webgoat/main/project/webapp/WEB-INF/lib/activation-1.1.jar
Normal file
BIN
webgoat/main/project/webapp/WEB-INF/lib/activation-1.1.jar
Normal file
Binary file not shown.
BIN
webgoat/main/project/webapp/WEB-INF/lib/axis-1.2.jar
Normal file
BIN
webgoat/main/project/webapp/WEB-INF/lib/axis-1.2.jar
Normal file
Binary file not shown.
BIN
webgoat/main/project/webapp/WEB-INF/lib/axis-ant-1.2.jar
Normal file
BIN
webgoat/main/project/webapp/WEB-INF/lib/axis-ant-1.2.jar
Normal file
Binary file not shown.
BIN
webgoat/main/project/webapp/WEB-INF/lib/axis-jaxrpc-1.2.jar
Normal file
BIN
webgoat/main/project/webapp/WEB-INF/lib/axis-jaxrpc-1.2.jar
Normal file
Binary file not shown.
BIN
webgoat/main/project/webapp/WEB-INF/lib/axis-saaj-1.2.jar
Normal file
BIN
webgoat/main/project/webapp/WEB-INF/lib/axis-saaj-1.2.jar
Normal file
Binary file not shown.
BIN
webgoat/main/project/webapp/WEB-INF/lib/catalina.jar
Normal file
BIN
webgoat/main/project/webapp/WEB-INF/lib/catalina.jar
Normal file
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
BIN
webgoat/main/project/webapp/WEB-INF/lib/commons-io-1.4.jar
Normal file
BIN
webgoat/main/project/webapp/WEB-INF/lib/commons-io-1.4.jar
Normal file
Binary file not shown.
Binary file not shown.
112
webgoat/main/project/webapp/WEB-INF/lib/dependencies.txt
Normal file
112
webgoat/main/project/webapp/WEB-INF/lib/dependencies.txt
Normal file
@ -0,0 +1,112 @@
|
||||
<dependencies>
|
||||
<dependency>
|
||||
<groupId>javax.activation</groupId>
|
||||
<artifactId>activation</artifactId>
|
||||
<version>1.1</version>
|
||||
</dependency>
|
||||
<dependency>
|
||||
<groupId>axis</groupId>
|
||||
<artifactId>axis</artifactId>
|
||||
<version>1.2</version>
|
||||
</dependency>
|
||||
<dependency>
|
||||
<groupId>axis</groupId>
|
||||
<artifactId>axis-saaj</artifactId>
|
||||
<version>1.2</version>
|
||||
</dependency>
|
||||
<dependency>
|
||||
<groupId>axis</groupId>
|
||||
<artifactId>axis-jaxrpc</artifactId>
|
||||
<version>1.2</version>
|
||||
</dependency>
|
||||
<dependency>
|
||||
<groupId>axis</groupId>
|
||||
<artifactId>axis-ant</artifactId>
|
||||
<version>1.2</version>
|
||||
</dependency>
|
||||
<dependency>
|
||||
<groupId>commons-collections</groupId>
|
||||
<artifactId>commons-collections</artifactId>
|
||||
<version>3.1</version>
|
||||
</dependency>
|
||||
<dependency>
|
||||
<groupId>commons-digester</groupId>
|
||||
<artifactId>commons-digester</artifactId>
|
||||
<version>1.4.1</version>
|
||||
</dependency>
|
||||
<dependency>
|
||||
<groupId>commons-logging</groupId>
|
||||
<artifactId>commons-logging</artifactId>
|
||||
<version>1.0.4</version>
|
||||
</dependency>
|
||||
<dependency>
|
||||
<groupId>commons-discovery</groupId>
|
||||
<artifactId>commons-discovery</artifactId>
|
||||
<version>0.2</version>
|
||||
</dependency>
|
||||
<dependency>
|
||||
<groupId>com.sun.mail</groupId>
|
||||
<artifactId>smtp</artifactId>
|
||||
<version>1.4.2</version>
|
||||
</dependency>
|
||||
<dependency>
|
||||
<groupId>com.sun.mail</groupId>
|
||||
<artifactId>pop3</artifactId>
|
||||
<version>1.4.2</version>
|
||||
</dependency>
|
||||
<dependency>
|
||||
<groupId>com.sun.mail</groupId>
|
||||
<artifactId>imap</artifactId>
|
||||
<version>1.4.2</version>
|
||||
</dependency>
|
||||
<dependency>
|
||||
<groupId>com.sun.mail</groupId>
|
||||
<artifactId>dsn</artifactId>
|
||||
<version>1.4.2</version>
|
||||
</dependency>
|
||||
<dependency>
|
||||
<groupId>javax.mail</groupId>
|
||||
<artifactId>mail</artifactId>
|
||||
<version>1.4.2</version>
|
||||
</dependency>
|
||||
<dependency>
|
||||
<groupId>javax.mail</groupId>
|
||||
<artifactId>mailapi</artifactId>
|
||||
<version>1.4.2</version>
|
||||
</dependency>
|
||||
<dependency>
|
||||
<groupId>hsqldb</groupId>
|
||||
<artifactId>hsqldb</artifactId>
|
||||
<version>1.8.0.7</version>
|
||||
</dependency>
|
||||
<dependency>
|
||||
<groupId>log4j</groupId>
|
||||
<artifactId>log4j</artifactId>
|
||||
<version>1.2.8</version>
|
||||
</dependency>
|
||||
<dependency>
|
||||
<groupId>wsdl4j</groupId>
|
||||
<artifactId>wsdl4j</artifactId>
|
||||
<version>1.5.1</version>
|
||||
</dependency>
|
||||
<dependency>
|
||||
<groupId>java2html</groupId>
|
||||
<artifactId>j2h</artifactId>
|
||||
<version>1.3.1</version>
|
||||
</dependency>
|
||||
<dependency>
|
||||
<groupId>ecs</groupId>
|
||||
<artifactId>ecs</artifactId>
|
||||
<version>1.4.2</version>
|
||||
</dependency>
|
||||
<dependency>
|
||||
<groupId>javax.transaction</groupId>
|
||||
<artifactId>jta</artifactId>
|
||||
<version>1.0.1B</version>
|
||||
</dependency>
|
||||
<dependency>
|
||||
<groupId>net.sourceforge.jtds</groupId>
|
||||
<artifactId>jtds</artifactId>
|
||||
<version>1.2.2</version>
|
||||
</dependency>
|
||||
</dependencies>
|
BIN
webgoat/main/project/webapp/WEB-INF/lib/dsn-1.4.2.jar
Normal file
BIN
webgoat/main/project/webapp/WEB-INF/lib/dsn-1.4.2.jar
Normal file
Binary file not shown.
BIN
webgoat/main/project/webapp/WEB-INF/lib/ecs-1.4.2.jar
Normal file
BIN
webgoat/main/project/webapp/WEB-INF/lib/ecs-1.4.2.jar
Normal file
Binary file not shown.
BIN
webgoat/main/project/webapp/WEB-INF/lib/hsqldb-1.8.0.7.jar
Normal file
BIN
webgoat/main/project/webapp/WEB-INF/lib/hsqldb-1.8.0.7.jar
Normal file
Binary file not shown.
BIN
webgoat/main/project/webapp/WEB-INF/lib/imap-1.4.2.jar
Normal file
BIN
webgoat/main/project/webapp/WEB-INF/lib/imap-1.4.2.jar
Normal file
Binary file not shown.
BIN
webgoat/main/project/webapp/WEB-INF/lib/j2h-1.3.1.jar
Normal file
BIN
webgoat/main/project/webapp/WEB-INF/lib/j2h-1.3.1.jar
Normal file
Binary file not shown.
BIN
webgoat/main/project/webapp/WEB-INF/lib/jta-1.0.1B.jar
Normal file
BIN
webgoat/main/project/webapp/WEB-INF/lib/jta-1.0.1B.jar
Normal file
Binary file not shown.
BIN
webgoat/main/project/webapp/WEB-INF/lib/jtds-1.2.2.jar
Normal file
BIN
webgoat/main/project/webapp/WEB-INF/lib/jtds-1.2.2.jar
Normal file
Binary file not shown.
BIN
webgoat/main/project/webapp/WEB-INF/lib/log4j-1.2.8.jar
Normal file
BIN
webgoat/main/project/webapp/WEB-INF/lib/log4j-1.2.8.jar
Normal file
Binary file not shown.
BIN
webgoat/main/project/webapp/WEB-INF/lib/mail-1.4.2.jar
Normal file
BIN
webgoat/main/project/webapp/WEB-INF/lib/mail-1.4.2.jar
Normal file
Binary file not shown.
BIN
webgoat/main/project/webapp/WEB-INF/lib/mailapi-1.4.2.jar
Normal file
BIN
webgoat/main/project/webapp/WEB-INF/lib/mailapi-1.4.2.jar
Normal file
Binary file not shown.
BIN
webgoat/main/project/webapp/WEB-INF/lib/ojdbc14.jar
Executable file
BIN
webgoat/main/project/webapp/WEB-INF/lib/ojdbc14.jar
Executable file
Binary file not shown.
BIN
webgoat/main/project/webapp/WEB-INF/lib/pop3-1.4.2.jar
Normal file
BIN
webgoat/main/project/webapp/WEB-INF/lib/pop3-1.4.2.jar
Normal file
Binary file not shown.
BIN
webgoat/main/project/webapp/WEB-INF/lib/smtp-1.4.2.jar
Normal file
BIN
webgoat/main/project/webapp/WEB-INF/lib/smtp-1.4.2.jar
Normal file
Binary file not shown.
BIN
webgoat/main/project/webapp/WEB-INF/lib/wsdl4j-1.5.1.jar
Normal file
BIN
webgoat/main/project/webapp/WEB-INF/lib/wsdl4j-1.5.1.jar
Normal file
Binary file not shown.
Reference in New Issue
Block a user