Skip to content

Commit

Permalink
add automatic module name
Browse files Browse the repository at this point in the history
  • Loading branch information
ctomc committed Jan 19, 2018
1 parent 2677229 commit c94cc45
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions pom.xml
Expand Up @@ -6,7 +6,7 @@
<parent>
<groupId>org.jboss</groupId>
<artifactId>jboss-parent</artifactId>
<version>10</version>
<version>25</version>
</parent>

<groupId>org.jboss.spec.javax.ejb</groupId>
Expand Down Expand Up @@ -91,6 +91,9 @@
<manifest>
<addDefaultSpecificationEntries>false</addDefaultSpecificationEntries>
</manifest>
<manifestEntries>
<Automatic-Module-Name>beta.jboss.ejb.api_3_2</Automatic-Module-Name>
</manifestEntries>
</archive>
<instructions>
<Specification-Title>Enterprise JavaBeans(TM) 3.2 API</Specification-Title>
Expand Down Expand Up @@ -134,14 +137,15 @@
<dependency>
<groupId>org.jboss.spec.javax.transaction</groupId>
<artifactId>jboss-transaction-api_1.2_spec</artifactId>
<version>1.0.0.Final</version>
<version>1.1.1.Final</version>
<scope>provided</scope>
</dependency>
<dependency>
<groupId>org.jboss.spec.javax.xml.rpc</groupId>
<artifactId>jboss-jaxrpc-api_1.1_spec</artifactId>
<version>1.0.1.Final</version>
<scope>provided</scope>
<optional>true</optional>
</dependency>
</dependencies>
</project>

0 comments on commit c94cc45

Please sign in to comment.