Sha256: 6a9969ac4d7fdb420e173f1bb81c857edbd9c9e2a2485232063fcec974be363d

Contents?: true

Size: 1.03 KB

Versions: 4

Compression:

Stored size: 1.03 KB

Contents

<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
  <parent>
    <artifactId>project</artifactId>
    <groupId>org.mortbay.jetty</groupId>
    <version>6.1.22</version>
    <relativePath>../../pom.xml</relativePath>
  </parent>
  <modelVersion>4.0.0</modelVersion>
  <groupId>org.mortbay.jetty</groupId>
  <artifactId>spring-ejb3-demo</artifactId>
  <packaging>war</packaging>
  <name>spring ejb3 demo webapp</name>
  <build>
    <plugins>
      <plugin>
        <artifactId>maven-compiler-plugin</artifactId>
        <configuration>
          <source>1.5</source>
          <target>1.5</target>
        </configuration>
      </plugin>
    </plugins>
  </build>
  <dependencies>
   <dependency>
     <groupId>org.apache.geronimo.specs</groupId>
     <artifactId>geronimo-ejb_3.0_spec</artifactId>
     <version>1.0.1</version>
     <scope>provided</scope>
   </dependency>
  </dependencies>
</project>

Version data entries

4 entries across 4 versions & 1 rubygems

Version Path
miso-java-0.1.5 jetty/examples/spring-ebj3-demo/pom.xml
miso-java-0.1.4 jetty/examples/spring-ebj3-demo/pom.xml
miso-java-0.1.3 jetty/examples/spring-ebj3-demo/pom.xml
miso-java-0.1.2 jetty/examples/spring-ebj3-demo/pom.xml