Skip to content

Commit 6a47516

Browse files
committed
The sample project should depend on the core code
1 parent 8454b48 commit 6a47516

1 file changed

Lines changed: 25 additions & 25 deletions

File tree

sample/pom.xml

Lines changed: 25 additions & 25 deletions
Original file line numberDiff line numberDiff line change
@@ -12,35 +12,35 @@
1212
</properties>
1313

1414
<dependencies>
15-
<dependency>
16-
<groupId>commons-codec</groupId>
17-
<artifactId>commons-codec</artifactId>
18-
<version>1.9</version>
19-
</dependency>
20-
<dependency>
21-
<groupId>org.eclipse.jetty</groupId>
22-
<artifactId>jetty-servlet</artifactId>
23-
<version>${jettyVersion}</version>
15+
<dependency>
16+
<groupId>com.onelogin</groupId>
17+
<artifactId>java-saml</artifactId>
18+
<version>1.0-SNAPSHOT</version>
19+
</dependency>
20+
<dependency>
21+
<groupId>org.eclipse.jetty</groupId>
22+
<artifactId>jetty-servlet</artifactId>
23+
<version>${jettyVersion}</version>
2424
</dependency>
2525
</dependencies>
2626

2727
<build>
2828
<finalName>java-saml</finalName>
29-
<plugins>
30-
<plugin>
31-
<groupId>org.apache.maven.plugins</groupId>
32-
<artifactId>maven-compiler-plugin</artifactId>
33-
<version>3.0</version>
34-
<configuration>
35-
<source>1.7</source>
36-
<target>1.7</target>
37-
</configuration>
38-
</plugin>
39-
<plugin>
40-
<groupId>org.eclipse.jetty</groupId>
41-
<artifactId>jetty-maven-plugin</artifactId>
42-
<version>${jettyVersion}</version>
43-
</plugin>
44-
</plugins>
29+
<plugins>
30+
<plugin>
31+
<groupId>org.apache.maven.plugins</groupId>
32+
<artifactId>maven-compiler-plugin</artifactId>
33+
<version>3.0</version>
34+
<configuration>
35+
<source>1.7</source>
36+
<target>1.7</target>
37+
</configuration>
38+
</plugin>
39+
<plugin>
40+
<groupId>org.eclipse.jetty</groupId>
41+
<artifactId>jetty-maven-plugin</artifactId>
42+
<version>${jettyVersion}</version>
43+
</plugin>
44+
</plugins>
4545
</build>
4646
</project>

0 commit comments

Comments
 (0)