Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
J
jaxrs
Overview
Overview
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Alan de Oliveira
jaxrs
Commits
8bdea101
Commit
8bdea101
authored
Sep 22, 2014
by
David Blevins
Browse files
Options
Browse Files
Download
Plain Diff
Merge pull request #1 from cchacin/master
TomEE 1.7.0 + gitignore.io
parents
d5c89c7f
6ddb102c
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
122 additions
and
6 deletions
+122
-6
.gitignore
.gitignore
+116
-0
pom.xml
pom.xml
+6
-6
No files found.
.gitignore
View file @
8bdea101
# Created by https://www.gitignore.io
### OSX ###
.DS_Store
.AppleDouble
.LSOverride
# Icon must end with two \r
Icon
# Thumbnails
._*
# Files that might appear on external disk
.Spotlight-V100
.Trashes
# Directories potentially created on remote AFP share
.AppleDB
.AppleDesktop
Network Trash Folder
Temporary Items
.apdisk
### Java ###
*.class
*.class
# Mobile Tools for Java (J2ME)
# Mobile Tools for Java (J2ME)
...
@@ -10,3 +37,92 @@
...
@@ -10,3 +37,92 @@
# virtual machine crash logs, see http://www.java.com/en/download/help/error_hotspot.xml
# virtual machine crash logs, see http://www.java.com/en/download/help/error_hotspot.xml
hs_err_pid*
hs_err_pid*
### Eclipse ###
*.pydevproject
.metadata
.gradle
bin/
tmp/
*.tmp
*.bak
*.swp
*~.nib
local.properties
.settings/
.loadpath
# External tool builders
.externalToolBuilders/
# Locally stored "Eclipse launch configurations"
*.launch
# CDT-specific
.cproject
# PDT-specific
.buildpath
# sbteclipse plugin
.target
# TeXlipse plugin
.texlipse
### Intellij ###
# Covers JetBrains IDEs: IntelliJ, RubyMine, PhpStorm, AppCode, PyCharm
/*.iml
## Directory-based project format:
.idea/
# if you remove the above rule, at least ignore the follwing:
# User-specific stuff:
# .idea/workspace.xml
# .idea/tasks.xml
# .idea/dictionaries
# Sensitive or high-churn files:
# .idea/dataSources.ids
# .idea/dataSources.xml
# .idea/sqlDataSources.xml
# .idea/dynamic.xml
# .idea/uiDesigner.xml
# Gradle:
# .idea/gradle.xml
# .idea/libraries
# Mongo Explorer plugin:
# .idea/mongoSettings.xml
## File-based project format:
*.ipr
*.iws
## Plugin-specific files:
# IntelliJ
out/
# mpeltonen/sbt-idea plugin
.idea_modules/
# JIRA plugin
atlassian-ide-plugin.xml
# Crashlytics plugin (for Android Studio and IntelliJ)
com_crashlytics_export_strings.xml
### Maven ###
target/
pom.xml.tag
pom.xml.releaseBackup
pom.xml.versionsBackup
pom.xml.next
release.properties
pom.xml
View file @
8bdea101
...
@@ -30,25 +30,25 @@
...
@@ -30,25 +30,25 @@
<dependency>
<dependency>
<groupId>
org.apache.openejb
</groupId>
<groupId>
org.apache.openejb
</groupId>
<artifactId>
javaee-api
</artifactId>
<artifactId>
javaee-api
</artifactId>
<version>
6.0-
5
</version>
<version>
6.0-
6
</version>
<scope>
provided
</scope>
<scope>
provided
</scope>
</dependency>
</dependency>
<dependency>
<dependency>
<groupId>
org.apache.openejb
</groupId>
<groupId>
org.apache.openejb
</groupId>
<artifactId>
arquillian-tomee-embedded
</artifactId>
<artifactId>
arquillian-tomee-embedded
</artifactId>
<version>
1.
6.0.2
</version>
<version>
1.
7.0
</version>
<scope>
test
</scope>
<scope>
test
</scope>
</dependency>
</dependency>
<dependency>
<dependency>
<groupId>
org.apache.openejb
</groupId>
<groupId>
org.apache.openejb
</groupId>
<artifactId>
openejb-cxf-rs
</artifactId>
<artifactId>
openejb-cxf-rs
</artifactId>
<version>
4.
6.0.2
</version>
<version>
4.
7.0
</version>
<scope>
test
</scope>
<scope>
test
</scope>
</dependency>
</dependency>
<dependency>
<dependency>
<groupId>
org.apache.openejb
</groupId>
<groupId>
org.apache.openejb
</groupId>
<artifactId>
tomee-jaxrs
</artifactId>
<artifactId>
tomee-jaxrs
</artifactId>
<version>
1.
6.0.2
</version>
<version>
1.
7.0
</version>
<scope>
test
</scope>
<scope>
test
</scope>
</dependency>
</dependency>
<dependency>
<dependency>
...
@@ -88,9 +88,9 @@
...
@@ -88,9 +88,9 @@
<plugin>
<plugin>
<groupId>
org.apache.openejb.maven
</groupId>
<groupId>
org.apache.openejb.maven
</groupId>
<artifactId>
tomee-maven-plugin
</artifactId>
<artifactId>
tomee-maven-plugin
</artifactId>
<version>
1.
6.0.2
</version>
<version>
1.
7.0
</version>
<configuration>
<configuration>
<tomeeVersion>
1.
6.0.2
</tomeeVersion>
<tomeeVersion>
1.
7.0
</tomeeVersion>
<tomeeClassifier>
jaxrs
</tomeeClassifier>
<tomeeClassifier>
jaxrs
</tomeeClassifier>
</configuration>
</configuration>
</plugin>
</plugin>
...
...
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