Skip to content

Commit

Permalink
update dependencies so they can build against current
Browse files Browse the repository at this point in the history
Signed-off-by: Raymond Auge <[email protected]>

git-svn-id: https://svn.apache.org/repos/asf/geronimo/specs/trunk@1838552 13f79535-47bb-0310-9956-ffa450edef68
  • Loading branch information
rotty3000 committed Aug 21, 2018
1 parent 74d2470 commit 57cfb0e
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 10 deletions.
8 changes: 4 additions & 4 deletions geronimo-jbatch_1.0_spec/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -53,14 +53,14 @@
<dependencies>
<dependency>
<groupId>org.apache.geronimo.specs</groupId>
<artifactId>geronimo-jcdi_1.0_spec</artifactId>
<version>1.0</version>
<artifactId>geronimo-jcdi_2.0_spec</artifactId>
<version>1.1-SNAPSHOT</version>
<scope>provided</scope>
</dependency>
<dependency>
<groupId>org.apache.geronimo.specs</groupId>
<artifactId>geronimo-atinject_1.0_spec</artifactId>
<version>1.0</version>
<version>1.1-SNAPSHOT</version>
<scope>provided</scope>
</dependency>
</dependencies>
Expand Down Expand Up @@ -88,7 +88,7 @@
osgi.serviceloader;filter:="(osgi.serviceloader=javax.batch.operations.JobOperator)";cardinality:=multiple,
osgi.extender;filter:="(osgi.extender=osgi.serviceloader.processor)"
]]></Require-Capability>
<_contract>JavaCDI, JavaInject</_contract>
<_contract>JavaCDI;resolution:=optional, JavaInject;resolution:=optional</_contract>
</instructions>
</configuration>
</plugin>
Expand Down
10 changes: 5 additions & 5 deletions geronimo-jcdi_2.0_spec/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -73,26 +73,26 @@
<dependencies>
<dependency>
<groupId>org.apache.geronimo.specs</groupId>
<artifactId>geronimo-interceptor_1.1_spec</artifactId>
<version>1.0</version>
<artifactId>geronimo-interceptor_1.2_spec</artifactId>
<version>1.1-SNAPSHOT</version>
<scope>provided</scope>
</dependency>
<dependency>
<groupId>org.apache.geronimo.specs</groupId>
<artifactId>geronimo-el_2.2_spec</artifactId>
<version>1.0</version>
<version>1.1-SNAPSHOT</version>
<scope>provided</scope>
</dependency>
<dependency>
<groupId>org.apache.geronimo.specs</groupId>
<artifactId>geronimo-atinject_1.0_spec</artifactId>
<version>1.0</version>
<version>1.1-SNAPSHOT</version>
<scope>provided</scope>
</dependency>
<dependency>
<groupId>org.apache.geronimo.specs</groupId>
<artifactId>geronimo-annotation_1.3_spec</artifactId>
<version>1.0</version>
<version>1.1-SNAPSHOT</version>
<scope>provided</scope>
</dependency>
</dependencies>
Expand Down
2 changes: 1 addition & 1 deletion geronimo-jsonb_1.0_spec/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,7 @@
<dependency>
<groupId>org.apache.geronimo.specs</groupId>
<artifactId>geronimo-json_1.1_spec</artifactId>
<version>1.0</version>
<version>1.1-SNAPSHOT</version>
<scope>provided</scope>
</dependency>
</dependencies>
Expand Down

0 comments on commit 57cfb0e

Please sign in to comment.