Skip to content

Commit

Permalink
SEAMSECURITY-46
Browse files Browse the repository at this point in the history
  • Loading branch information
sbryzak committed Mar 26, 2011
1 parent 8764ea1 commit ac6d95e
Show file tree
Hide file tree
Showing 4 changed files with 41 additions and 1 deletion.
10 changes: 10 additions & 0 deletions examples/authorization/pom.xml
Expand Up @@ -150,5 +150,15 @@
</plugins>
</build>
</profile>

<profile>
<id>glassfish</id>
<dependencies>
<dependency>
<groupId>joda-time</groupId>
<artifactId>joda-time</artifactId>
</dependency>
</dependencies>
</profile>
</profiles>
</project>
10 changes: 10 additions & 0 deletions examples/idmconsole/pom.xml
Expand Up @@ -160,5 +160,15 @@
</plugins>
</build>
</profile>

<profile>
<id>glassfish</id>
<dependencies>
<dependency>
<groupId>joda-time</groupId>
<artifactId>joda-time</artifactId>
</dependency>
</dependencies>
</profile>
</profiles>
</project>
10 changes: 10 additions & 0 deletions examples/openid-rp/pom.xml
Expand Up @@ -86,6 +86,16 @@
</plugins>
</build>
</profile>

<profile>
<id>glassfish</id>
<dependencies>
<dependency>
<groupId>joda-time</groupId>
<artifactId>joda-time</artifactId>
</dependency>
</dependencies>
</profile>
</profiles>

</project>
12 changes: 11 additions & 1 deletion examples/simple/pom.xml
Expand Up @@ -146,6 +146,16 @@
</plugin>
</plugins>
</build>
</profile>
</profile>

<profile>
<id>glassfish</id>
<dependencies>
<dependency>
<groupId>joda-time</groupId>
<artifactId>joda-time</artifactId>
</dependency>
</dependencies>
</profile>
</profiles>
</project>

0 comments on commit ac6d95e

Please sign in to comment.