Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
joram
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
2
Issues
2
List
Boards
Labels
Service Desk
Milestones
Merge Requests
1
Merge Requests
1
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Operations
Operations
Incidents
Environments
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
joram
joram
Commits
a1b17991
Commit
a1b17991
authored
Sep 03, 2013
by
Nicolas Tachker
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
JORAM-150: use the ow2-jms-2.0-spec instead of javax.jms-api.
parent
e55f17c4
Changes
15
Hide whitespace changes
Inline
Side-by-side
Showing
15 changed files
with
27 additions
and
27 deletions
+27
-27
joram/assembly/osgi-assembly.xml
joram/assembly/osgi-assembly.xml
+1
-1
joram/assembly/pom.xml
joram/assembly/pom.xml
+2
-2
joram/conf/src/main/resources/config.properties
joram/conf/src/main/resources/config.properties
+1
-1
joram/joram/client/jca/pom.xml
joram/joram/client/jca/pom.xml
+2
-2
joram/joram/client/jms/pom.xml
joram/joram/client/jms/pom.xml
+2
-2
joram/joram/client/spring/pom.xml
joram/joram/client/spring/pom.xml
+2
-2
joram/joram/jca/ra/pom.xml
joram/joram/jca/ra/pom.xml
+2
-2
joram/joram/jca/remote/pom.xml
joram/joram/jca/remote/pom.xml
+2
-2
joram/joram/tools/jasp/pom.xml
joram/joram/tools/jasp/pom.xml
+2
-2
joram/pom.xml
joram/pom.xml
+5
-5
joram/release/pom.xml
joram/release/pom.xml
+2
-2
joram/release/samples-assembly.xml
joram/release/samples-assembly.xml
+1
-1
joram/samples/config/config_all.properties
joram/samples/config/config_all.properties
+1
-1
joram/samples/config/config_bridge.properties
joram/samples/config/config_bridge.properties
+1
-1
joram/samples/config/config_stomp.properties
joram/samples/config/config_stomp.properties
+1
-1
No files found.
joram/assembly/osgi-assembly.xml
View file @
a1b17991
...
...
@@ -15,7 +15,7 @@
<outputFileNameMapping>
${artifact.artifactId}.${artifact.extension}
</outputFileNameMapping>
<useStrictFiltering>
true
</useStrictFiltering>
<includes>
<include>
javax.jms:javax.jms-api
</include>
<include>
org.ow2.spec.ee:ow2-jms-2.0-spec
</include>
<include>
org.objectweb.joram:jcup
</include>
<include>
org.ow2.joram:joram-shared
</include>
<include>
org.ow2.joram:joram-mom-core
</include>
...
...
joram/assembly/pom.xml
View file @
a1b17991
...
...
@@ -42,8 +42,8 @@
<dependencies>
<dependency>
<groupId>
javax.jms
</groupId>
<artifactId>
javax.jms-api
</artifactId>
<groupId>
org.ow2.spec.ee
</groupId>
<artifactId>
ow2-jms-2.0-spec
</artifactId>
</dependency>
<dependency>
<groupId>
org.ow2.jonas.osgi
</groupId>
...
...
joram/conf/src/main/resources/config.properties
View file @
a1b17991
...
...
@@ -83,7 +83,7 @@
# file:bundle/joram-mom-core.jar \
# file:bundle/joram-mom-extensions-ftp.jar \
# file:bundle/joram-mom-extensions-mail.jar \
# file:bundle/
geronimo-jms_1.1_spec-1.1.1
.jar \
# file:bundle/
ow2-jms-2.0-spec
.jar \
# file:bundle/joram-mom-extensions-jmsbridge.jar
# file:bundle/a3-osgi.jar
...
...
joram/joram/client/jca/pom.xml
View file @
a1b17991
...
...
@@ -31,8 +31,8 @@
<dependencies>
<dependency>
<groupId>
javax.jms
</groupId>
<artifactId>
javax.jms-api
</artifactId>
<groupId>
org.ow2.spec.ee
</groupId>
<artifactId>
ow2-jms-2.0-spec
</artifactId>
</dependency>
<dependency>
<groupId>
org.ow2.spec.ee
</groupId>
...
...
joram/joram/client/jms/pom.xml
View file @
a1b17991
...
...
@@ -94,8 +94,8 @@
<dependencies>
<dependency>
<groupId>
javax.jms
</groupId>
<artifactId>
javax.jms-api
</artifactId>
<groupId>
org.ow2.spec.ee
</groupId>
<artifactId>
ow2-jms-2.0-spec
</artifactId>
</dependency>
<dependency>
<groupId>
org.ow2.joram
</groupId>
...
...
joram/joram/client/spring/pom.xml
View file @
a1b17991
...
...
@@ -61,8 +61,8 @@
<dependencies>
<dependency>
<groupId>
javax.jms
</groupId>
<artifactId>
javax.jms-api
</artifactId>
<groupId>
org.ow2.spec.ee
</groupId>
<artifactId>
ow2-jms-2.0-spec
</artifactId>
<scope>
provided
</scope>
</dependency>
<dependency>
...
...
joram/joram/jca/ra/pom.xml
View file @
a1b17991
...
...
@@ -20,8 +20,8 @@
<version>
${project.version}
</version>
<exclusions>
<exclusion>
<groupId>
javax.jms
</groupId>
<artifactId>
javax.jms-api
</artifactId>
<groupId>
org.ow2.spec.ee
</groupId>
<artifactId>
ow2-jms-2.0-spec
</artifactId>
</exclusion>
<exclusion>
<groupId>
org.ow2.spec.ee
</groupId>
...
...
joram/joram/jca/remote/pom.xml
View file @
a1b17991
...
...
@@ -20,8 +20,8 @@
<version>
${project.version}
</version>
<exclusions>
<exclusion>
<groupId>
javax.jms
</groupId>
<artifactId>
javax.jms-api
</artifactId>
<groupId>
org.ow2.spec.ee
</groupId>
<artifactId>
ow2-jms-2.0-spec
</artifactId>
</exclusion>
<exclusion>
<groupId>
org.ow2.spec.ee
</groupId>
...
...
joram/joram/tools/jasp/pom.xml
View file @
a1b17991
...
...
@@ -43,8 +43,8 @@
<dependencies>
<dependency>
<groupId>
javax.jms
</groupId>
<artifactId>
javax.jms-api
</artifactId>
<groupId>
org.ow2.spec.ee
</groupId>
<artifactId>
ow2-jms-2.0-spec
</artifactId>
</dependency>
<dependency>
<groupId>
org.ow2.joram
</groupId>
...
...
joram/pom.xml
View file @
a1b17991
...
...
@@ -174,7 +174,7 @@
<monolog.version>
5.2.0
</monolog.version>
<jcup.version>
5.3.1
</jcup.version>
<jftp.version>
1.52
</jftp.version>
<
jms-api.version>
2.0
</jms-api
.version>
<
ow2-jms-2.0-spec.version>
1.0.0
</ow2-jms-2.0-spec
.version>
<osgi.compendium.version>
4.2.0
</osgi.compendium.version>
<org.osgi.version>
3.0.0
</org.osgi.version>
<activation.version>
1.1.1
</activation.version>
...
...
@@ -253,10 +253,10 @@
<type>
jar
</type>
</dependency>
<dependency>
<groupId>
javax.jms
</groupId>
<artifactId>
javax.jms-api
</artifactId>
<version>
${
jms-api
.version}
</version>
</dependency>
<groupId>
org.ow2.spec.ee
</groupId>
<artifactId>
ow2-jms-2.0-spec
</artifactId>
<version>
${
ow2-jms-2.0-spec
.version}
</version>
</dependency>
<dependency>
<groupId>
org.ow2.spec.ee
</groupId>
<artifactId>
ow2-connector-1.5-spec
</artifactId>
...
...
joram/release/pom.xml
View file @
a1b17991
...
...
@@ -369,8 +369,8 @@
<dependencies>
<dependency>
<groupId>
javax.jms
</groupId>
<artifactId>
javax.jms-api
</artifactId>
<groupId>
org.ow2.spec.ee
</groupId>
<artifactId>
ow2-jms-2.0-spec
</artifactId>
</dependency>
<dependency>
<groupId>
org.ow2.jonas.osgi
</groupId>
...
...
joram/release/samples-assembly.xml
View file @
a1b17991
...
...
@@ -29,7 +29,7 @@
<outputFileNameMapping>
${artifact.artifactId}.${artifact.extension}
</outputFileNameMapping>
<useStrictFiltering>
true
</useStrictFiltering>
<includes>
<include>
javax.jms:javax.jms-api
</include>
<include>
org.ow2.spec.ee:ow2-jms-2.0-spec
</include>
<include>
org.objectweb.joram:jcup
</include>
<include>
org.ow2.joram:joram-shared
</include>
<include>
org.ow2.joram:joram-mom-core
</include>
...
...
joram/samples/config/config_all.properties
View file @
a1b17991
...
...
@@ -89,7 +89,7 @@ felix.auto.start.1= \
file:../../../ship/bundle/joram-mom-extensions-mail.jar
\
file:../../../ship/bundle/joram-mom-extensions-collector.jar
\
file:../../../ship/bundle/joram-mom-extensions-scheduler.jar
\
file:../../../ship/bundle/
javax.jms-api
.jar
\
file:../../../ship/bundle/
ow2-jms-2.0-spec
.jar
\
file:../../../ship/bundle/jndi-client.jar
\
file:../../../ship/bundle/joram-client-jms.jar
\
file:../../../ship/bundle/joram-mom-extensions-jmsbridge.jar
...
...
joram/samples/config/config_bridge.properties
View file @
a1b17991
...
...
@@ -86,7 +86,7 @@ felix.auto.start.1= \
file:../../../ship/bundle/joram-mom-extensions-mail.jar
\
file:../../../ship/bundle/joram-mom-extensions-collector.jar
\
file:../../../ship/bundle/joram-mom-extensions-scheduler.jar
\
file:../../../ship/bundle/
javax.jms-api
.jar
\
file:../../../ship/bundle/
ow2-jms-2.0-spec
.jar
\
file:../../../ship/bundle/jndi-client.jar
\
file:../../../ship/bundle/joram-client-jms.jar
\
file:../../../ship/bundle/joram-mom-extensions-jmsbridge.jar
...
...
joram/samples/config/config_stomp.properties
View file @
a1b17991
...
...
@@ -87,7 +87,7 @@ felix.auto.start.1= \
file:../../../ship/bundle/joram-mom-extensions-mail.jar
\
file:../../../ship/bundle/joram-mom-extensions-collector.jar
\
file:../../../ship/bundle/joram-mom-extensions-scheduler.jar
\
file:../../../ship/bundle/
javax.jms-api
.jar
\
file:../../../ship/bundle/
ow2-jms-2.0-spec
.jar
\
file:../../../ship/bundle/jndi-client.jar
\
file:../../../ship/bundle/joram-client-jms.jar
\
file:../../../ship/bundle/joram-tools-jasp.jar
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment