Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
S
syslog4j-parent
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
Analytics
Analytics
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Commits
Issue Boards
Open sidebar
Raptor Engineering Public Development
Z
Zimbra
Dependencies
syslog4j-parent
Commits
b0c0edc3
Commit
b0c0edc3
authored
Sep 29, 2015
by
Carl Harris
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
put syslog4j dependencies in parent
parent
ae315f95
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
21 additions
and
42 deletions
+21
-42
pom.xml
pom.xml
+21
-42
No files found.
pom.xml
View file @
b0c0edc3
...
...
@@ -4,20 +4,20 @@
<artifactId>
syslog4j-parent
</artifactId>
<version>
1-SNAPSHOT
</version>
<packaging>
pom
</packaging>
<name>
S
oulwing
Parent
</name>
<name>
S
yslog4j
Parent
</name>
<description>
Parent project for syslog4j.org projects.
</description>
<url>
https://github.com/syslog4j/${project.artifactId
}
</url>
<url>
${syslog4j.url
}
</url>
<inceptionYear>
2015
</inceptionYear>
<developers>
<developer>
<name>
Justin Yunke
</name>
<organization>
Syslo4j
</organization>
<organizationUrl>
http://syslog4j.org
</organizationUrl>
<organization>
Syslo
g
4j
</organization>
<organizationUrl>
${syslog4j.url}
</organizationUrl>
</developer>
<developer>
<name>
Carl Harris
</name>
<organization>
S
oulwing
</organization>
<organizationUrl>
http://syslog4j.org
</organizationUrl>
<organization>
S
yslog4j
</organization>
<organizationUrl>
${syslog4j.url}
</organizationUrl>
</developer>
</developers>
<licenses>
...
...
@@ -37,14 +37,13 @@
<maven>
3.2.0
</maven>
</prerequisites>
<properties>
<java.version>
1.7
</java.version>
<javaEE.version>
7.0
</javaEE.version>
<syslog4j.url>
http://github.com/syslog4j
</syslog4j.url>
<java.version>
1.5
</java.version>
<ossrh.url>
https://oss.sonatype.org/
</ossrh.url>
<project.build.sourceEncoding>
UTF-8
</project.build.sourceEncoding>
<project.reporting.outputEncoding>
UTF-8
</project.reporting.outputEncoding>
<hamcrest.version>
1.3
</hamcrest.version>
<jmock.version>
2.6.0
</jmock.version>
<slf4j.version>
1.7.7
</slf4j.version>
<ossrh.url>
https://oss.sonatype.org/
</ossrh.url>
</properties>
<build>
<pluginManagement>
...
...
@@ -211,26 +210,6 @@
</build>
<dependencyManagement>
<dependencies>
<dependency>
<groupId>
org.jboss.spec
</groupId>
<artifactId>
jboss-javaee-${javaEE.version}
</artifactId>
<version>
1.0.1.Final
</version>
<type>
pom
</type>
<scope>
provided
</scope>
</dependency>
<dependency>
<groupId>
org.jboss.spec
</groupId>
<artifactId>
jboss-javaee-web-${javaEE.version}
</artifactId>
<version>
1.0.1.Final
</version>
<type>
pom
</type>
<scope>
provided
</scope>
</dependency>
<dependency>
<groupId>
javax.servlet
</groupId>
<artifactId>
javax.servlet-api
</artifactId>
<version>
3.1.0
</version>
<scope>
provided
</scope>
</dependency>
<dependency>
<groupId>
commons-lang
</groupId>
<artifactId>
commons-lang
</artifactId>
...
...
@@ -247,24 +226,24 @@
<version>
1.10
</version>
</dependency>
<dependency>
<groupId>
org.slf4j
</groupId>
<artifactId>
slf4j-api
</artifactId>
<version>
${slf4j.version}
</version>
<groupId>
commons-pool
</groupId>
<artifactId>
commons-pool
</artifactId>
<version>
1.5.4
</version>
</dependency>
<dependency>
<groupId>
org.slf
4j
</groupId>
<artifactId>
jcl-over-slf
4j
</artifactId>
<version>
${slf4j.version}
</version>
<groupId>
log
4j
</groupId>
<artifactId>
log
4j
</artifactId>
<version>
1.2.14
</version>
</dependency>
<dependency>
<groupId>
org.slf4j
</groupId>
<artifactId>
log4j-over-slf4j
</artifactId>
<version>
${slf4j.version}
</version>
<groupId>
joda-time
</groupId>
<artifactId>
joda-time
</artifactId>
<version>
2.8.2
</version>
</dependency>
<dependency>
<groupId>
c
h.qos.logback
</groupId>
<artifactId>
logback-classic
</artifactId>
<version>
1.0.13
</version>
<groupId>
c
om.sun.jna
</groupId>
<artifactId>
jna
</artifactId>
<version>
3.0.9
</version>
</dependency>
<dependency>
<groupId>
junit
</groupId>
...
...
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