Dave,
Did you add these deps to the Triplesec master pom.xml in the
dependencyManagement section?
<dependency>
<groupId>org.apache.geronimo.specs</groupId>
<artifactId>geronimo-servlet_2.4_spec</artifactId>
<version>1.0.1</version>
</dependency>
<dependency>
<groupId>org.apache.geronimo.specs</groupId>
<artifactId>geronimo-jsp_2.0_spec</artifactId>
<version>1.0.1</version>
</dependency>
If so I was just wondering what they were for. I was going to add an
embedded Jetty to ApacheDS and was looking at the deps I needed. I
consulted the Triplesec poms because Tsec already has an integrated Jetty
instance in it. I was just wondering what these deps are exactly. Can you
elaborate?
Thanks,
Alex
|