NOJIRA
updated Atlassian dependencies and documented where to download provided jars
This commit is contained in:
parent
2055d0891b
commit
18b70ee8ce
|
|
@ -40,11 +40,11 @@ public final class Saml11TicketValidatorTests extends AbstractTicketValidatorTes
|
|||
|
||||
private Saml11TicketValidator validator;
|
||||
|
||||
private static final PublicTestHttpServer server = PublicTestHttpServer.instance(8087);
|
||||
private static final PublicTestHttpServer server = PublicTestHttpServer.instance(9051);
|
||||
|
||||
@Before
|
||||
public void setUp() throws Exception {
|
||||
this.validator = new Saml11TicketValidator(CONST_CAS_SERVER_URL_PREFIX + "8087");
|
||||
this.validator = new Saml11TicketValidator(CONST_CAS_SERVER_URL_PREFIX + "9051");
|
||||
this.validator.setTolerance(1000L);
|
||||
}
|
||||
|
||||
|
|
|
|||
|
|
@ -14,7 +14,7 @@
|
|||
<dependency>
|
||||
<artifactId>atlassian-seraph</artifactId>
|
||||
<groupId>com.atlassian.seraph</groupId>
|
||||
<version>0.37</version>
|
||||
<version>2.3.3</version>
|
||||
<scope>provided</scope>
|
||||
<exclusions>
|
||||
<exclusion>
|
||||
|
|
@ -22,12 +22,14 @@
|
|||
<artifactId>propertyset</artifactId>
|
||||
</exclusion>
|
||||
</exclusions>
|
||||
<!-- https://maven.atlassian.com/content/groups/m1/com.atlassian.seraph/jars/ -->
|
||||
</dependency>
|
||||
|
||||
<dependency>
|
||||
<!-- https://maven.atlassian.com/content/groups/m1/com.atlassian.confluence/jars/ -->
|
||||
<groupId>com.atlassian.confluence</groupId>
|
||||
<artifactId>confluence</artifactId>
|
||||
<version>2.7.3</version>
|
||||
<version>3.4.4</version>
|
||||
<scope>provided</scope>
|
||||
<exclusions>
|
||||
<exclusion>
|
||||
|
|
|
|||
|
|
@ -17,6 +17,8 @@
|
|||
<version>${project.version}</version>
|
||||
<scope>compile</scope>
|
||||
</dependency>
|
||||
|
||||
<!-- http://repository.jboss.org/maven2/org/jboss/jbossas/jboss-as-tomcat/5.1.0.GA/ -->
|
||||
<dependency>
|
||||
<groupId>org.jboss.jbossas</groupId>
|
||||
<artifactId>jboss-as-tomcat</artifactId>
|
||||
|
|
|
|||
10
pom.xml
10
pom.xml
|
|
@ -67,13 +67,15 @@
|
|||
<plugin>
|
||||
<groupId>org.apache.maven.plugins</groupId>
|
||||
<artifactId>maven-surefire-plugin</artifactId>
|
||||
<version>2.6</version>
|
||||
<configuration>
|
||||
<includes>
|
||||
<include>**/*Tests*</include>
|
||||
</includes>
|
||||
</configuration>
|
||||
</plugin>
|
||||
<plugin>
|
||||
<!--
|
||||
<plugin>
|
||||
<groupId>com.atlassian.maven.plugins</groupId>
|
||||
<artifactId>maven-clover2-plugin</artifactId>
|
||||
<version>${clover.version}</version>
|
||||
|
|
@ -90,7 +92,7 @@ NwXMoqnmqmUUnosrspqmmmmmmUUnosrspqmmmmmmUUA1jJ
|
|||
<include>**/*.java</include>
|
||||
</includes>
|
||||
<statementContexts>
|
||||
<iflog>if.*\(log\.is.*\).*</iflog> <!-- NB: must match entire statement, including any semicolons. -->
|
||||
<iflog>if.*\(log\.is.*\).*</iflog>
|
||||
<log>^.*log\..*</log>
|
||||
</statementContexts>
|
||||
<methodContexts>
|
||||
|
|
@ -108,7 +110,9 @@ NwXMoqnmqmUUnosrspqmmmmmmUUnosrspqmmmmmmUUA1jJ
|
|||
</executions>
|
||||
|
||||
|
||||
</plugin> </plugins>
|
||||
</plugin>
|
||||
-->
|
||||
</plugins>
|
||||
</build>
|
||||
|
||||
<dependencies>
|
||||
|
|
|
|||
Loading…
Reference in New Issue