mirror of
https://github.com/frohoff/ysoserial.git
synced 2026-09-26 08:51:53 +08:00
Add ability to generate TemplatesImpl payloads with an actual non-shaded xalan implementation.
This commit is contained in:
@@ -132,4 +132,22 @@
|
||||
<version>4.1.4.RELEASE</version>
|
||||
</dependency>
|
||||
</dependencies>
|
||||
|
||||
<profiles>
|
||||
<profile>
|
||||
<id>xalan</id>
|
||||
<activation>
|
||||
<property>
|
||||
<name>properXalan</name>
|
||||
</property>
|
||||
</activation>
|
||||
<dependencies>
|
||||
<dependency>
|
||||
<groupId>xalan</groupId>
|
||||
<artifactId>xalan</artifactId>
|
||||
<version>2.7.2</version>
|
||||
</dependency>
|
||||
</dependencies>
|
||||
</profile>
|
||||
</profiles>
|
||||
</project>
|
||||
|
||||
Reference in New Issue
Block a user